Skip to content

Commit

Permalink
refactor: better vertical spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Dec 15, 2023
1 parent 32076f3 commit 5f64c60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/one-small-change.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,14 @@ one_small_change <- function(parent_path) {
original_dir <- getwd()

withr::local_dir(path)

gert::git_init()

usethis::create_project(path = getwd())
# Ignore Rproj that might otherwise get edited when we open the project
rproj <- fs::dir_ls(glob = "*.Rproj")

usethis::local_project(getwd(), force = TRUE)
usethis::use_git_ignore(rproj)
gert::git_add("*")

git_commit("First commit")

fs::file_create("bla")
Expand Down

0 comments on commit 5f64c60

Please sign in to comment.