Project - Reducing Road Accidents (tentative title)
As a Project creator, you will work in the develop
branch of the project. Here is the Project develop
admin page (where you also can preview the project):
https://www.datacamp.com/teach/repositories/3430/branches/develop
The live project the students will see live in the master
branch. Here is the Project master
admin page:
https://www.datacamp.com/teach/repositories/3430/branches/master
Your to-do list
Everything that needs to be done to launch your Project is broken down into tasks in the Asana to-do list below:
https://app.asana.com/0/789544874807906/789544874807906
The red tasks are for instructors and the blue tasks are for your DataCamp contact. Your DataCamp contact will assign due dates throughout the creation process for your Project. All you need to do is report your progress on each task by clicking the checkbox on its left-hand side when complete. Asana training shouldn't be necessary, but here is an Asana quick start guide guide just in case.
Things to install
There are some packages you need to be able to create DataCamp Projects locally. Run the following commands in R to install them.
install.packages("devtools")
install.packages("testthat")
devtools::install_github('datacamp/IRkernel.testthat')
Documentation for how to develop a DataCamp project: https://authoring.datacamp.com/projects/