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

Update Tutorial_DataSubmission_R.Rmd to use {httr2} and Quarto #6

Open
Joseph-Edgerton opened this issue Aug 4, 2024 · 0 comments · May be fixed by #7
Open

Update Tutorial_DataSubmission_R.Rmd to use {httr2} and Quarto #6

Joseph-Edgerton opened this issue Aug 4, 2024 · 0 comments · May be fixed by #7

Comments

@Joseph-Edgerton
Copy link

Description

With the release of quarto as a new publishing system that softly succeeds RMD, and {httr2} as the new successor to the {httr} package I feel like it would be beneficial to update the code in Tutorial_DataSubmission_R.Rmd for future use.

Specific sub-issues

  1. Duplicate chunk labels cause an error if rendering the file.

  1. {rjson} is not needed for this script to run so it probably doesn't need to be included.

install.packages("rjson")

  1. Changing the {httr} syntax over to {httr2} requires a new file_upload function, which {curl} has.

  2. The atom text editor is deprecated so no new versions of this tutorial should not refer to it.

  3. Lastly, could make a few general formatting adjustments to space out some text and code.

@Joseph-Edgerton Joseph-Edgerton linked a pull request Aug 4, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant