IMCR-Hackathon / datapie

Data Package Interface for Evaluation ("Easy as pie!")
https://imcr-hackathon.github.io/datapie/
MIT License
3 stars 2 forks source link

Ensure project can be installed as an R package #46

Closed clnsmth closed 5 years ago

clnsmth commented 5 years ago

Done!

I've renamed the project and associated GitHub which means you will have to make some changes to your local repo. Follow git instructions:

git remote rm origin
git remote add origin https://github.com/IMCR-Hackathon/datapie.git
git pull origin master
git --track development remote/development

At this point you can continue with your regular development routine.

I've added installation instructions to the project level README and updated all documentation.

clnsmth commented 5 years ago

Forgot to mention, that you can now load the package (and any local developments you've made) from within the Rproject with "Ctrl+Shift+L" in a Windows OS and "Cmd+Shift+L" in a Mac OS. This is much simpler and cleaner than frequent installs.