With this package soon you will be able to parse and analyze the output of PTRAP
This package is in the first stages of development. You are welcome to contribute opening an issue or sending a pull request.
You can install ptrapr
from Github with devtools
.
install.packages("devtools")
devtools::install_github("othomantegazza/ptrapr")
This package imports the R package rgeos
. To use rgeos
on Ubuntu I had to install these system packages:
sudo apt-get install libgeos-dev
sudo apt-get install libgeos++-dev
Access here online the full documentation and the package vignette
This package is under active development and comes with no warranty.
devtools::build(vignettes = FALSE)
devtools::check(build_args = "--no-build-vignettes", args = "--no-build-vignettes")