Updates to make Chapter 15 in Biodigs book work oob #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Planning on using the BioDigs Chapter 15 (https://hutchdatascience.org/GDSCN_BioDIGS_Book/exploring-soil-testing-data-with-r.html) as a quick introduction to R for students in the YES4CURE program as discussed with Natalie and Ava.
there was a minor bug in getting the data, due to the fact thatsometimes it's replacing with dots, sometimes it's keeping spaces, not entirely sure why. Turning PR into draft since this isn't consistent like I originally assumed.gsheet2tbl
seems to replace spaces and punctuation with.
, so I updated the code to expect thattidyverse
in Part 2 but didn't have it as an explicit dependency, so I added that to the DESCRIPTION file.We can run from the fork for the students, so no urgency in looking at this, and no need to merge if seems inappropriate, but I thought it would be beneficial to PR upstream in case helpful!
I didn't make any version bump as I wasn't sure about your preferred versioning scheme.
These were tested with
R 4.4.1
, sessionInfo below for list of package versions