datacarpentry / R-ecology-lesson

Data Analysis and Visualization in R for Ecologists
https://datacarpentry.org/R-ecology-lesson/
Other
314 stars 509 forks source link

Distribute course materials with `usethis::use_course()` #384

Open maurolepore opened 6 years ago

maurolepore commented 6 years ago

Have you considered distributing the lesson's materials with usethis::use_course()?

The usethis package recently introduced (in v.1-3-0) the function usethis::use_course(). This may be a good way to distribute the materials of this lesson.

-- From https://www.tidyverse.org/articles/2018/02/usethis-1-3-0/

fmichonneau commented 6 years ago

Yes, I've considered it. Unfortunately, at this time it's not possible to use it to distribute the datasets as the figshare server returns the wrong mime type object on the URL pointing to the zip files which makes use_course() choke. We might revisit this later though once I have a chance to investigate this in more detail.