COVAIL / photon

RStudio Add-in to build Shiny apps utilizing the Electron framework
125 stars 25 forks source link

Github install skipping because SHA1 has not changed #11

Open rofarrel opened 4 years ago

rofarrel commented 4 years ago

Hello,

I'm having an issue installing a package from github and I get this error:

Skipping install of 'JLutils' from a github remote, the SHA1 (20eb88f0) has not changed since last install.
  Use `force = TRUE` to force installation
audited 200 packages in 1.178s
found 5 low severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details

Here is my sessionInfo

> sessionInfo()
R version 3.6.3 (2020-02-29)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.1252  LC_CTYPE=English_United States.1252    LC_MONETARY=English_United States.1252 LC_NUMERIC=C                          
[5] LC_TIME=English_United States.1252    

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

other attached packages:
[1] stringr_1.4.0 shiny_1.4.0.2 photon_0.0.1 

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.4.6     rstudioapi_0.11  magrittr_1.5     xtable_1.8-4     R6_2.4.1         rlang_0.4.5      fastmap_1.0.1    tools_3.6.3      miniUI_0.1.1.1  
[10] htmltools_0.4.0  shinyFiles_0.8.0 ellipsis_0.3.0   digest_0.6.25    tibble_3.0.1     lifecycle_0.2.0  crayon_1.3.4     later_1.0.0      vctrs_0.2.4     
[19] promises_1.1.0   fs_1.4.1         mime_0.9         stringi_1.4.6    compiler_3.6.3   pillar_1.4.3     jsonlite_1.6.1   httpuv_1.5.2     pkgconfig_2.0.3 

Is there any way to use force=TRUE or install from a local directory?