search for: installedpackag

Displaying 7 results from an estimated 7 matches for "installedpackag".

Did you mean: installedpackages
2011 Jan 26
1
compilation error
...: error: `GET_VLAN_VID_CMD' undeclared (first use in this function) util/interface.c:355: error: (Each undeclared identifier is reported only once util/interface.c:355: error: for each function it appears in.) make[3]: *** [libvirt_util_la-interface.lo] Error 1 make[3]: Leaving directory `/root/InstalledPackages/libvirt-0.8.6/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/root/InstalledPackages/libvirt-0.8.6/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/InstalledPackages/libvirt-0.8.6' make: *** [all] Error 2 -------------------- I have saw that GE...
2006 Apr 05
2
Problems in package management after Linux system upgrade
...quot;,"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? needRemoval <- installedPackages %in% failPackages # remove any blacklisted packages if they are already installed. if (sum(needRemoval) >0) remove.packages(installedPackag...
2011 Dec 02
1
Project local libraries (reproducible research)
Hi all, I was wondering if any one had scripts that they could share for capturing the current version of R packages used for a project. I'm interested in creating a project local library so that you're safe if someone (e.g. the ggplot2 author) updates a package you're relying on and breaks your code. I could fairly easily hack together, but I was wondering if any one had any neat
2015 Dec 01
1
Package Dependency
...because a dependency "stringi" is missing. Those students are generally using Windows, but today I reproduced the same on RedHat Linux with R-3.2.2. desiredPackages is a big vector of packages to install. This is using a trick that one of R Core taught me about 15 years ago... > installedPackages <- rownames (installed.packages() ) > alreadyHave <- desiredPackages %in% installedPackages > install.packages(desiredPackages[!alreadyHave], + dependencies = c("Depends"), + lib = TAR...
2009 Nov 03
1
mac question
Hi there, currently, I've updated R on my Mac (OS X) to version 2.10. I was wondering if I have to install all additional packages again??? In Windows, I just needed to copy the library folder of the old installation but how does it work with Mac? Can anybody give me a hint? Antje
2006 Jan 20
2
cron job install/update problems: tcltk can't find display (installing e.g., pbatR)
...ot;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 installed. if (sum(needRemoval) >0) remove.packages(installedPackag...
2006 Jan 20
2
cron job install/update problems: tcltk can't find display (installing e.g., pbatR)
...ot;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 installed. if (sum(needRemoval) >0) remove.packages(installedPackag...