Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkgload::help appears to ignore help_type = "html" #298

Open
Kodiologist opened this issue Sep 27, 2024 · 0 comments
Open

pkgload::help appears to ignore help_type = "html" #298

Kodiologist opened this issue Sep 27, 2024 · 0 comments

Comments

@Kodiologist
Copy link

When I say devtools::load_all() and then help("foo", help_type = "html") to preview help on my function foo, I get text help, as with help("foo"). By contrast, help("sqrt", help_type = "html") works as expected.

I'm not using RStudio (or roxygen2), just plain R (and handwritten .Rd files). If there's a different way to see a preview of the HTML help for a function in an in-development package, let me know. I tried R CMD Rdconv -t html, and it works, but the output looks substantially different from what I see in R's built-in HTML help system. I'm not sure what's going on there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant