You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to submit a pull request with some code and documentation, but I'm having trouble with the document part.
To check that my new local branch isn't the problem, I've just started from scratch again by using RStudio to clone the master branch of lubridate to my local machine. From there, I can build/check/test without any problems. But when I try to document, RStudio gives the following error:
==> devtools::document(roclets=c('rd', 'collate', 'namespace'))
Updating lubridate documentation
Loading lubridate
Error in eval(expr, envir, enclos) (from instants.r#82) : could not find function "with_tz"
Calls: suppressPackageStartupMessages ... in_dir -> force -> source_many -> source_one -> eval -> eval
Execution halted
Exited with status 1.
After trying and failing to document, it now gives an error when I try to build & reload (could not find function "with_tz"). Whereas prior to attempting to document, build & reload worked fine.
Any ideas what's going on?
PS: All packages are up-to-date using CRAN
==> R CMD INSTALL --no-multiarch --with-keep.source lubridate3
make: Nothing to be done for `all'.
* installing to library ‘/Library/Frameworks/R.framework/Versions/3.1/Resources/library’
* installing *source* package ‘lubridate’ ...
** libs
installing to /Library/Frameworks/R.framework/Versions/3.1/Resources/library/lubridate/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Error in eval(expr, envir, enclos) : could not find function "with_tz"
Error : unable to load R code in package ‘lubridate’
ERROR: lazy loading failed for package ‘lubridate’
* removing ‘/Library/Frameworks/R.framework/Versions/3.1/Resources/library/lubridate’
* restoring previous ‘/Library/Frameworks/R.framework/Versions/3.1/Resources/library/lubridate’
Exited with status 1.
I'm trying to submit a pull request with some code and documentation, but I'm having trouble with the
document
part.To check that my new local branch isn't the problem, I've just started from scratch again by using RStudio to clone the
master
branch oflubridate
to my local machine. From there, I can build/check/test without any problems. But when I try todocument
, RStudio gives the following error:After trying and failing to document, it now gives an error when I try to build & reload (
could not find function "with_tz"
). Whereas prior to attempting to document, build & reload worked fine.Any ideas what's going on?
PS: All packages are up-to-date using CRAN
Here's my R.Version() if it matters
The text was updated successfully, but these errors were encountered: