License: BSD_3_clause + file LICENSE
This package is based on an initial matlab code called CPRND that can be found here (https://ch.mathworks.com/matlabcentral/fileexchange/34208-uniform-distribution-over-a-convex-polytope
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 Windows: Rtools on Mac: Xcode command line tools * on Linux: the R development package, usually called r-devel or r-base-dev
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/cpgsR",build=TRUE,build_opts = c("--no-resave-data","--no-manual"),build_vignettes = TRUE, dependencies=TRUE)
A vignette is included in the package to explain the usage.
Please, report bug on the github site.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.