daattali / timevis

📅 Create interactive timeline visualizations in R
http://daattali.com/shiny/timevis-demo/
Other
652 stars 157 forks source link

Error in value[[3L]]: Couldn't normalize path in `addResourcePath`, with arguments: `prefix` = 'jquery-1.11.3'; `directoryPath` = '' #63

Closed gmeurice closed 5 years ago

gmeurice commented 5 years ago

Dear all,

I get the following error message while using timevis using the code available here :

https://daattali.com/shiny/timevis-demo/

Listening on http://127.0.0.1:4529
Warning: Error in value[[3L]]: Couldn't normalize path in `addResourcePath`, with arguments: `prefix` = 'jquery-1.11.3'; `directoryPath` = ''
  [No stack trace available]`

here is my sessionInfo():

R version 3.5.1 (2018-07-02)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS High Sierra 10.13.6

Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib

locale:
[1] fr_FR.UTF-8/fr_FR.UTF-8/fr_FR.UTF-8/C/fr_FR.UTF-8/fr_FR.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
 [1] BiocInstaller_1.30.0 stringr_1.3.1        digest_0.6.18        tibble_1.4.2         tidyr_0.8.2          readxl_1.1.0         RMySQL_0.10.15       DT_0.5               pool_0.1.4.1        
[10] DBI_1.0.0            rhandsontable_0.3.7  shinyWidgets_0.4.4   timevis_0.4          shinyBS_0.61         shinyjs_1.0          shinydashboard_0.7.1 shiny_1.2.0         

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.0        prettyunits_1.0.2 ps_1.2.1          assertthat_0.2.0  rprojroot_1.3-2   mime_0.6          R6_2.3.0          cellranger_1.1.0  backports_1.1.2   evaluate_0.12     pillar_1.3.0     
[12] rlang_0.3.0.1     curl_3.2          rstudioapi_0.8    callr_3.1.0       rmarkdown_1.11    htmlwidgets_1.3   munsell_0.5.0     compiler_3.5.1    httpuv_1.4.5      pkgconfig_2.0.2   base64enc_0.1-3  
[23] pkgbuild_1.0.2    htmltools_0.3.6   sourcetools_0.1.7 tidyselect_0.2.5  crayon_1.3.4      dplyr_0.7.8       dbplyr_1.2.2      withr_2.1.2       later_0.7.5       jsonlite_1.6      xtable_1.8-3     
[34] magrittr_1.5      scales_1.0.0      cli_1.0.1         stringi_1.2.4     promises_1.0.1    remotes_2.0.2     bindrcpp_0.2.2    tools_3.5.1       glue_1.3.0        purrr_0.2.5       crosstalk_1.0.0  
[45] processx_3.2.1    yaml_2.2.0        colorspace_1.3-2  knitr_1.21        bindr_0.1.1   
gmeurice commented 5 years ago

running update.packages() resolve the issue.

> update.packages()
backports :
 Version 1.1.2 installed in /Library/Frameworks/R.framework/Versions/3.5/Resources/library 
 Version 1.1.3 available at https://cran.rstudio.com
Update? (Yes/no/cancel) y
pillar :
 Version 1.3.0 installed in /Library/Frameworks/R.framework/Versions/3.5/Resources/library 
 Version 1.3.1 available at https://cran.rstudio.com