Skip to content

🔧 R package: R.utils (this is *not* the utils package that comes with R itself)

Notifications You must be signed in to change notification settings

HenrikBengtsson/R.utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRAN check status R CMD check status Coverage Status

R.utils: Various Programming Utilities

Installation

R package R.utils is available on CRAN and can be installed in R as:

install.packages("R.utils")

Pre-release version

To install the pre-release version that is available in Git branch develop on GitHub, use:

remotes::install_github("HenrikBengtsson/R.utils", ref="develop")

This will install the package from source.

Contributing

To contribute to this package, please see CONTRIBUTING.md.