drat: Drat R Archive Template
- CRAN: http://cran.r-project.org/web/packages/drat/index.html
- Vignettes:
- GitHub: http://github.com/robjhyndman/drat
- URL: http://dirk.eddelbuettel.com/code/drat.html
> library(drat)
バージョン: 0.1.0
関数名 | 概略 |
---|---|
addRepo |
Add a (drat) repository to the current session |
archivePackages |
Move older copies of packages to an archive |
drat-package |
Easy-to-use package repository creation and access |
getPackageInfo |
Get information from a binary package |
getPathForPackage |
Get relative path for package type |
identifyPackageType |
Identifies the package type from a filename |
initRepo |
Intialize a git repo for drat |
insertPackage |
Insert a package source or binary file into a drat repository |
pruneRepo |
Prune repository from older copies of packages |
addRepo
現在のセッションで利用するリポジトリを設定する
> addRepo("drat")
insertPackage
> insertPackage("foo_0.2.3.tar.gz")