Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
I'm trying to submit a pull request with some code and documentation, but I'm having trouble with the
documentpart.To check that my new local branch isn't the problem, I've just started from scratch again by using RStudio to clone the
masterbranch oflubridateto 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