Package: decor Title: Retrieve Code Decorations Version: 1.0.2.9000 Authors@R: c( person("Davis", "Vaughan", email = "davis@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4777-038X")), person("Romain", "François", role = "aut", comment = c(ORCID = "0000-0002-2444-4226")), person("Jim","Hester", role = "aut", comment = c(ORCID = "0000-0002-2739-7082")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Retrieves code comment decorations for C++ languages of the form '\\ [[xyz]]', which are used for automated wrapping of C++ functions. License: MIT + file LICENSE Depends: R (>= 3.3.0) Imports: tibble, utils, vctrs (>= 0.5.0) Suggests: covr, testthat Encoding: UTF-8 RoxygenNote: 7.2.3 URL: https://github.com/r-lib/decor BugReports: https://github.com/r-lib/decor/issues Repository: https://r-lib.r-universe.dev Date/Publication: 2023-07-05 18:32:21 UTC RemoteUrl: https://github.com/r-lib/decor RemoteRef: HEAD RemoteSha: acb3bb1d44bcc32353ec9f03e18e4720ac120a97 NeedsCompilation: yes Packaged: 2026-07-01 10:16:06 UTC; root Author: Davis Vaughan [aut, cre] (ORCID: ), Romain François [aut] (ORCID: ), Jim Hester [aut] (ORCID: ), Posit Software, PBC [cph, fnd] Maintainer: Davis Vaughan