annakrystalli / rmacroRDM

Tools to handle macroecological datasets in R
MIT License
12 stars 5 forks source link

basic qc #10

Open auremoser opened 8 years ago

auremoser commented 8 years ago

think through some basic quality control functionality:

annakrystalli commented 8 years ago

There are a number of areas in the package that various checks are performed but could do with being more strategic about it. Should link in with developing tests #14 .

Q: What do you consider the most important elements of ensuring quality of your data? eg:

Q: What tools in r and at what stage of data processing have you found these to be most effective?

Please feel free to share and thoughts and ideas!

auremoser commented 8 years ago

:+1: , very good, maybe make into a forkable checklist, gist, or notebook and include examples.

annakrystalli commented 8 years ago

A forkable checklist? Sounds intruiging! How do I do this?

annakrystalli commented 8 years ago

Cool. I'd also add these resources:

Lots of these are for newsrooms but I thought they might be useful for everything.

auremoser commented 8 years ago

I would just make a checklist in one of your issues or in a gist, you can link to it in the README and people can fork and update the gist, and the checklist formating would be pure markdown:

template:

- [ ] formating

how it renders:

People could add their forked gists as links to the comments in your original one, or to the issue you made in your repo, and then you'd have a little library of people's checklist examples!

annakrystalli commented 8 years ago

One forkable gist coming up!

Here's the link: https://gist.github.com/annakrystalli/25d58384f691b6b91df143337bd5ed4c

Please feel free to fork and edit to contribute ideas!