README.md

An R package to analyze Rice panicle architecture.

With this package soon you will be able to parse and analyze the output of PTRAP

Development

This package is in the first stages of development. You are welcome to contribute opening an issue or sending a pull request.

Install

You can install ptrapr from Github with devtools.

install.packages("devtools")
devtools::install_github("othomantegazza/ptrapr")

Notes

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 

Use - documentation

Access here online the full documentation and the package vignette

Warranty

This package is under active development and comes with no warranty.

Build from source

devtools::build(vignettes = FALSE)
devtools::check(build_args = "--no-build-vignettes", args = "--no-build-vignettes")


othomantegazza/ptrapr documentation built on May 4, 2019, 4:16 a.m.