Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
Installing the akima package:

R
>install.packages('akima')
akima is now installed in R's library subfolder, with all its dependencies intact. You may load it using

library(akima)
OR use:
install.packages('akima', dependencies=TRUE, repos='http://cran.rstudio.com/')
install.packages(c("EIAdata", "gdata", "ggmap", "ggplot2"))

 

Manually download the package

...