Prof Brian Ripley <[EMAIL PROTECTED]> writes:
> Indeed it is. The package has
>
> .First.lib <- function(lib, pkgname, where) {
> ## load the compiled code
> library.dynam(pkgname, pkgname, lib)
>
> and that should be
>
> library.dynam("matchprobes", pkgname, lib)
Thanks! I've fixed this f
On Fri, 27 Apr 2007, Seth Falcon wrote:
> Update:
>
> Seth Falcon <[EMAIL PROTECTED]> writes:
>> And for me it does.
>
> Almost. With a clean package library, I end up with an error
> installing matchprobes because library.dynam can't find a shared
> library called matchprobes_1.8.0. Since other
Update:
Seth Falcon <[EMAIL PROTECTED]> writes:
> And for me it does.
Almost. With a clean package library, I end up with an error
installing matchprobes because library.dynam can't find a shared
library called matchprobes_1.8.0. Since other packages that have
native code are installing with ve
Sean Davis <[EMAIL PROTECTED]> writes:
> Anna Lobley wrote:
>> I am receiving the following errors when trying to install
>> gcrma and a number of other Bioconductor packages when
>> the installWithVers flag is set to be TRUE.
>>
>> >source("http://www.bioconductor.org/getBioC.R";);
>> >getBioC(
Anna Lobley wrote:
> I am receiving the following errors when trying to install
> gcrma and a number of other Bioconductor packages when
> the installWithVers flag is set to be TRUE.
>
> >source("http://www.bioconductor.org/getBioC.R";);
> >getBioC("gcrma", installWithVers=T);
>
Hi, Anna. You