cjgeyer / rcdd

Computational Geometry for R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the source tree for the R contributed package rcdd.
The version for users is at CRAN (http://cran.r-project.org/package=rcdd)

The rcdd source tree is the subdirectory package/rcdd of this repo

This package uses autoconf.
To run R CMD check, first have to do

    cd package/rcdd
    autoconf

Then to run R CMD check

    cd package
    rm -f rcdd_*.tar.gz
    R CMD build rcdd
    R CMD check rcdd_*.tar.gz

(the latter two commands are in the notes file in the package subdirectory
so they don't have to be remembered)

About

Computational Geometry for R


Languages

Language:C 91.2%Language:R 8.7%Language:M4 0.1%Language:Shell 0.1%Language:Makefile 0.0%