From 6d9303c2917e61bce65ff570549ac7ee668b7334 Mon Sep 17 00:00:00 2001 From: Mauricio Vargas Sepulveda Date: Mon, 25 Aug 2025 21:00:53 -0400 Subject: [PATCH] add visible upload message --- R/add_rstudio_files.R | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/R/add_rstudio_files.R b/R/add_rstudio_files.R index 39e5c8de..ce6e32d0 100644 --- a/R/add_rstudio_files.R +++ b/R/add_rstudio_files.R @@ -62,6 +62,12 @@ add_rstudio_files <- function( write_there( "# Or use the blue button on top of this file" ) + write_there( + sprintf( + "# Note that you'll need to upload the whole package to %s", + service + ) + ) write_there( "" )