We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb7a1a commit 4ff5455Copy full SHA for 4ff5455
1 file changed
minimal-install.R
@@ -86,7 +86,6 @@ system("git init")
86
system("git add .")
87
system("git commit -m 'Initial package setup'")
88
89
-cat("Package created successfully!\n")
90
cat("To push to GitHub:\n")
91
cat("1. Create a new repository on GitHub\n")
92
cat("2. git remote add origin https://github.com/yourusername/", pkg_name, ".git\n")
0 commit comments