Skip to content

Commit 5bb1124

Browse files
committed
package field should be NULL for partial bundles since they aren't shipped with the package
1 parent dbce3c0 commit 5bb1124

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/partial_bundles.R

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ verify_partial_bundle <- function(p) {
139139
if (!file.exists(tmpfile)) {
140140
curl::curl_download(paste0("https://cdn.plot.ly/", bundle_script), tmpfile)
141141
}
142+
p$dependencies[[idx]]$package <- NULL
142143
}
143144

144145
p

0 commit comments

Comments
 (0)