You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like this should be closed. The only case I found was below.
path="~/Dropbox/Projects/DataTrail"x= list.files(path=path, pattern=".Rmd", full.names=TRUE)
xx= sapply(x, readLines)
names(xx) = basename(x)
out= sapply(xx, grep, pattern="rstudio\\s*cloud", ignore.case=TRUE, value=TRUE)
out[sapply(out, length) >0]
#> $`06_sharing_results_05_cloning_repos.Rmd`#> [1] "Underneath the `Note` put something that reminds you what this PAT is for. Something like `RStudioCloud Access`. (Note that each PAT you make needs its own unique `Note` though)."#> [2] "Yay! Now you should be able to use GitHub from RStudioCloud!"
Everywhere that references "RStudio Cloud" needs to be converted to saying "Posit Cloud" so we don't confuse people.
The text was updated successfully, but these errors were encountered: