Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdded option to pull remote repo before inserting a package #38
Conversation
|
Yes, been there, done that too. Not yet entirely sure if it belongs in drat though -- but possibly. I'll think about but I think I like. Maybe renamed to Do you use a command-line wrapper to call |
|
yes, I have a small .sh that shebangs /usr/bin/Rscript. see here. It is very crude. I thought of doing it from the script but my dislike to use 'setwd' in a script has stopped me until now :). |
|
Similar here -- but I don't call my Rscript scripts .sh :) |
Added option to pull remote repo before inserting a package
80873a3
into
eddelbuettel:master
Hi Dirk,
I had to re-clone my drat repo several times because I keep forgetting to pull the remote repo before inserting a package. So I thought it would be handy if
drat::insertPackagepulls the remote repo before committing.I added an option
pullfirstwith defaultFALSEso all should behave backwards compatible.Don't merge it if you don't think its useful.
Cheers,
Mark