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
Use RStudio to start a new project of type package in an empty folder. I created the empty folder at ~/Desktop/testdmpkgdown/ like this:
Add the line "Imports: dm" to the DESCRIPTION file
Install the package (Build|Install Package)
Type "pkgdown:::build_site_external()" in the console (Or choose "Build pkgdown" from the Addins menu)
Expected result:
Browser window opens with a (very rudimentary) pkgdown site for the new package
Actual result:
Error:
! in callr subprocess.
Caused by error in `load_imports(path)`:
!
ℹ See `$stdout` for standard output.
Type .Last.error to see the more details.
Steps to reproduce:
~/Desktop/testdmpkgdown/
like this:Expected result:
Actual result:
Here is the output from
.Last.error
:Impact:
Imports: dm
.Workarounds:
Additional information:
Machine, OS, etc:
The text was updated successfully, but these errors were encountered: