Type: Package Package: pkgreviewr Title: rOpenSci package review project template Version: 0.3.9999 Authors@R: c( person("Anna", "Krystalli", , "annakrystalli@googlemail.com", role = c("aut"), comment = c(ORCID = "0000-0002-2378-4915", "Created the package")), person("Maëlle", "Salmon", , "maelle@ropensci.org", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2815-0399")) ) Description: Creates files and collects materials necessary to complete an rOpenSci package review. Review files are prepopulated with review package specific metadata. Review package source code is also cloned for local testing and inspection. License: GPL (>= 3)+ file LICENSE URL: https://docs.ropensci.org/pkgreviewr/, https://github.com/ropensci-org/pkgreviewr BugReports: https://github.com/ropensci-org/pkgreviewr/issues Imports: assertthat, brio, cli, curl, desc, fs (>= 1.3.1), gert, gh, rlang, usethis, withr Suggests: knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Remotes: hadley/emo Config/testthat/edition: 3 Config/ropensci/maintainer: staff Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2.9000 Config/pak/sysreqs: cmake git make libuv1-dev libssl-dev libx11-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-02-18 15:24:27 UTC RemoteUrl: https://github.com/ropensci-org/pkgreviewr RemoteRef: main RemoteSha: c90c2700f8dbff89ca3a54b48ef8ddc7a8f3c68d NeedsCompilation: no Packaged: 2026-06-07 07:24:58 UTC; root Author: Anna Krystalli [aut] (ORCID: , Created the package), Maëlle Salmon [aut, cre] (ORCID: ) Maintainer: Maëlle Salmon