trias-project / alien-macroinvertebrates

🦀 Alien macroinvertebrates (occurrence and checklist dataset)
http://trias-project.github.io/alien-macroinvertebrates
MIT License
0 stars 1 forks source link

Translate dwc_checklist.R to Rmd, standardize its structure, add website #43

Closed peterdesmet closed 6 years ago

peterdesmet commented 6 years ago

This pull request contains a bunch of stuff, that I unfortunately couldn't neatly split. 😬 I'm first going to resolve the conflicts and then describe the changes.

peterdesmet commented 6 years ago

This PR contains a HTML website, which explains why so many files were added. Important changes are:

I started this branch without internet and unfortunately without the speciesProfile changes (#40), but I have added back.

The dwc_occurrence.R should still be translated to a dwc_occurrence.Rmd, but can best be done in another PR.

peterdesmet commented 6 years ago

Oh, forgot to mention: I moved the join between raw_data and sources to the top (just after generation of taxonID). Currently it was implemented twice (once for distribution and once for description), which is agains DRY (don't repeat yourself) principles. 😄

peterdesmet commented 6 years ago

Regarding the .gitignore:

1) do you have files generated by knit that are not in docs (because that should not happen) 2) normally only html files should be updated... if not, please update all packages first

LienReyserhove commented 6 years ago

Thanks for the changes! I will close this PR when I update the installation guide.

LienReyserhove commented 6 years ago

I updated the installation guide. As promised, I will merge this PR :tada: