Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

R package: R.filesets - Easy Handling of and Access to Files Organized in Structured Directories

Awesome Lists containing this project

README

        


CRAN check status R CMD check status Coverage Status

# 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.