Skip to content

akima error

3 messages · Brian Ripley, Kirk R. Wythers

#
I am trying to load the GRASS library and am getting the following 
error:

 > library(GRASS)
Loading required package: akima
Error: package 'akima' could not be loaded
In addition: Warning message:
There is no package called 'akima' in: library(pkg, character.only = 
TRUE, logical = TRUE, lib.loc = lib.loc)

This is on R 2.0.0, library(GRASS) is installed, and update.packages() 
has been run.

Thanks

Kirk R. Wythers	
Dept. of Forest Resources
University of Minnesota
email: kwythers@umn.edu
tel: 612.625.2261
fax: 612.625.5212
#
On Thu, 28 Oct 2004, Kirk R. Wythers wrote:

            
But has install.packages("akima") been run?
OR install.packages("GRASS", dependencies = TRUE) ?
#
On Oct 28, 2004, at 12:55 PM, Prof Brian Ripley wrote:

            
Thank you.

install.packages("GRASS", dependencies=TRUE)

worked splendidly.

Kirk


Kirk R. Wythers	
Dept. of Forest Resources
University of Minnesota
email: kwythers@umn.edu
tel: 612.625.2261
fax: 612.625.5212