The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Package uniset
provides an easily accessible,
user-friendly text file as settings-file for your R-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.uniset
, four files have to
be exported by uniset
and be placed into the target
package.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
.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.