Skip to content

Commit e98b53a

Browse files
authored
add visible upload message (#1217)
* add visible upload message
1 parent 0128c51 commit e98b53a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: golem
22
Title: A Framework for Robust Shiny Applications
3-
Version: 0.5.1.9014
3+
Version: 0.5.1.9015
44
Authors@R: c(
55
person("Colin", "Fay", , "contact@colinfay.me", role = c("cre", "aut"),
66
comment = c(ORCID = "0000-0001-7343-1846")),

R/add_rstudio_files.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ add_rstudio_files <- function(
6262
write_there(
6363
"# Or use the blue button on top of this file"
6464
)
65+
write_there(
66+
sprintf(
67+
"# Note that you'll need to upload the whole package to %s",
68+
service
69+
)
70+
)
6571
write_there(
6672
""
6773
)

0 commit comments

Comments
 (0)