We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After running usethis::use_course("rstd.io/wtf-debugging"), we get a directory of R scripts and a CSV file.
usethis::use_course("rstd.io/wtf-debugging")
Suggestion: these files might want to be stored in a project so that it is self-contained.
The text was updated successfully, but these errors were encountered:
Yeah ditto for wtf-read-source. I think the .Rproj files may have been inadvertently left out of the GitHub repo.
wtf-read-source
.Rproj
Sorry, something went wrong.
But it's good practice for the "make an RStudio project out of an existing directory" workflow 😁
No branches or pull requests
After running
usethis::use_course("rstd.io/wtf-debugging")
, we get a directory of R scripts and a CSV file.Suggestion: these files might want to be stored in a project so that it is self-contained.
The text was updated successfully, but these errors were encountered: