Package: rcompendium Type: Package Title: Create a Package or Research Compendium Structure Version: 2.0.0.9000 Authors@R: c( person(given = "Nicolas", family = "Casajus", role = c("aut", "cre", "cph"), email = "nicolas.casajus@fondationbiodiversite.fr", comment = c(ORCID = "0000-0002-5537-5294"))) Description: Makes easier the creation of R package or research compendium (i.e. a predefined files/folders structure) so that users can focus on the code/analysis instead of wasting time organizing files. A full ready-to-work structure is set up with some additional features: version control, remote repository creation, CI/CD configuration (check package integrity under several OS, test code with 'testthat', and build and deploy website using 'pkgdown'). This package heavily relies on the R packages 'devtools' and 'usethis' and follows recommendations made by Wickham H. (2015) and Marwick B. et al. (2018) . URL: https://github.com/FRBCesab/rcompendium, https://frbcesab.github.io/rcompendium/ BugReports: https://github.com/FRBCesab/rcompendium/issues License: GPL (>= 2) Encoding: UTF-8 Depends: R (>= 2.10) Imports: cli, devtools, gert, gh, gtools, httr2, renv, rmarkdown, roxygen2, rprojroot, stringr, usethis, utils Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Suggests: fs, knitr, testthat (>= 3.0.0), vcr, withr Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev git make libharfbuzz-dev libgit2-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://frbcesab.r-universe.dev Date/Publication: 2026-05-08 05:22:06 UTC RemoteUrl: https://github.com/FRBCesab/rcompendium RemoteRef: HEAD RemoteSha: 344136811efa4a5ab7af79a16b6ea0729bfe3b14 NeedsCompilation: no Packaged: 2026-06-08 10:54:01 UTC; root Author: Nicolas Casajus [aut, cre, cph] (ORCID: ) Maintainer: Nicolas Casajus