Skip to content
Snippets Groups Projects
Commit 2aff0548 authored by Dorch's avatar Dorch
Browse files

feat(create_fairify): add Depends to fairify

Refs #1
parent ec49cf21
No related branches found
No related tags found
No related merge requests found
......@@ -24,17 +24,20 @@ create_fairify <-
git = TRUE,
...) {
usethis::create_package(path, rstudio = TRUE, open = FALSE, check_name = check_name, ...)
usethis::proj_set(path)
if (tidy) {
usethis::local_project(path)
usethis::use_testthat()
usethis::use_tidy_description()
}
if (git) {
gert::git_init()
gert::git_init(path)
add_gitignore(path)
}
if (with_reports)
create_reports(path = path)
usethis::use_package("fairify", "Depends")
#file.copy()
if (open) {
usethis::proj_activate(path)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment