https://github.com/cran/shapes
Raw File
Tip revision: 450a6306f3516703147c784b6e3d63aa66c6c5fb authored by Ian Dryden on 03 February 2023, 20:50:01 UTC
version 1.2.7
Tip revision: 450a630
README.md
# shapes

This is the development version of the R package *shapes* (which will eventually be version 1.2.7). 
The current released version 1.2.6 is on CRAN at https://cran.r-project.org/web/packages/shapes/index.html

To use this library in R: 

```xml
   library("devtools")   
   install_github("iandryden/shapes")   
   library(shapes)
```
back to top