Package: RcppGetconf Type: Package Title: 'Rcpp' Interface for Querying System Configuration Variables Version: 0.0.4 Date: 2025-01-07 Authors@R: person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")) Description: The 'getconf' command-line tool provided by 'libc' allows querying of a large number of system variables. This package provides similar functionality. URL: https://github.com/eddelbuettel/rcppgetconf, https://dirk.eddelbuettel.com/code/rcpp.getconf.html BugReports: https://github.com/eddelbuettel/rcppgetconf/issues Imports: Rcpp LinkingTo: Rcpp SystemRequirements: A POSIX system. Currently Linux and macOS are known to work. OS_type: unix License: GPL (>= 2) Encoding: UTF-8 RoxygenNote: 6.0.1 Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-01-22 19:54:04 UTC RemoteUrl: https://github.com/eddelbuettel/rcppgetconf RemoteRef: HEAD RemoteSha: 5365e9798298fc9f6d9f311e4f5e8b69e3cd5067 NeedsCompilation: yes Packaged: 2026-06-21 08:10:09 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ) Maintainer: Dirk Eddelbuettel