[R-SIG-Mac] Another beta for RAqua
Stefano Iacus
jago at mclink.it
Wed Jul 2 02:49:11 MEST 2003
I discover the problem with RAqua and package installation from source.
I'll upload a new version of RAqua soon, but if you have already
downloaded toady's version you just need to edit the first line of the
file
/Applications/StartR.app/RAqua.app/Contents/MacOS/R
emacs /Applications/StartR.app/RAqua.app/Contents/MacOS/R
change the first line from
#!/MacOS/sh
to
#!/bin/sh
exit emacs with ctrl-x ctr-s ctrl-x ctrl-c
you don't need to rerun RAqua.
Form the R console use
install.packages("package_name")
stefano
On Mercoledì, lug 2, 2003, at 01:12 Europe/Rome, Stefano Iacus wrote:
> I have added several minor features to the RAqua
>
> http://www.economia.unimi.it/R/
>
> as usual it is R-devel 1.8.0.
>
> I'll soon attack the problem with package installation but before this
> I need to finish part of the GUI.
>
> About package installation: we would like to provide, in the near
> future, precompiled binaries for RAqua at each release of R.
>
> I'm thinking about selfinstalling stuff using apple pkg structures and
> apple installer.
> The idea is:
> 1. I build R packages on a server and make .pkg bundles
> 2. the user select a package name from a menu (like on R for Windows)
> either on CRAN or on his/her disk
> 3. RAqua simply "opens" (double click action) on this file
> 4. the installer starts, an admin pwd is required.
>
> Are there any other ideas/solutions before I start along this route?
>
> (This can be done for Darwin/X11 R as well, but this is not a
> priority.)
>
> Another thing: I need someone able to design a new icon for the RAqua
> launcher. Actually both StartR and RAqua (the true R) has the same
> icon and you can see two icons of R on the dock when R is running. I
> would like to change the StartR icon. Any volunteer?
>
> stefano
>
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac at stat.math.ethz.ch
> https://www.stat.math.ethz.ch/mailman/listinfo/r-sig-mac
>
More information about the R-SIG-Mac
mailing list