Skip to content
Back to formatted view

Raw Message

Message-ID: <3CE8F94D-3A02-4D10-897D-5DAEF173C4D1@r-project.org>
Date: 2006-05-22T17:06:59Z
From: Simon Urbanek
Subject: labdsv installation problems
In-Reply-To: <D7C671E0-423D-4AF2-B184-6D0CE06B5BA2@ess.washington.edu>

Jonathan,

On May 22, 2006, at 12:28 PM, Jonathan Hughes wrote:

> Hi Simon,
>
> Using OS 10.4.6 on a G4, I have reinstalled R2.3.0 with 3114 update  
> but I still have the same problem when I try to install labdsv.   
> Error message:
>
> > library(labdsv)
> Loading required package: mgcv
> This is mgcv 1.3-16
> Loading required package: MASS
> Loading required package: akima
> Error in dyn.load(x, as.logical(local), as.logical(now)) :
> 	unable to load shared library '/Library/Frameworks/R.framework/ 
> Resources/library/labdsv/libs/ppc/labdsv.so':
>   dlopen(/Library/Frameworks/R.framework/Resources/library/labdsv/ 
> libs/ppc/labdsv.so, 6): Library not loaded: libR.dylib
>   Referenced from: /Library/Frameworks/R.framework/Resources/ 
> library/labdsv/libs/ppc/labdsv.so
>   Reason: image not found


Ok, thanks. This should be fixed now. make check didn't catch this,  
because it worked in the command-line version of R.
(use r.research.att.com repository or wait for next CRAN sync)


> In addition: Warning message:
> cannot create HTML package index in: make.packages.html()
> Error in library(labdsv) : .First.lib failed for 'labdsv'
>
> Prior to installation I used:
> rm -rf /Library/Receipts/R-Framework.pkg.
>

This is a hack! This is only necessary if you want to have multiple R  
versions on your machine in parallel! Be careful, using it for re- 
installation will break the update process, so use it only if you are  
sure you know what you're doing. (And R installation itself has  
nothing to do with labdsv).

Cheers,
Simon