search for: tarlist

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

Did you mean: varlist
2007 Nov 14
2
package installation order
...ncies = c("Depends", "Imports", "Suggests")) We need to install these versions of the packages across a few different architectures/systems (linux, solaris, 32- and 64-bit). Right now, we are constrained to version 2.5.1 (I know, I know). Right now, I'd use tarList <- list.files() tarList <- grep(".tar.gz", tarList, fixed = TRUE, value = TRUE) install.packages (tarList, repos = NULL) to install, but the package dependencies are ignored. For example, XML gets installed after other packages that depend on it. I've looked through ?in...
2004 Jun 28
5
Frustrated...Samba on linux w/xfs SLOW problem
I have a very simple setup here that I have recently made some modifications to and it has affected my ability to save files to the linux samba server. The recent changes are: converted all fs's to xfs from ext3. Upgraded to latest kernel 2.6.7 from a 2.4 kernel. Samba used to work fine. Now, I can copy files out of my linux samba server to my windows machine at full speed. However, when