Skip to content

Commit

Permalink
remove refs to CmbTable and RunningStats classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ctoney authored Jan 28, 2025
1 parent 9906c78 commit 4b7a161
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions R/FIESTAutils-package.R
Original file line number Diff line number Diff line change
@@ -1,36 +1,3 @@
#' Class \code{"Rcpp_CmbTable"}
#'
#' C++ program to combine raster files.
#'
#'
#' @name Rcpp_CmbTable-class
#' @docType class
#' @section Extends: Class \code{"\linkS4class{C++Object}"}, directly.
#'
#' All reference classes extend and inherit methods from
#' \code{"\linkS4class{envRefClass}"}.
#' @author Chris Toney
#' @keywords classes
NULL



#' Class \code{"Rcpp_RunningStats"}
#'
#' C++ program to calculate mean and variance on a data stream.
#'
#'
#' @name Rcpp_RunningStats-class
#' @docType class
#' @section Extends: Class \code{"\linkS4class{C++Object}"}, directly.
#'
#' All reference classes extend and inherit methods from
#' \code{"\linkS4class{envRefClass}"}.
#' @author Chris Toney
#' @keywords classes
NULL


#' Reference tables - gdal data types.
#'
#' Table with gdal data type names.
Expand Down

0 comments on commit 4b7a161

Please sign in to comment.