-
Notifications
You must be signed in to change notification settings - Fork 0
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
post/installing-r-on-android-via-termux/ #1
Comments
I've recently changed from Disqus to Utterances. Sorry, but old comments from this post are gone. |
|
Sounds like you're missing the pointless repo. See the first code block or try |
Just a heads-up for folks that while termux is still on the google play store, the addons are no longer supported for installs from there. They recommend you install from f-droid now. Also, I suggest folks first install openssh so they can remote into their device to run all the commands (I painstakingly typed all the commands before thinking of that :P) |
Oh, and best to install tidyverse via |
What solved all the termux issues by doing |
It works! Bless you mate!! |
Can confirm, works as of 2021-10-01 after running |
Also run |
Did work for me before, but currently doesn't given the release of libicu 70.1 |
Yes the version of R on the pointless repo was compiled with an earlier version, so the only solution is to re-compile R, or wait for a new version to hit the repos. Related issue: its-pointless/gcc_termux#137 |
Haven't tried it yet but the below method is confirmed to be working. |
@ConorIA @NaturallyAsh Thank you so much. I did get it working on AnLinux and am still waiting on the new version Conor speaks of. Tried NaturallyAsh's suggestion but it failed to compile on my particular setup. Thanks again anyway. |
$ R How can I solve that |
There is a library version mismatch. It looks like this was reported back in 2021 (see: its-pointless/gcc_termux#137). In 2021, I commented that I expected a new version of the R package would be published, but it seems like that didn't happen (maybe @its-pointless has abandoned the project?). Other commenters seem to have had success compiling R from source: its-pointless/gcc_termux#135 (comment) As noted in my blog, you could also use something like AnLinux to install a different Linux distro in termux and use that distro's native R package. |
@mike-lawrence |
Installing R on Android via Termux | Conor I. Anderson
Get a full IDE experience in R on Android.
https://conr.ca/post/installing-r-on-android-via-termux/
The text was updated successfully, but these errors were encountered: