├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .Rproj.user 2 | .Rhistory 3 | .RData 4 | .Ruserdata 5 | alt_datacamp.Rproj 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Alt DataCamp 2 | This repository is strictly for me to keep track of the links that provide backgound on DataCamp's very poor handling of sexual assualt by a DataCamp executive and more importantly keep links to alternatives to DataCamp handy. 3 | 4 | I am not attempting to have this be a one stop shop for all DataCamp alternatives, just want it to be easy for me to grab a few links to share with others when asked. 5 | 6 | # Background 7 | 8 | - [Original Tweet](https://twitter.com/no_reply/status/1113923302915837958) 9 | - [Noam Ross](https://noamross.github.io/datacamp-sexual-assault/) 10 | - [Greg Wilson](http://third-bit.com/2019/04/15/an-exchange-with-datacamp.html) 11 | - [Julia Silge](https://juliasilge.com/blog/datacamp-misconduct/) 12 | - [Dahvide Aruliah](https://dhavide.github.io/a-note-to-our-commuity-on-building-trust.html) 13 | - [RStudio Tweets](https://twitter.com/rstudio/status/1117889763711696896) 14 | - [RLadies](https://blog.rladies.org/post/statement-about-datacamp/) 15 | 16 | 17 | # Alt 18 | 19 | - [Data Science Guide](https://github.com/Chris-Engelhardt/data_sci_guide): This was set up in response to the DataCamp sexual assualt mess. 20 | - [Twitter thread that sparked the Data Science Guide](https://twitter.com/EngelhardtCR/status/1116743032492253185) 21 | --------------------------------------------------------------------------------