It would be nice to be able to work on RStudio Server on an iPad.
Testing on an iPad Pro with external keyboard, iOS 11 and RStudio Server version 1.1.338, I can enter text in the editor window, but the arrow and modifier keys don't work (and the arrow keys also do not work in the console). Presumably, these issues are somehow Ace related, but when I tried them in the Ace demo, the modifier keys work, as do the left, right, and up (though strangely not the down) arrow keys. Is this just a case of waiting for RStudio to catch up with the relevant Ace version?
Yes, the reason the arrow keys don't work on the iPad in RStudio is because they don't work in the version of Ace we use, and we're hoping to pick up a new Ace version so we can get proper support.
This is on our roadmap but won't happen in the next few months as new Ace versions take some time to integrate and test. Appreciate the ping!
Indulging for a moment in a little wishful thinking, beyond fully functional RStudio Server on an iPad (which will be great), a standalone RStudio app à la Pythonista would be awesome for truly portable work on the go (working on RStudio server on a train, as I do, is flakey enough--I expect in-flight wifi would be even worse). Of course, it wouldn't be possible to support all packages, certainly not those that require specific libraries etc. not available on iOS, but even a subset of packages (e.g. Tidyverse) would be a great start.
From this thread, it sounds like a functional RStudio Server on an iPad is a possibility some time soon. Is there an update on this from Jonathan the RStudio Employee?
Hi Jonathan, thanks for the update. Testing on our current version of RStudio (1.1.338) with an iPad Pro and an the Apple keyboard cover, some of the modifier keys also don't work, e.g.:
Control + Return does nothing
Command + Return just does a carriage return
Control/Command + Z do nothing
Not sure if these are related/are suseceptible to a similar fix?