/ctfs

A version of the original CTFS R-package that is an R package sensu stricto (plus minor improvements)

Primary LanguageROtherNOASSERTION

ctfs: An R package version of the “CTFS R Package

This package is deprecated. Instead use https://forestgeo.github.io/fgeo/

Travis build status Coverage status CRAN status

Installation

# install.packages("devtools")
devtools::install_github("forestgeo/ctfs")

Differences between ctfs and the CTFS R package

  • Function names: replaced “.” by “_" in the names of some functions to overcome conflicts with R’s S3 system (http://adv-r.had.co.nz/OO-essentials.html#s3).

  • Documentation: edited some documentation to make it clearer, or added documentation that was missing (e.g. some arguments where documented in some but not all functions that used those arguments).

  • ctfs is an R package sensu stricto, but not the CTFS R Package.

  • Added some functions, to facilitate development. E.g. to identify undocumented arguments, or to build a website automatically. These functions are in R/ft-*.R, where * is anything. These functions depend on some packages additional to those on which the original CTFS R Package depend (such packages are now declared in DESCRIPTIONS, under Imports: or Suggests:).