leechaowen

Results 7 comments of leechaowen

> I'm giving up to wait for a solution. I'm installing UserLand + Ubuntu + R on my phone. Although a bit old version it works as a complete R...

it's pity i could not use UserLand in China, it seems the server is blocked in China, i install it from F-droid.

i have compiled r-base 4.1.2 source code in termux for my phone today. how to fix such issue? Thanks. ``` > install.packages("fs") trying URL 'https://mirrors.bfsu.edu.cn/CRAN/src/contrib/fs_1.5.0.tar.gz' Content type 'application/octet-stream' length 796244...

> It looks like there are a couple of patches at https://github.com/its-pointless/gcc_termux/blob/master/R-patches/rcran-fs-id.cc.patch and https://github.com/its-pointless/gcc_termux/blob/master/R-patches/rcran-fs-Makevars.patch, did you apply those? how to use these patches? i have no knowledge about how to...

> I don't have termux, does libuv compile on termux? > > I can consider patches to make fs compile on termux. Thanks your support. i run pkg install libuv...

``` > image_read(fullscreen) Error in image_read(fullscreen) : path must be URL, filename or raw vector > image_read(py$fullscreen) Error in py_get_attr_impl(x, name, silent) : AttributeError: module '__main__' has no attribute 'fullscreen'...

Do someone know how to take screen by R not depend on python?