Closed jackwasey closed 10 years ago
@jackwasey this is being worked on in issue #35. A partial solution is available in branch 90-migrate. You can install this solution using devtools:
install.packages('devtools')
library('devtools')
install_gitub('johnmyleswhite/ProjectTemplate', ref='90-migrate')
Would love to get your opinion on how this solution works for you and ways that it can be made better.
create.project() git push to new remote (empty directories are not stored in git) git pull to another machine load.project() (fails, doesn't munge anything, no error or warning) mkdir data (etc) (works)