https://github.com/HenrikBengtsson/drat
R package repository
https://github.com/HenrikBengtsson/drat
Last synced: 4 months ago
JSON representation
R package repository
- Host: GitHub
- URL: https://github.com/HenrikBengtsson/drat
- Owner: HenrikBengtsson
- Created: 2017-03-23T07:36:19.000Z (about 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-05-01T15:32:14.000Z (almost 4 years ago)
- Last Synced: 2024-08-13T07:04:20.808Z (8 months ago)
- Size: 13.8 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - HenrikBengtsson/drat - R package repository (Others)
README
# Henrik Bengtsson's R Package Repository
This is my personal R package repository. It contain the following R packages that are neither on CRAN nor on Bioconductor:
* **[sfit]**
To install any of these packages, use:
```r
> install.packages("pkg-name", repos = "https://henrikbengtsson.github.io/drat")
```I'll try to remember to provide Windows binaries when new versions of R come out. If I forget, please post an issue. I don't have access to macOS, so on that platform, you'll have to install from source (using the above command as above).
## Notes to myself
To add new versions of package *.tar.gz and *.zip files, use `drat::insertPackage()`, e.g.
```r
drat::insertPackage("sfit_0.3.1.tar.gz")
drat::insertPackage("sfit_0.3.1.zip")
```Then add the new files to this repository, commit and push. That's it.
[sfit]: https://github.com/HenrikBengtsson/sfit