search for: packageb

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

Did you mean: packages
2008 Aug 07
2
Cannot link mypackage to 2 other packages
Hi, I need to link mypackage to 2 other packages so I can call some C functions defined in these 2 packages from mine. I've tried Depends: packageA, packageB LinkingTo: packageA, packageB as suggested by the "5.4 Registering native routines" section of the "Writing R Extensions" manual but then only packageA is seen at compilation time (gcc is called with -I"/some/path/to/packageA/include" only). I've also tried...
2008 Dec 22
2
batch mode hangs if dest is uptodate
I have been using batch mode successfully. I try this using cygwin on a PC with 3.0.4 version of rsync. The two PackageOlder dirs are identical cygwin> diff -r /home/bill/tmp/PackageB /home/bill/PackageB cygwin> rsync -vv --only-write-batch=/Temp/changeAtoB.rsync -rptO -L --delete-delay devserver::RT/PackageB/ /home/bill/tmp/PackageA opening tcp connection to devserver port 873 sending daemon args: --server --sender -vvLtpre.iLs --timeout=180 . RT/PackageB/ receiving incr...
2013 Jan 27
1
How to remove packages from the active working window
Hi all mailing listers, My question is as follows: e.g. I launched two packages, say packageA and packageB, but they have the function of the same name, leading to masking. I want to remove the packageA from the working window after using the packageA so as not to causing problem. I do not want to carry out task each time using packageA and packageB individually because many the tasks share many param...
2010 Mar 10
1
How to install dependent packages automatically
...ocess easier to the final user. All the required packages are under bioconductor source but I don't know where I can include the code to download and install them. Manually, I generally use the code: source("http//bioconductor.org/biocLite.R") biocLite(c("packageA", "packageB"...etc)) Any idea? Thank you. -- Raphael Aggio PhD Student School of Biological Sciences Microbiology & Virology Research Group The University of Auckland Web www.sbs.auckland.ac.nz Please consider the environment before printing this e-mail [[alternative HTML version deleted]]
2007 Oct 19
1
install.packages() and configure.args
Hi, In the case where install.packages("packageA") also needs to install required package "packageB", then what is passed thru the 'configure.args' argument seems to be lost when it's the turn of packageA to be installed (the last package to get installed). This is not easy to reproduce but let's say you have the graphviz libraries installed on your system, but you don't...
2011 Aug 03
1
Finding dependancies?
Hi although the background is that it happened on an hpc cluster, this question does *not* concern hpc computing with R. I was using R on a cluster and had to install several packages in my home directory. Now the head node was migrated to new hardware (new install as well) and many dependencies for my in $HOME installed packages, which were present on the old head, are missing on the new head.
2014 Nov 27
1
Problem understanding behaviour of versionCheck for loadNamespace (and when versions for Imports packages are checked)
Hi Duncan, Many thanks (yet again). With the hint given by your earlier email (viz that currently loadNamespace expects a 3rd component called name in the list that is used for the versionCheck argument) I had another look at what was going on with my toy examples yesterday evening. I'm still working on my issue, but thus far I have: 1) Confirmed that internal calls to loadNamespace