search for: extractedversion

Displaying 2 results from an estimated 2 matches for "extractedversion".

Did you mean: extract_version
2007 Dec 06
1
R CMD Build feature searches or requests
...gside the *nix-style *.tar.gz. Right now I'm doing a scripted version of R CMD build <PACKAGE> R CMD INSTALL <PACKAGE> mkdir tmp cp -r /usr/local/lib/R/site-library/<PACKAGE> tmp/<PACKAGE> cd tmp zip -r <PACKAGE>_<EXTRACTEDVERSION>.zip <PACKAGE> mv *.zip .. cd .. rm -rf tmp I was wondering whether it wouldn't be helpfull to others maintaining packages not requiring genuine cross-compilation (only containing R code) to deal with this via an option to "R CMD build". Something lik...
2007 Dec 06
1
R CMD Build feature searches or requests
...gside the *nix-style *.tar.gz. Right now I'm doing a scripted version of R CMD build <PACKAGE> R CMD INSTALL <PACKAGE> mkdir tmp cp -r /usr/local/lib/R/site-library/<PACKAGE> tmp/<PACKAGE> cd tmp zip -r <PACKAGE>_<EXTRACTEDVERSION>.zip <PACKAGE> mv *.zip .. cd .. rm -rf tmp I was wondering whether it wouldn't be helpfull to others maintaining packages not requiring genuine cross-compilation (only containing R code) to deal with this via an option to "R CMD build". Something lik...