Michael,
I just checked. I've got 0.2.5. I'll update tonight and see if that fixes 
the problem.
Dave



From:
"R. Michael Weylandt" <michael.weyla...@gmail.com>
To:
David L Lorenz <lor...@usgs.gov>
Cc:
"r-help@r-project.org" <r-help@r-project.org>
Date:
01/18/2012 03:32 PM
Subject:
Re: [R] Warning on R CMD check



Which version of lubridate do you have on your machine? I don't get
those warnings with the current CRAN version 0.2.6: it looks like
Hadley changed things to avoid that problem just a few weeks ago:
https://github.com/hadley/lubridate/tree/master/R (see the note on
zzz.R)

Michael

On Wed, Jan 18, 2012 at 4:22 PM, David L Lorenz <lor...@usgs.gov> wrote:
> I am trying to check and build a package that requires another package
> that generates a warning, so the check step never really completes with 
no
> warnings.
>
> The package uses some routines in the lubridate package, but when the
> lubridate package is loaded for the check, I get these warnings:
>
> Found the following significant warnings:
>  Warning: changing locked binding for '+.Date' in 'base' whilst loading
> 'lubridate'
>  Warning: changing locked binding for '+.POSIXt' in 'base' whilst 
loading
> 'lubridate'
>  Warning: changing locked binding for '-.Date' in 'base' whilst loading
> 'lubridate'
>  Warning: changing locked binding for '-.POSIXt' in 'base' whilst 
loading
> 'lubridate'
>  Warning: changing locked binding for '/.difftime' in 'base' whilst
> loading 'lubridate'
>
> Everything else now checks out OK.
>
> Is this a big issue?
> Can I avoid the error by specifically referring to the functions that I
> need instead of loading the library?
> Does the last one cahnge what is specified in the DESCRIPTION file?
>
> Thanks.
> Dave
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide 
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to