| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 16 Jan 2026 14:49:26 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100220110058
location: https://web.archive.org/web/20100220110058/https://r.darwinports.com/
server-timing: captures_list;dur=0.665632, exclusion.robots;dur=0.045374, exclusion.robots.policy;dur=0.032793, esindex;dur=0.011079, cdx.remote;dur=1127.556352, LoadShardBlock;dur=590.794032, PetaboxLoader3.datanode;dur=554.517982, PetaboxLoader3.resolve;dur=10.243163
x-app-server: wwwb-app204-dc6
x-ts: 302
x-tr: 1745
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=2
set-cookie: wb-p-SERVER=wwwb-app204; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 16 Jan 2026 14:49:27 GMT
content-type: text/html
x-archive-orig-date: Sat, 20 Feb 2010 10:44:24 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Sat, 20 Feb 2010 11:00:58 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_14_20100220105828_crawl103-c/52_14_20100220105828_crawl103.arc.gz
server-timing: captures_list;dur=0.438599, exclusion.robots;dur=0.015882, exclusion.robots.policy;dur=0.007721, esindex;dur=0.008018, cdx.remote;dur=10.068795, LoadShardBlock;dur=206.854455, PetaboxLoader3.datanode;dur=275.341619, PetaboxLoader3.resolve;dur=169.849444, load_resource;dur=266.237068
x-app-server: wwwb-app204-dc6
x-ts: 200
x-tr: 573
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
R version 2.10.0 - How to Download and Install on Mac OS X
|
|||||||||
Saturday the 20th of February, 2010 |
|||||||||
version 2.10.0
Scroll down toward the bottom of the page to get installation instructions for r. The raw portfile for r 2.10.0 is located here: https://r.darwinports.com/dports/math/R/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/r The r Portfile 60393 2009-11-10 23:48:44Z ryandesign PortSystem 1.0 Name: R Version: 2.10.0 Category: math science Maintainers: epfl.ch:kjell.konis Platform: darwin Description: R is GNU S - an interpreted language for statistical computing Long Description: R is a language and environment for statistical computing and graphics. R provides a wide variety of statistical (linear and nonlinear modeling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. Homepage: https://www.r-project.org/ Master Sites: https://cran.us.r-project.org/src/base/R-2/ https://cran.ms.unimelb.edu.au/src/base/R-2/ https://cran.at.r-project.org/src/base/R-2/ https://cran.hu.r-project.org/src/base/R-2/ https://cran.r-project.org/src/base/R-2/ Checksums: md5 4486934883b1dbcd5400135e22b26a75 sha1 72249c2fd4dc88d76f775c06b0336c8f934fb358 rmd160 a0d335f99d744eba4f03b2082f6e71f1e9269399 depends_lib port:gettext port:icu path:lib/pkgconfig/glib-2.0.pc:glib2 port:jpeg port:libiconv path:lib/pkgconfig/pango.pc:pango port:readline port:tcl port:tk port:tiff port:xorg-libXmu port:xorg-libXScrnSaver universal_variant no platform darwin 9 { patchfiles patch-configure.diff } platform darwin 10 { patchfiles patch-configure.diff } Variant: gcc42 description {Build with gcc42} { configure.compiler macports-gcc-4.2 depends_lib-append port:gcc42 } Variant: gcc43 description {Build with gcc43} { configure.compiler macports-gcc-4.3 depends_lib-append port:gcc43 } if {![variant_isset gcc42] && ![variant_isset gcc43]} { default_variants +gcc43 } post-extract { reinplace "s|R_HOME|\"${prefix}/lib/R\"|" ${worksrcpath}/src/unix/Rscript.c } configure.args --mandir=\\\${prefix}/share/man --enable-R-shlib --disable-nls --without-libintl-prefix --disable-R-framework --without-aqua --with-tcl-config=${prefix}/lib/tclConfig.sh --with-tk-config=${prefix}/lib/tkConfig.sh --x-include=${prefix}/include --x-lib=${prefix}/lib test.run yes test.target check destroot.destdir prefix=${destroot}${prefix} post-destroot { foreach r { "/bin/R" "/lib/R/bin/R" } { foreach dir { "R_HOME_DIR" "R_SHARE_DIR" "R_INCLUDE_DIR" "R_DOC_DIR" } { reinplace "s|${dir}=${destroot}|${dir}=|" "${destroot}${prefix}${r}" } } foreach v { "rhome" "rincludedir"} { reinplace "s|${v}=${destroot}|${v}=|" "${destroot}${prefix}/lib/pkgconfig/libR.pc" } } platform darwin 8 { post-destroot { foreach r { "/bin/R" "/lib/R/bin/R" } { foreach dir { "R_HOME_DIR" "R_SHARE_DIR" "R_INCLUDE_DIR" "R_DOC_DIR" } { reinplace "s|${dir}=${destroot}|${dir}=|" "${destroot}${prefix}${r}" } } foreach v { "rhome" "rincludedir"} { reinplace "s|${v}=${destroot}|${v}=|" "${destroot}${prefix}/lib/pkgconfig/libR.pc" } system "install_name_tool -id ${prefix}/lib/R/lib/libR.dylib ${destroot}${prefix}/lib/R/lib/libR.dylib" system "install_name_tool -change libRblas.dylib ${prefix}/lib/R/lib/libRblas.dylib ${destroot}${prefix}/lib/R/lib/libR.dylib" system "install_name_tool -id ${prefix}/lib/R/lib/libRblas.dylib ${destroot}${prefix}/lib/R/lib/libRblas.dylib" system "install_name_tool -id ${prefix}/lib/R/lib/libRlapack.dylib ${destroot}${prefix}/lib/R/lib/libRlapack.dylib" system "install_name_tool -change libRblas.dylib ${prefix}/lib/R/lib/libRblas.dylib ${destroot}${prefix}/lib/R/lib/libRlapack.dylib" system "install_name_tool -change libR.dylib ${prefix}/lib/R/lib/libR.dylib ${destroot}${prefix}/lib/R/lib/libRlapack.dylib" foreach so [ exec find ${destroot}${prefix}/lib/R -name "\*.so" ] { regsub ":$" ${so} "" destroot_so_path regsub ${destroot} ${destroot_so_path} "" so_path system "install_name_tool -id ${so_path} ${destroot_so_path}" system "install_name_tool -change libR.dylib ${prefix}/lib/R/lib/libR.dylib ${destroot_so_path}" } } } If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/rYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using r with these commands: % man r Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]()
Order Snow Leopard MacOSX 10.6 for only $29!
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |




