We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ae089 commit 2afd2c9Copy full SHA for 2afd2c9
1 file changed
skinnySkeleton.R
@@ -35,6 +35,7 @@ cat("Creating package at:", pkg_path, "\n")
35
36
usethis::create_package(pkg_path, open = FALSE)
37
setwd(pkg_path)
38
+
39
desc_content <- paste0(
40
"Package: ", pkg_name, "\n",
41
"Title: ", pkg_title, "\n",
0 commit comments