swarm-lab / editR

A Rmarkdown editor with instant preview
GNU General Public License v3.0
350 stars 30 forks source link

Filesystem nav broken (possibly Linux only) #19

Open lmmx opened 8 years ago

lmmx commented 8 years ago

I have a feeling this must be a Linux-only bug that noone's reported since noone is using this on Linux.

Could I confirm from a Mac user that this isn't seen on your machine?

The stack trace points to mod.editr (a function for the packager I put together changing a couple parameters to editr) — I've replicated the issue when just using the plain editr function.

The inner end of the stack trace points to fileGet at line 54 which appears to be from shinyFiles

Happy to be assigned to fix this, just can't figure out precisely what's going wrong at the minute. (A variable "hidden" stores a list of shinyFilesButtons,

At a guess it seems the problem might be coming from shinyFiles:::shinyFilesButton('open') — so I might be best raising an issue on that repo instead?