Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefferis/testplot3d
Test export of plot3d
https://github.com/jefferis/testplot3d
Last synced: 27 days ago
JSON representation
Test export of plot3d
- Host: GitHub
- URL: https://github.com/jefferis/testplot3d
- Owner: jefferis
- Created: 2014-01-04T23:58:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-05T00:03:02.000Z (almost 11 years ago)
- Last Synced: 2023-04-16T09:10:57.156Z (over 1 year ago)
- Language: R
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testplot3d
## Installation
Currently there isn't a released version on [CRAN](http://cran.r-project.org/).### Released versions
The recommendation is to install from our lab repository:```r
install.packages("testplot3d",repos='http://jefferislab.org/R',type='source')
```### Bleeding Edge
You can, however, download the [tar ball](https://github.com/jefferis/testplot3d/tarball/master), and run `R CMD INSTALL` on it, or use the **devtools** package to install the development version:```r
# install.packages("devtools")library(devtools)
install_github("testplot3d", "jefferis")
```Note: Windows users need [Rtools](http://www.murdoch-sutherland.com/Rtools/) and [devtools](http://CRAN.R-project.org/package=devtools) to install this way.