The goal of petal2 is to …
You can install the released version of petal2 from CRAN with:
install.packages("petal2")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("NevadaINBRE/petal2")
This is a basic example which shows you how to solve a common problem:
library(petal2)
## basic example code
What is special about using README.Rmd
instead of just README.md
?
You can include R chunks like so: