README.md

testplot3d

Installation

Currently there isn't a released version on CRAN.

Released versions

The recommendation is to install from our lab repository:

install.packages("testplot3d",repos='http://jefferislab.org/R',type='source')

Bleeding Edge

You can, however, download the tar ball, and run R CMD INSTALL on it, or use the devtools package to install the development version:

# install.packages("devtools")

library(devtools)
install_github("testplot3d", "jefferis")

Note: Windows users need Rtools and devtools to install this way.



jefferis/testplot3d documentation built on May 19, 2019, 3:58 a.m.