thank you very much,  use R on haiku-os several times before. the OS is fast 
and eye-candy, just release beta 4 before new year.
when use R on haiku-os, some package will compiled failed(cairo for example) 
,but most package work seamlessly.

btw, about R on haiku-os , Maybe you could create a git push on haikuports?
haikuports/dev-lang/r at master · haikuports/haikuports 
(github.com)<https://github.com/haikuports/haikuports/tree/master/dev-lang/r>

[https://opengraph.githubassets.com/99315a64241d0f1906ef7bc8d4dab63cc45fb5bb90c51b40d0537e663fca4096/haikuports/haikuports]<https://github.com/haikuports/haikuports/tree/master/dev-lang/r>
haikuports/dev-lang/r at master · 
haikuports/haikuports<https://github.com/haikuports/haikuports/tree/master/dev-lang/r>
Software ports for the Haiku operating system. Contribute to 
haikuports/haikuports development by creating an account on GitHub.
github.com



Yu Gong

________________________________
发件人: R-devel <r-devel-boun...@r-project.org> 代表 Viechtbauer, Wolfgang (NP) 
<wolfgang.viechtba...@maastrichtuniversity.nl>
发送时间: 2023年1月4日 4:25
收件人: R Devel List <r-devel@r-project.org>
主题: [Rd] R 4.2.2 on Haiku

Hi all,

Not sure if this is of interest to anybody, but with the help of some kind 
folks over at the #haiku channel on IRC, I finally got the current version of R 
to compile under the Haiku operating system (https://www.haiku-os.org):

https://scholar.social/@wviechtb/109627078225954444

Kate (https://kate-editor.org) makes for a workable IDE allowing for REPL-like 
interactivity. X11 support is lacking, so graphs are directly created as pdfs, 
but this is workable.

In case you want to give this a try, it's pretty much this:

pkgman install gcc_fortran bzip2_devel lrzip_devel xz_utils_devel 
libpcre2_devel libiconv_devel curl_devel readline_devel tiff4_devel libtool 
ncurses6_devel libpaper_devel lapack_devel tcl_devel xcairo_devel pangomm_devel

wget https://cran.r-project.org/src/base/R-4/R-4.2.2.tar.gz

tar -xzf R-4.2.2.tar.gz
cd R-4.2.2

export CPPFLAGS="-D_BSD_SOURCE"
export LIBS="-lnetwork -lbsd"

./configure --with-x=no --disable-java --enable-R-shlib 
--prefix=/boot/home/<wherever>
make
make install

Best,
Wolfgang

--
Wolfgang Viechtbauer, PhD, Statistician | Department of Psychiatry and
Neuropsychology | Maastricht University | PO Box 616 (VIJV1) | 6200 MD
Maastricht, The Netherlands | +31(43)3884170 | https://www.wvbauer.com

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to