question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pkg dev: devel help page does not open

See original GitHub issue

When developing a package and calling devtools::load_all() and afterwards trying to open the help page of a function, the webview does not open.

devtools::load_all()
?<fun>
Rendering development documentation for '<fun>'

does not work while

library(<pkg>)
?<fun>

works.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
pat-scommented, Jun 9, 2022

Unstale

0reactions
github-actions[bot]commented, Jun 9, 2022

This issue is stale because it has been open for 365 days with no activity.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Howto: Building R-devel and packages on Windows - R Project
First, install devtools (accept to build packages from source when offered, ... Note: GNU tar , which is part of Rtools42, does not...
Read more >
5. Managing Packages — developers-reference 12.9 ... - Debian
If you want to create a new package for the Debian distribution, you should first check the Work-Needing and Prospective Packages (WNPP) list....
Read more >
Package guidelines - Bioconductor
Package developers should always use the devel version of Bioconductor when developing and testing packages to be contributed.
Read more >
Troubleshooting packaging, deployment, and query of ...
Error code Value Description and possible causes E_INVALIDARG 0x80070057 ERROR_INSTALL_INVALID_ PACKAGE 0x80073CF2 The package data isn't valid. ERROR_INSTALL_NETWORK_ FAILURE 0x80073CF5 The package can't be downloaded.
Read more >
Tools to Make Developing R Packages Easier • devtools
The aim of devtools is to make package development easier by providing R functions that simplify and expedite common tasks. R Packages is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found