Package: RepoGenerator Title: Generates a Project and Repo for Easy Initialization of a Workshop Version: 0.0.1 Authors@R: person(c("Jared", "P."), "Lander", email = "packages@jaredlander.com", role = c("aut", "cre")) Description: Generates a project and repo for easy initialization of a GitHub repo for R workshops. The repo includes a README with instructions to ensure that all users have the needed packages, an 'RStudio' project with the right directories and the proper data. The repo can then be used for hosting code taught during the workshop. Depends: R (>= 3.3.0) License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Imports: rstudioapi, git2r, rmarkdown, httr RoxygenNote: 6.0.1 Suggests: testthat, covr URL: https://github.com/jaredlander/RepoGenerator BugReports: https://github.com/jaredlander/RepoGenerator/issues SystemRequirements: GitHub, 'RStudio' Config/pak/sysreqs: cmake make libgit2-dev libssh2-1-dev libuv1-dev libssl-dev Repository: https://jaredlander.r-universe.dev Date/Publication: 2018-09-08 19:32:23 UTC RemoteUrl: https://github.com/jaredlander/repogenerator RemoteRef: HEAD RemoteSha: 316e8198811b4158dcfc6f58dca5372c5c504af6 NeedsCompilation: no Packaged: 2026-06-20 08:16:12 UTC; root Author: Jared P. Lander [aut, cre] Maintainer: Jared P. Lander