You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the below problem is linked to issues #320 and #384 . I am raising it here as I am using the latest versions of all programs and the issue is still persisting.
When I install this package from github (as I did during testing), all files work fine (as they do with the old CRAN version I released several months back)...
HOWEVER, when I install the package (v0.10.1) from CRAN now (install.packages("kindisperse")) then run my embedded app , i.e. kindisperse::run_kindisperse(), I get the error described above, i.e. Couldn't normalize path in addResourcePath, with arguments: prefix= 'htmlwidgets-1.5.3';directoryPath = 'D:/temp/RtmpWINIYP/RLIBS_1bab82cd438f6/htmlwidgets/www'
I'm running htmlwidgets version 1.5.3.9000, shiny version 1.6.0
I assume the problem must somehow be with the CRAN build, as if I first install CRAN then instead install the most recent github version the problem persists, but if I install a substantially older github version then the most recent github version again, the problem is removed.
It's a recent issue (possibly connected to the htmlwidgets package) as my previous CRAN version I put up 3 months ago (0.9.2) runs the app fine, whereas this version doesn't.
I have checked all my native code both generally and the changes made between the two versions, and can't find anything that would trigger this issue.
The relevant function is on my github at "github.com/moshejasper/kindisperse/tree/main/R", at the very bottom of the file 'app.R' -
it is implemented run_kindisperse <- function() { shinyApp(ui = ui, server = server) }
The text was updated successfully, but these errors were encountered:
The key htmlwidgets dependency in this app comes via plotly: I use the three commands plotlyOutput, renderPlotly & ggplotly (the former two interact with this package).
Hi all,
Note that the below problem is linked to issues #320 and #384 . I am raising it here as I am using the latest versions of all programs and the issue is still persisting.
I have this problem currently with my app (embedded in my new R package found at https://cran.r-project.org/web/packages/kindisperse/index.html and https://github.com/moshejasper/kindisperse
When I install this package from github (as I did during testing), all files work fine (as they do with the old CRAN version I released several months back)...
HOWEVER, when I install the package (v0.10.1) from CRAN now (install.packages("kindisperse")) then run my embedded app , i.e. kindisperse::run_kindisperse(), I get the error described above, i.e. Couldn't normalize path in addResourcePath, with arguments: prefix= 'htmlwidgets-1.5.3';directoryPath = 'D:/temp/RtmpWINIYP/RLIBS_1bab82cd438f6/htmlwidgets/www'
I'm running htmlwidgets version 1.5.3.9000, shiny version 1.6.0
I assume the problem must somehow be with the CRAN build, as if I first install CRAN then instead install the most recent github version the problem persists, but if I install a substantially older github version then the most recent github version again, the problem is removed.
It's a recent issue (possibly connected to the htmlwidgets package) as my previous CRAN version I put up 3 months ago (0.9.2) runs the app fine, whereas this version doesn't.
I have checked all my native code both generally and the changes made between the two versions, and can't find anything that would trigger this issue.
The relevant function is on my github at "github.com/moshejasper/kindisperse/tree/main/R", at the very bottom of the file 'app.R' -
it is implemented run_kindisperse <- function() { shinyApp(ui = ui, server = server) }
The text was updated successfully, but these errors were encountered: