Open aaarcher-usgs opened 1 year ago
Howdy @aaarcher-usgs ,
Thanks for the review!!!
Do you have an example of a repo that addresses this req change:
Add YAML and whatnot to this doc so that it's readable in html preview?
I haven't done this before
I edited the review to remove the SC about the YAML header. It's just when you look at it through RStudio that it looks weird, but it looks good as viewed on Github. There's no simple way to add the YAML to the markdown that will keep the fancy formatting, so disregard that suggestion.
I still think it would help though to have instructions on the main readme that explain how to work through the course instructions (i.e., view on Github) etc.
DRAFT: review response
Actions:
Suggestions that will applied to Targets 1 and 2:
To be honest, I had forgotten just how thorough and important targets-3 is! This is a great asset and very powerful training module. I noticed a few things on my run-through noted below. I'm excited to put these to the test again with the next round of onboarding!
My comments are split out by required changes "RC" and suggested changes "SC"
course-instructions.md:
xx[- [ ] SC: Add YAML and whatnot to this doc so that it's readable in html preview? Right now, it looks messy. ]xx
Ugh, the internet data transfer failed! Try again.
is not atargets
error, it's "an error built into the pipeline for later illustration" (so people don't spend a bunch of time trying to "fix" it when it just needs to be run again.) OR update the error message to say "try to run the pipeline again" -- Try again makes it seem like you have to "try to write the pipeline again"tibble
is introduced. There, you could say, "we will use other tidyverse functions later, so for brevity we will load tidyverse rather than just the individual tibble package" or something like that3_visualize/src/map_sites
14
needs to have "size" replaced with "linewidth":geom_polygon(fill = "lightgrey", color = "#ffffff", linewidth = 0.25)
Random thoughts: