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

Updated use_data_raw() template for unquoted use_data and overwrite #807

Merged
merged 1 commit into from
Jul 8, 2019
Merged

Updated use_data_raw() template for unquoted use_data and overwrite #807

merged 1 commit into from
Jul 8, 2019

Conversation

mitchelloharawild
Copy link
Contributor

Resolves #736

usethis::use_data_raw("daisy")
## code to prepare `daisy` dataset goes here

usethis::use_data(daisy, overwrite = TRUE)

@hadley hadley added the tidy-dev-day 🤓 Tidyverse Developer Day rstd.io/tidy-dev-day label Jul 8, 2019
@@ -4,6 +4,8 @@

* Fix typo in Makefile template generated via `use_make()` (#804, @ryapric).

* Fix quoting of dataset name in template for `use_data_raw()` (#736, @mitchelloharawild).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For future reference, we generally put new bullets at the top.

@hadley hadley merged commit 0ed076d into r-lib:master Jul 8, 2019
@hadley
Copy link
Member

hadley commented Jul 8, 2019

Thanks @mitchelloharawild!

@hadley
Copy link
Member

hadley commented Jul 8, 2019

(BTW you also don't need to worry about force pushing since we squash-merge)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tidy-dev-day 🤓 Tidyverse Developer Day rstd.io/tidy-dev-day
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use_data_raw() creates template usethis::use_data("{name}")
2 participants