WayneGitShell / GWSDAT

GroundWater Spatiotemporal Data Analysis Tool (GWSDAT) R-Shiny implementation.
https://stats-glasgow.shinyapps.io/GWSDAT
31 stars 7 forks source link

[shinydashboard] Path to AdminLTE folder not found. #210

Closed andrejadd closed 4 years ago

andrejadd commented 6 years ago

R version 3.4

The system can not find the folder shinydashboard/AdminLTE.

andrejadd commented 6 years ago

This is the error message in the R console:

Listening on http://127.0.0.1:5141 Warning: Error in normalizePath: path[1]="C:/path_to_library_not_existing/shinydashboard/AdminLTE": The system cannot find the path specified Stack trace (innermost first): 4: 3: do.call 2: print.shiny.appobj 1: Error : path[1]="C:/path_to_library_not_existing/shinydashboard/AdminLTE": The system cannot find the path specified

When installing everything from scratch using install.packages('GWSDAT'), the same error happens, but the path is D:\RCompile.., which is the path used to compile packages for the R package repository. Odd, that this path is used and not one from .libPaths().

When installing from here (devtools::install_github('andrejadd/GWSDAT') everything works fine.