Closed AngelosPsy closed 6 years ago
Can you try the current version of shinyFiles in GitHub? Use the command below. I think that should already resolve the issue.
remotes::install_github("thomasp85/shinyFiles")
Also, does shinyFiles::shinyFilesExample()
work on your system?
Thank you @vnijs! Updating to the most recent github version via remotes
solved the problem. I will close the use.
Great! Thanks for reporting back @AngelosPsy
@thomasp85 Unless you or @AFriendlyRobot have some ideas (and plans) to address https://github.com/thomasp85/shinyFiles/issues/101 could you push 0.7.2 on github to CRAN?
Hi,
Thank you for all your work;
shinyFiles
is an extremely useful package!I recently bought a new laptop and I installed macOS Mojave. When I tried to run a shiny application, that used to work fine in Sierra, I encountered a problem when I use
getVolumes
inside theshinyDirChoose
function. Specifically, the application returns the directory window, without however being able to select any directory; also the subdirectories included in the root directory (in the example below the root directory is Macintosh HD) are not shown. Here is a minimal example:and here is the resulting window
I can, sort of, make this work by using the code below:
And the resulting window looks like this:
However, now I can see the directories/files in my working directory only and I cannot browse to the rest of the folders.
Do you know how I will be able to make
shinyDirChoose
point to the root directory?