-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems to setup environment #12
Comments
Can you select it on the top half of the screen? |
No, the page become dark and freezes. However, it seems that with |
Hi @mikeyEcology, I ran into this same issue. Line 7 in setup_shiny.R should read:
instead of
shinyFiles::getVolumes returns a function which can then be called to return the vector of available drives, instead of returning the vector directly. From the help:
Hope that helps, |
Thank you @ericnewkirk! |
No problem! I think they just changed the shinyFiles package to make it scan for new drives every time you open a dialog, rather than just once when you open the first one. Hopefully that change doesn't break anything for anyone with the older version of shinyFiles. |
This is a small point of clarification to the instructions for what it is worth. Under Step 2 it would be useful to explicitly say "In R Setup your environment for using MLWIC2 using the function setup." I only say this because it had been awhile since I had used R and it was not clear that step 2 is something you are supposed to do in R. After pondering and trying a few things for 5 minutes I figured it out. |
When I run the function
MLWIC2::runShiny('setup')
, I cannot select the folder where Python is located.The text was updated successfully, but these errors were encountered: