我正在尝试将flexdashboard编织为html文件。我的flexdashboard包括传单地图。 knit.md文件正确编译。在最后阶段,将knit.md转换为html文件,我收到一个错误。显然,传单正在寻找R 3.3.2文件夹中的html依赖项,而不是R 3.4.2文件夹。我最初几个月前在一台不同的机器上构建了这个flexdashboard,我有R 3.3.2(尽管我使用的是3.4.1我相信构建它)。所以问题似乎是传单仍然在旧的R-3.3.2文件夹中查找其依赖关系,即使我已多次更新并重新安装传单,尝试解决此问题。
有谁知道如何告诉传单在其正确的位置查找其HTML依赖项?
output file: myflexdashboard.knit.md
Error: path for html_dependency not found: C:/R/R-3.3.2/library/leaflet/htmlwidgets/lib/leaflet-providers
> sessionInfo()
R version 3.4.2 (2017-09-28)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_3.4.2 backports_1.1.1 magrittr_1.5 rprojroot_1.2 htmltools_0.3.6
[6] tools_3.4.2 flexdashboard_0.5.1 yaml_2.1.15 Rcpp_0.12.14 stringi_1.1.6
[11] rmarkdown_1.8 knitr_1.17 jsonlite_1.5 stringr_1.2.0 digest_0.6.12
[16] packrat_0.4.8-1 evaluate_0.10.1