-
-
Save acabangbang/3854875 to your computer and use it in GitHub Desktop.
for programatic update of a package--avoid having to use complete filename with version appended
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| install_command = paste("R --vanilla CMD install ~/'path/to/package'", system("cd ~/'path/to/package'; ls adStats*", intern=T), sep="/") | |
| system(install_command, intern=T) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment