https://github.com/HenrikBengtsson/R.filesets
R package: R.filesets - Easy Handling of and Access to Files Organized in Structured Directories
https://github.com/HenrikBengtsson/R.filesets
cran files package r
Last synced: 4 months ago
JSON representation
R package: R.filesets - Easy Handling of and Access to Files Organized in Structured Directories
- Host: GitHub
- URL: https://github.com/HenrikBengtsson/R.filesets
- Owner: HenrikBengtsson
- Created: 2014-06-15T00:25:31.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-24T17:22:29.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:15:40.142Z (8 months ago)
- Topics: cran, files, package, r
- Language: R
- Homepage: https://cran.r-project.org/package=R.filesets
- Size: 955 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
- jimsghstars - HenrikBengtsson/R.filesets - R package: R.filesets - Easy Handling of and Access to Files Organized in Structured Directories (R)
README
# R.filesets: Easy Handling of and Access to Files Organized in Structured Directories
## Installation
R package R.filesets is available on [CRAN](https://cran.r-project.org/package=R.filesets) and can be installed in R as:
```r
install.packages("R.filesets")
```### Pre-release version
To install the pre-release version that is available in Git branch `develop` on GitHub, use:
```r
remotes::install_github("HenrikBengtsson/R.filesets", ref="develop")
```
This will install the package from source.