* using log directory '/CRANPkg/check/udunits.Rcheck' * using R version 2.1.1, 2005-06-20 * checking for file 'udunits/DESCRIPTION' ... OK * this is package 'udunits' version '1.2' * checking if this is a source package ... OK * checking whether package 'udunits' can be installed ... OK * checking package directory ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking DESCRIPTION meta-information ... OK * checking package dependencies ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for syntax errors ... OK * checking R files for library.dynam ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking Rd files ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking for CRLF line endings in C/C++/Fortran sources/headers ... OK * checking for portable compilation flags in Makevars ... OK * creating udunits-Ex.R ... OK * checking examples ... ERROR Running examples in udunits-Ex.R failed. The error most likely occurred in: > ### * utCalendar > > flush(stderr()); flush(stdout()) udunits(3): Couldn't open units database "/Users/jago/udunits-1.12.4/etc/udunits.dat": No such file or directory utInit (R version): error: units file not found! Set environmental variable UDUNITS_PATH to the fully qualified filename of the udunits units file (usually named udunits.dat, often found in /usr/local/lib) > > ### Name: utCalendar > ### Title: Convert Temporal Amounts to Calendar Date > ### Aliases: utCalendar > ### Keywords: utilities > > ### ** Examples > > # Initialize the udunits library > utInit() Error in utInit() : Error in utInit Execution halted