README.md

Build Status Project Stats CRAN_Status_Badge

Streamline descriptive analysis of quantitative data.

Overwiev

How to install:

for CRAN version

install.packages("quantable")

Please note that the CRAN version might be heavily outdated. This is because of, I find rather developer unfriendly, the CRAN repository policies :

Submitting updates should be done responsibly and with respect for the volunteers' time. Once a package is established (which may take several rounds), “no more than every 1–2 months” seems appropriate.

So for an up to date version please do:

install.packages("devtools")
library(devtools)
install_github("protViz/quantable")

for developers

downlod git repo. Use roxygenize2 to document new functions. Than run these 2 commands to update namespace and Rd files:

library(devtools)
document()


wolski/quantable documentation built on Nov. 26, 2021, 9:58 a.m.