Displaying 4 results from an estimated 4 matches for "failpackag".
Did you mean:
failpackages
2006 Apr 05
2
Problems in package management after Linux system upgrade
...ackages. Right?
I'm pasting in below the script that I run nightly to update all
packages and install any new ones in CRAN. Can anybody suggest
changes that might cause a rebuild of packages that need rebuilding?
## PJ 2005-11-05
options(repos = "http://cran.cnr.berkeley.edu/")
#failPackages is the "black list". Things get inserted for various reasons
#rejected because they don't build on my system as of July, 2005, or
are obviously not needed
failPackages1 <-
c("BRugs","tclkt2","cyclones","rpvm","ncdf","gtkDev...
2005 Sep 01
1
controlling where *.Rout gets printed. Possible?
...l Johnson <pauljohn _AT_ ku.edu> 2005-08-31
# This should update and then install all packages, except for
# ones I exclude because they don't work or we don't want them.
options(repos = "http://lib.stat.cmu.edu/R/CRAN/")
update.packages(ask=F)
theNew <- new.packages()
failPackages <-
c("BRugs","GDD","gtkDevice","gap","gnomeGUI","mimR","ncdf","pathmix","rcdd","rgdal","rpvm",
"Rmpi","RQuantLib","RMySQL",
"RNetCDF","RO...
2006 Jan 20
2
cron job install/update problems: tcltk can't find display (installing e.g., pbatR)
...<pauljohn at ku.edu> 2005-08-31
# This should update and then install all packages, except for
# ones I exclude because they don't work or we don't want them.
#options(repos = "http://lib.stat.cmu.edu/R/CRAN/")
options(repos = "http://cran.cnr.berkeley.edu/")
#failPackages is the "black list".
# Things that don't build cleanly with FC4, but I
# hope it will build someday soon.
failPackages <-
c("deldir","frailtypack","fSeries","fCalendar","fExtremes","fPortfolio","hmm.discnp",&q...
2006 Jan 20
2
cron job install/update problems: tcltk can't find display (installing e.g., pbatR)
...<pauljohn at ku.edu> 2005-08-31
# This should update and then install all packages, except for
# ones I exclude because they don't work or we don't want them.
#options(repos = "http://lib.stat.cmu.edu/R/CRAN/")
options(repos = "http://cran.cnr.berkeley.edu/")
#failPackages is the "black list".
# Things that don't build cleanly with FC4, but I
# hope it will build someday soon.
failPackages <-
c("deldir","frailtypack","fSeries","fCalendar","fExtremes","fPortfolio","hmm.discnp",&q...