> 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
______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-devel