Hello,
I am getting the following error on a Shiny app:
Warning: Error in value[[3L]]: Couldn't normalize path in `addResourcePath`,
with arguments: `prefix` = 'crosstalk-1.0.0';
`directoryPath` = '/Library/Frameworks/R.framework/Versions/3.5/Resources/library/crosstalk/www'
[No stack trace available]
The error is coming from the addResourcePath function when calling by the crosstalk package. For some reasons, it assigned wrong path (using version 3.5 instead of version 3.6). Any suggestion how can I modify the path reference?
Below is the output of the `.libPaths()' on my machine:
> .libPaths()
[1] "/Library/Frameworks/R.framework/Versions/3.6/Resources/library"
Thanks,
Rami