Skip to content

Irstea/chocR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chocR: a R package implementing choc analysis


License: BSD3

Installation

The easiest solution is to use the 'devtools' packages, this will installed the package and all required dependencies. To use 'devtools' , you need to install first:

On Mac, you may also need to add specific tools for Rcpp and RcppArmadillo, have a look there to see the solution depending on your MAC OS version To generate the vignette, you also need to have pandoc and pandoc-citeproc installed. Instructions can be found here.

Then, on a R console:

> install.packages("devtools")
> library(devtools)
> install_github("Irstea/chocR",build=TRUE,build_opts = c("--no-resave-data","--no-manual"),build_vignettes = TRUE, dependencies = TRUE)

Usage

A vignette is included in the package to explain the usage.

Bug Reporting

Please, report bug on the github site.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages