[#]RStats
I'm so, so thrilled to finally share the release of Rlinguo, a mobile app that runs R π±
This is a fully, native mobile app that uses #webR in the backend to run R functions.
Available on the App Store (iPhone) & Play Store (Android)
https://rtask.thinkr.fr/introducing-rlinguo-a-native-mobile-app-that-runs-r/
=> More informations about this toot | More toots from colinfay@fosstodon.org
Feel free to install it and give it a try!
I'm pretty sure this is the beginning of a new era. We've been working on it for several months, and we're really happy with the end result. I'm looking forward to your feedback π«Ά
=> More informations about this toot | More toots from colinfay@fosstodon.org
Almost 1500 downloads in 5 days π±
Have you tried it yet?
[#]RStats #webr #Rlinguo
=> More informations about this toot | More toots from colinfay@fosstodon.org
@colinfay
This is great, from seeing R running on my phone, to having a proof of concept that is very interesting and challenging. Well doneπ
Is thIs #FLOSS? I'm curious to see what the community can make out of this.
[#]Rstats #Rlinguo
=> More informations about this toot | More toots from Mehrad@fosstodon.org
@Mehrad Thank you πͺ
It's not open sourced yet, as we were learning on the go the code is pretty messy for now.
But I'm hoping I'll find some time to work on something in the spirit of {golem} to make it possible to have a standardized workflow, and share it to the community π€
=> More informations about this toot | More toots from colinfay@fosstodon.org
@Mehrad @colinfay can we have the "pedantic_coin" package (just one function):
coin <- function() {
if (rbinom(1 ,1, .5) == 0) "head" else "tails"
}
=> More informations about this toot | More toots from defuneste@fosstodon.org
@colinfay that's bloody genious! Impressive, congrats to the team
=> More informations about this toot | More toots from JorisMeys@mstdn.social
@JorisMeys Thanks π«Ά
=> More informations about this toot | More toots from colinfay@fosstodon.org
@colinfay I always thought not being able to run R was one of the greatest limitations of a tablet compared to a notebook
=> More informations about this toot | More toots from lffontenelle@mastodon.social
@lffontenelle That's a thought from the past, now :D
=> More informations about this toot | More toots from colinfay@fosstodon.org
@colinfay incredible! π
I'm guessing that the functions called need to be explicitly written into the app source, and as such a more general webR-based REPL like https://webr.r-wasm.org/latest/ would not be possible as an app, but perhaps I'm wrong.
I would also guess that it's possible to side-load an app like this on Android (with the right setup) to avoid actually releasing a version into the wild. For one-off ideas that would be handy. Did you do that during testing?
=> More informations about this toot | More toots from jonocarroll@fosstodon.org
@jonocarroll It would be possible, it's a standard webR interface so we can have a REPL in an app, even if the one you linked to might not work well on a phone.
Also, webR has an "evalR" function that can evaluate any R code. What's challenging for now is how to manage the package installation and store it inside the phone. I mean, it's "easy" to do upfront (bundle the package in the app), but I'm not sure yet how to do it after installation.
=> More informations about this toot | More toots from colinfay@fosstodon.org
@jonocarroll For your second question, if I get it correctly, you're asking if we could "hot load" the REPL after installation?
That's doable, but that would require an internet connection. A lot of apps on phone actually load their content from the internet :)
=> More informations about this toot | More toots from colinfay@fosstodon.org
@colinfay @jonocarroll do you use this or similar Node.js for Apps framework? https://nodejs-mobile.github.io/
=> More informations about this toot | More toots from jrosell@mastodon.social
@jrosell Not at all, pure JS / React, but that does seem veeeery interesting, thanks for sharing that!!
=> More informations about this toot | More toots from colinfay@fosstodon.org
@colinfay so, do you use React Native? Interesting.
=> More informations about this toot | More toots from jrosell@mastodon.social This content has been proxied by September (3851b).Proxy Information
text/gemini