Skip to content

Commit 4ff5455

Browse files
committed
reminder to add error handling if pulled
1 parent bfb7a1a commit 4ff5455

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

minimal-install.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ system("git init")
8686
system("git add .")
8787
system("git commit -m 'Initial package setup'")
8888

89-
cat("Package created successfully!\n")
9089
cat("To push to GitHub:\n")
9190
cat("1. Create a new repository on GitHub\n")
9291
cat("2. git remote add origin https://github.com/yourusername/", pkg_name, ".git\n")

0 commit comments

Comments
 (0)