Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rstudio -> Posit #53

Open
cansavvy opened this issue Mar 8, 2023 · 1 comment
Open

Rstudio -> Posit #53

cansavvy opened this issue Mar 8, 2023 · 1 comment

Comments

@cansavvy
Copy link
Collaborator

cansavvy commented Mar 8, 2023

Everywhere that references "RStudio Cloud" needs to be converted to saying "Posit Cloud" so we don't confuse people.

@muschellij2
Copy link

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!"

Created on 2023-07-19 by the reprex package (v2.0.1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants