Package: RcppMagicEnum Type: Package Title: 'Rcpp' Bindings to 'Magic Enum' 'C++' 'Enum' Support Version: 0.0.1 Date: 2024-07-31 Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person("Daniil", "Goncharov", role = "aut", email = "neargye@gmail.com", comment = "Autor of 'magic_enum'")) Description: The header-only modern 'C++' template library 'Magic Enum' for static reflection of 'enums' (to string, from string, iteration) is provided by this package. More information about the underlying library can be found at its repository at . URL: https://github.com/eddelbuettel/rcppmagicenum BugReports: https://github.com/eddelbuettel/rcppmagicenum/issues License: MIT + file LICENSE Imports: Rcpp (>= 1.0.10) LinkingTo: Rcpp Suggests: tinytest Encoding: UTF-8 RoxygenNote: 6.0.1 Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-01-23 23:25:07 UTC RemoteUrl: https://github.com/eddelbuettel/rcppmagicenum RemoteRef: HEAD RemoteSha: 7f2dce4ba53fef8e614475dc7fa65cccdff87d5d NeedsCompilation: yes Packaged: 2026-06-20 09:56:11 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ), Daniil Goncharov [aut] (Autor of 'magic_enum') Maintainer: Dirk Eddelbuettel