Skip to content

cran/uniset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-CMD-check codecov CRAN_Status_Badge metacran downloads

uniset

Package uniset provides an easily accessible, user-friendly text file as settings-file for your R-package.

Summary

  • Package uniset enables any package (the 'target package') to provide its users an easily accessible, user-friendly and human readable text file where key=value pairs (used by functions defined in the target package) can be saved.
  • This settings file lives in a location defined by the user of the target package, and its user-defined values remain unchanged even when the author of the target package is introducing or deleting keys, or when the target package is updated or re-installed.
  • In order to enable the target package to make use of the functionality offered by package uniset, four files have to be exported by uniset and be placed into the target package.

Installation

Install release version from CRAN via

install.packages("uniset") 

Or download from github:

library(devtools)
install_github(repo="bpollner/uniset", ref="master")

Please go to https://bpollner.github.io/uniset/ to learn how to use uniset.

About

❗ This is a read-only mirror of the CRAN R package repository. uniset — Dynamic Settings File. Homepage: https://bpollner.github.io/uniset/https://github.com/bpollner/uniset Report bugs for this package: https://github.com/bpollner/uniset/issues

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages