[Rd] Package installation

Liaw, Andy andy_liaw at merck.com
Thu Jun 10 18:45:38 CEST 2004


> From: Toralf Kirsten
> 
> Hi Uwe,
> thanks for your fast response.
> 
> The content of the file izbi/R/First.lib.R of the source 
> package is as 
> follows:
> *************
> .First.lib <- function(libname, pkgname) {
>    library.dynam("izbi", package = pkgname, lib.loc = libname)
>    data(COLS, package=izbi)
>    data(ROWS, package=izbi)
> }
> *************
> 
> The check command also fails (see below).
> Any hints?

Starting in R-1.9.0, I believe, you need to quote the package name in
data().

Andy


> Toralf



More information about the R-devel mailing list