library(easyBakeOven)
#> Warning: replacing previous import 'dplyr::pull' by 'git2r::pull' when loading
#> 'glitter'
#> Warning: replacing previous import 'dplyr::collapse' by 'glue::collapse' when
#> loading 'glitter'
#> Warning: replacing previous import 'git2r::content' by 'httr::content' when
#> loading 'glitter'
The DESCRIPTION can be printed back into the console to view or copy and pasting.
make_description(path = "~/GitHub/packages/easyBakeOven/")
#> Package: easyBakeOven
#> Title: Helpers for Package Authoring
#> Version: 1.3.0.9000
#> Authors@R: person(given = "Meera",
#> family = "Patel, MD",
#> role = c("aut", "cre"),
#> email = "patelmeeray@gmail.com",
#> comment = c(ORCID = "0000-0002-3401-3948"))
#> Description: R Package that facilitates various aspects of R package authorship and deployment in tandem with the usethis,
#> devtools, and sinew packages. Features include generating pkgdown yaml
#> skeletons as well as providing customizability to the roxygen2
#> skeletons made by the sinew package.
#> License: MIT + file LICENSE
#> URL: https://meerapatelmd.github.io/easyBakeOven/,
#> https: //github.com/meerapatelmd/easyBakeOven/
#> BugReports: https://github.com/meerapatelmd/easyBakeOven/issues/
#> Imports: cli,
#> colorspace,
#> DT,
#> R.cache,
#> cave,
#> curl,
#> data.tree,
#> devtools,
#> dplyr,
#> forcats,
#> glitter,
#> glue,
#> grDevices,
#> hexSticker,
#> kableExtra,
#> magrittr,
#> pkgdown,
#> purrr,
#> readr,
#> rlang,
#> rubix,
#> secretary,
#> showtext,
#> sinew,
#> stringr,
#> sysfonts,
#> tibble,
#> tidyr,
#> usethis,
#> utils,
#> xfun
#> Suggests: knitr,
#> rmarkdown,
#> spelling,
#> roxygen2,
#> R.rsp
#> VignetteBuilder: knitr,
#> R.rsp
#> Remotes: meerapatelmd/glitter,
#> meerapatelmd/rubix,
#> meerapatelmd/secretary
#> Encoding: UTF-8
#> LazyData: true
#> Roxygen: list(markdown = TRUE)
#> RoxygenNote: 7.1.1
#> Language: en-US
#> Depends: R (>= 2.10)
#> Warning: Expected 2 pieces. Missing pieces filled with `NA` in 1 rows [81].
#> Imports:
#> DT,
#> R.cache,
#> cave,
#> cli,
#> colorspace,
#> curl,
#> data.tree,
#> devtools,
#> dplyr,
#> forcats,
#> glitter,
#> glue,
#> grDevices,
#> hexSticker,
#> kableExtra,
#> magrittr,
#> pkgdown,
#> purrr,
#> readr,
#> rlang,
#> rubix,
#> secretary,
#> showtext,
#> sinew,
#> stringr,
#> sysfonts,
#> tibble,
#> tidyr,
#> usethis,
#> utils,
#> xfun