Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Dasonk/findPackage
This package helps you find the sos package
https://github.com/Dasonk/findPackage
Last synced: 3 months ago
JSON representation
This package helps you find the sos package
- Host: GitHub
- URL: https://github.com/Dasonk/findPackage
- Owner: Dasonk
- Created: 2012-09-18T05:23:48.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-13T02:19:01.000Z (over 11 years ago)
- Last Synced: 2024-06-05T01:46:39.090Z (5 months ago)
- Language: R
- Size: 274 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - Dasonk/findPackage - This package helps you find the sos package (R)
README
findPackage
==========The `findPackage` package helps you find the sos package.
## Installation
Currently there isn't a release on [CRAN](http://cran.r-project.org/).
You can, however, download the [zip ball](https://github.com/Dasonk/findPackage/zipball/master) or [tar ball](https://github.com/Dasonk/findPackage/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **devtools** package to install the development version:
```r
## Make sure your current packages are up to date
update.packages()
## devtools is required
library(devtools)
install_github("findPackage", "Dasonk")
```