Package: rpkgdemo Title: A demo package for building R packages Version: 1.0.0 Authors@R: person("Stephen", "Turner", , "vustephen@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9140-9028")) Description: A package to demonstrate building an R package to accompany a workshop on building R packages in Positron. See the getting started vignette for details. License: MIT + file LICENSE URL: https://github.com/stephenturner/rpkgdemo, https://stephenturner.github.io/rpkgdemo/ BugReports: https://github.com/stephenturner/rpkgdemo/issues Depends: R (>= 4.1.0) Imports: dplyr, readr, rlang Suggests: here, knitr, rmarkdown, testthat (>= 3.0.0), tibble VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libx11-dev Repository: https://stephenturner.r-universe.dev Date/Publication: 2026-01-15 16:34:24 UTC RemoteUrl: https://github.com/stephenturner/rpkgdemo RemoteRef: HEAD RemoteSha: 7cb5c0af139397037cf70a2e3d03417a9ad35934 NeedsCompilation: no Packaged: 2026-06-22 11:08:56 UTC; root Author: Stephen Turner [aut, cre] (ORCID: ) Maintainer: Stephen Turner