search for: rlsf

Displaying 10 results from an estimated 10 matches for "rlsf".

Did you mean: resf
2005 Aug 31
0
Advice about system for installing & updating all R packa ge in a Linux Lab?
...t;## from the package repositories:" echo "##" echo "## - CRAN: http://cran.r-project.org/" echo "## - BioCondictor: http://www.bioconductor.org" echo "##" echo "## As well as Pfizer custom packages" echo "## " echo "## - Rlsf: ~warneg/src/R/Rlsf" echo "## - AffyTool: nlvfs016:rstat-data/" echo "## ExpressionAnalysis/StandardAffyAnalysis/AffyTool" echo "##" echo "##############" echo "##" if [ -z '$1' ]; then RCMD="R" echo &quo...
2005 Dec 14
0
New Quantian release with over 800 CRAN/BioC packages
[ Reposting this here as this Quantian release contains - all CRAN packages as of December 10, 2005 * except the Windows only ones (BRugs, mimR, rcom, RWinEdt) * and three that would not build (Rlsf, ROracle, rJava) for lack of Java, Oracle or rlsf - all BioC packages for release 1.8 * excecpt RMAGEML (needs Java) - for a total of over 800 R packages - a couple other R niceties: (X)Emacs + ESS, Ggobi, Rpad, RKward...) I hope this isn't considered off-topic here; i...
2005 Dec 14
0
New Quantian release with over 800 CRAN/BioC packages
[ Reposting this here as this Quantian release contains - all CRAN packages as of December 10, 2005 * except the Windows only ones (BRugs, mimR, rcom, RWinEdt) * and three that would not build (Rlsf, ROracle, rJava) for lack of Java, Oracle or rlsf - all BioC packages for release 1.8 * excecpt RMAGEML (needs Java) - for a total of over 800 R packages - a couple other R niceties: (X)Emacs + ESS, Ggobi, Rpad, RKward...) I hope this isn't considered off-topic here; i...
2006 Apr 05
2
Problems in package management after Linux system upgrade
...t;,"httpRequest", "labdsv","kza","LMGene","Malmig","magic","negenes","oz","papply","spe","wavethresh","waveslim","tdthap") failPackages3 <- c("rcom","Rlsf") #put the 3 sets of rejects together failPackages <- union(failPackages1,union(failPackages2,failPackages3)) #list of all currently installed packages installedPackages <- rownames (installed.packages() ) #do any installed packages need removal because they are on the blacklist? need...
2007 Oct 05
0
new packages: caret, caretLSF and caretNWS
...eral examples. A few example data sets, mostly from quantitative structure-activity relationship (QSAR) experiments, are also contained in the package. The other two packages, caretLSF and caretNWS, provide alternate versions of caret's train function that can be executed in parallel using the Rlsf and nws packages, respectively. For example, if bootstrapping is used to tune a model, the B models can be split over M different nodes. For caretNWS, either the free nws package or the commercial version (nwsPro) can be used. The commercial version offers fault tolerance features (as well as suppo...
2007 Oct 05
0
new packages: caret, caretLSF and caretNWS
...eral examples. A few example data sets, mostly from quantitative structure-activity relationship (QSAR) experiments, are also contained in the package. The other two packages, caretLSF and caretNWS, provide alternate versions of caret's train function that can be executed in parallel using the Rlsf and nws packages, respectively. For example, if bootstrapping is used to tune a model, the B models can be split over M different nodes. For caretNWS, either the free nws package or the commercial version (nwsPro) can be used. The commercial version offers fault tolerance features (as well as suppo...
2007 May 22
4
Parallel processes
Dear R People: I was wondering if there were any packages for parallel programming in R. According to the R-help, at one time there was a package called SNOW. It doesn't seem to exist anymore. Any help would be much appreciated! Sincerely, Erin Hodgess mailto: hodgess@gator.uhd.edu [[alternative(swapped) HTML version deleted]]
2008 Aug 13
1
properly reporting compile bugs
A while ago I decided to simply download and install every package on CRAN (disk space is cheap these days...). In the process, I kept loose track of which packages generated one or more 'compilation errors' during the install process (machine runs 64-bit Fedora 8, gcc 4.1 etc. etc). Most of the errors seemed to occur in packages I have little need for at present, but as a courtesy, I
2006 Jan 20
2
cron job install/update problems: tcltk can't find display (installing e.g., pbatR)
...s","fCalendar","fExtremes","fPortfolio","hmm.discnp","knncat","labdsv","survrec", "SciViews","RGrace","uroot","fMultivar","fOptions","gcmrec","rcom","Rlsf") #list of all currently installed packages installedPackages <- rownames (installed.packages() ) #do any installed packages need removal because they are on the blacklist? needRemoval <- installedPackages %in% failPackages # remove any blacklisted packages if they are already instal...
2006 Jan 20
2
cron job install/update problems: tcltk can't find display (installing e.g., pbatR)
...s","fCalendar","fExtremes","fPortfolio","hmm.discnp","knncat","labdsv","survrec", "SciViews","RGrace","uroot","fMultivar","fOptions","gcmrec","rcom","Rlsf") #list of all currently installed packages installedPackages <- rownames (installed.packages() ) #do any installed packages need removal because they are on the blacklist? needRemoval <- installedPackages %in% failPackages # remove any blacklisted packages if they are already instal...