About

Authors

Writers

Steering Committee

  • Heather Turner (@hturner): member of the R Foundation, former R Journal Editor, maintainer of 4 CRAN packages, has run several workshops on R package development.
  • Bettina Grün (@bettinagruen): member of the R Foundation, Journal of Statistical Software Editor-in-Chief, former R Journal Editor, maintainer of 5 CRAN packages, manager of the two assistants on the CRAN Team working on CRAN submissions.
  • Gwynn Gebeyehu (@nzgwynn) data scientist, former lecturer and academic researcher, has experience of technical writing for range of audiences. R user since 2002 with package development experience.

Contributors

Thanks to all contributors!

Lluís Revilla (@llrs)

Citation

[TBD]

Acknowledgement

Thank you to the R Consortium for funding and sponsoring this project!

Technical details

This cookbook is a Quarto website. To learn more about Quarto websites visit https://quarto.org/docs/websites. The cookbook is hosted on GitHub pages as part of the Community R development resources. The website is currently deployed with local commands.

Session info

library(devtools)
Loading required package: usethis
devtools::session_info()
─ Session info ───────────────────────────────────────────────────────────────
 setting  value
 version  R version 4.4.0 (2024-04-24)
 os       macOS Ventura 13.6.9
 system   x86_64, darwin20
 ui       X11
 language (EN)
 collate  en_US.UTF-8
 ctype    en_US.UTF-8
 tz       America/New_York
 date     2024-09-05
 pandoc   NA (via rmarkdown)

─ Packages ───────────────────────────────────────────────────────────────────
 ! package     * version date (UTC) lib source
 P cachem        1.1.0   2024-05-16 [?] RSPM
 P cli           3.6.3   2024-06-21 [?] RSPM
 P devtools    * 2.4.5   2022-10-11 [?] RSPM
 P digest        0.6.36  2024-06-23 [?] RSPM
 P ellipsis      0.3.2   2021-04-29 [?] RSPM
 P evaluate      0.24.0  2024-06-10 [?] RSPM
 P fastmap       1.2.0   2024-05-15 [?] RSPM
 P fs            1.6.4   2024-04-25 [?] RSPM
 P glue          1.7.0   2024-01-09 [?] RSPM
 P htmltools     0.5.8.1 2024-04-04 [?] RSPM
 P htmlwidgets   1.6.4   2023-12-06 [?] RSPM
 P httpuv        1.6.15  2024-03-26 [?] RSPM
 P jsonlite      1.8.8   2023-12-04 [?] RSPM
 P knitr         1.48    2024-07-07 [?] RSPM
 P later         1.3.2   2023-12-06 [?] RSPM
 P lifecycle     1.0.4   2023-11-07 [?] RSPM
 P magrittr      2.0.3   2022-03-30 [?] RSPM
 P memoise       2.0.1   2021-11-26 [?] RSPM
 P mime          0.12    2021-09-28 [?] RSPM
 P miniUI        0.1.1.1 2018-05-18 [?] RSPM
 P pkgbuild      1.4.4   2024-03-17 [?] RSPM
 P pkgload       1.4.0   2024-06-28 [?] RSPM
 P profvis       0.3.8   2023-05-02 [?] RSPM
 P promises      1.3.0   2024-04-05 [?] RSPM
 P purrr         1.0.2   2023-08-10 [?] RSPM
 P R6            2.5.1   2021-08-19 [?] RSPM
 P Rcpp          1.0.13  2024-07-17 [?] RSPM
 P remotes       2.5.0   2024-03-17 [?] RSPM
   renv          1.0.7   2024-04-11 [1] RSPM (R 4.4.0)
 P rlang         1.1.4   2024-06-04 [?] RSPM
 P rmarkdown     2.27    2024-05-17 [?] RSPM
 P rstudioapi    0.16.0  2024-03-24 [?] RSPM
 P sessioninfo   1.2.2   2021-12-06 [?] RSPM
 P shiny         1.9.1   2024-08-01 [?] RSPM
 P stringi       1.8.4   2024-05-06 [?] RSPM
 P stringr       1.5.1   2023-11-14 [?] RSPM
 P urlchecker    1.0.1   2021-11-30 [?] RSPM
 P usethis     * 3.0.0   2024-07-29 [?] RSPM
 P vctrs         0.6.5   2023-12-01 [?] RSPM
 P xfun          0.46    2024-07-18 [?] RSPM
 P xtable        1.8-4   2019-04-21 [?] RSPM
 P yaml          2.3.8   2023-12-11 [?] RSPM

 [1] /Users/jasminedaly/Desktop/R-directory/cran-cookbook/website/renv/library/macos/R-4.4/x86_64-apple-darwin20
 [2] /Users/jasminedaly/Library/Caches/org.R-project.R/R/renv/sandbox/macos/R-4.4/x86_64-apple-darwin20/2edc1867

 P ── Loaded and on-disk path mismatch.

──────────────────────────────────────────────────────────────────────────────