-
-
Notifications
You must be signed in to change notification settings - Fork 143
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, not sure what happened, but doesn't look like the vignettes are building/included for me when I install from this branch. This is partial output from browseVignettes()
:
I can see dashHtmlComponents
, which has been rebuilt, but dashCoreComponents
is missing.
We should probably ensure that the vignettes are restored to the dash
package before releasing to CRAN also.
export(dccTimer) | ||
export(dccGeolocation) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess these are in development (e.g. #962), but removed from the NAMESPACE
because they haven't been merged to dev
yet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe so. I'm not sure why those are in the NAMESPACE
to begin with since they're not included in the dev
branch yet, but I think it's safe to remove them for now until they're added back with the merge of that PR.
library(dashHtmlComponents) | ||
library(dashCoreComponents) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔪 ✨
Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃 - pending confirmation from @HammadTheOne that the vignettes do indeed show up when he builds on this branch 😅
This PR updates the R package vignettes and
dash-info.yaml
for consistency with the Dash R monopackage update plotly/dashR#243.