Skip to content

Files

Latest commit

author
Silvério Pereira
Dec 16, 2020
8876c75 · Dec 16, 2020

History

History

src

Manual latest version installation

Compile with CMake

Go to project root directory and run following commands

mkdir build
cd build
cmake ..
make
make install
cd ..

Now you can use library from R

library(devtools)
devtools::load_all()
...