We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2388878 commit bb718ffCopy full SHA for bb718ff
R/publish.R
@@ -29,7 +29,7 @@ publish_book = function(name = NULL, ...) {
29
}
30
# if no accounts other than shinyapps.io and bookdown.org have been set up on
31
# this machine, offer to add one for connect.posit.cloud
32
- if (length(setdiff(accounts$server, c('shinyapps.io', 'bookdown.org')) == 0)) {
+ if (length(setdiff(accounts$server, c('shinyapps.io', 'bookdown.org'))) == 0) {
33
if (readline('Do you want to connect to connect.posit.cloud? (y/n)') == 'y')
34
rsconnect::connectCloudUser()
35
0 commit comments