Displaying 2 results from an estimated 2 matches for "unstuff".
2003 Jun 13
2
Darwin-Aqua R-devel
I've been able to build a very primitive Aqua GUI for Darwin R.
This version as minimum event handler support but at least you can drag
around the quartz device.
You need to download the RAqua.app.sit archive from
http://www.economia.unimi.it/R/
You need to unstuff it and put inside your system Applications folder
(i.e. /Applications)
If you click on the RAqua icon nothing will happen (in reality
something happens if you have a look at the Console log window).
To run this version of R you should type the following from a term
window
/Applications/RAqua...
2004 Jul 19
2
Mac OS X installer: missing files fix
...'s a bug in
Installer that is preventing the archive from working right. Below is the
fix for the problem.
First (obviously) run the installer. Since the executables are in the
archive.pax.gz file in the installer package, first do a "show package
contents" on the package file, then unstuff the enclosed archive.pax.gz file
to the desktop... Then open up a shell, CD to the desktop, and run the
following:
cat Archive.pax | pax -r
sudo cp -R usr/* /usr
Anyway, hope this helps the Mac folks on the list. Thanks Benjamin for your
efforts in this area.
-----Original Message-----
From:...