dev_help now requires non-installed package #458
Closed
Comments
The whole point of rstudioapi is that you don't need rstudio installed. @wch I think this means that rstudioapi should be in imports, not suggest. |
I'm pretty sure rstudioapi belongs in imports, because the goal of the package is abstract away code which checks if rstudio is running. Adding extra code to check if rstudioapi is installed sort of defeats the purpose. (The check is probably coming from inside |
@wch Here you go:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As of release 1.5,
dev_help
(and?
) on R 3.0.2 (OS X 10.9.2) show the following error:Installing the package manually fixes the problem – but I’m actually not using R Studio, so maybe this package shouldn’t be required to begin with (that said, I don’t see the harm of requiring the package either).
The text was updated successfully, but these errors were encountered: