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.

RcppGetconf Build Status License CRAN Dependencies Downloads

Rcpp Read Access to System Configuration Settings

What is this?

Modern POSIX systems have a binary getconf which can access the system calls sysconf, pathconf and confstr. This package brings the values back to R.

Requirements

This package requires access to these system calls, and definitions of its data structures in the system header files. It works on Linux and OS X and should work on other POSIX-compliant OSs. Contributions would be very welcome.

Installation

The package is on CRAN and can be installed via a standard

R> install.packages("RcppGetconf")

command.

Status

It contains two useful functions right now. It currently builds cleanly on Linux and OS X; reports from other builds would (and PRs where needed) would be greatly appreciated.

Author

Dirk Eddelbuettel

License

GPL (>= 2)

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.