Displaying 2 results from an estimated 2 matches for "brianbeckag".
Did you mean:
brianbeckage
2004 May 08
1
Installing R 1.9.0 on OSX
...st, which of course, it doesn't as I deleted it as described
above. R will start up fine if I use
> /Library/Frameworks/R.framework/Resources/bin/R
In addition, usr/local/bin does exist and is on the search path.
> echo $PATH
>/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/brianbeckage:/usr/X11R6/bin:.:/Users/brianbeckage/bin:/usr/local/bin
How do I correctly set up the symbolic link?
Thanks for you help,
Brian
--
*********************************************************************
Brian Beckage
Department of Botany
University of Vermont
Marsh Life Science Building
Burlin...
2005 Jun 10
1
Fortran compilation error
Hello,
I'm trying to install a package that requires a Fortran compiler
(Hmisc) using R CMD INSTALL. I downloaded the package source onto my
Desktop, unzipped it, and then typed:
R CMD INSTALL /Users/brianbeckage/Desktop/Hmisc
* Installing *source* package 'Hmisc' ...
** libs
g77 -fno-common -g -O2 -c cidxcn.f -o cidxcn.o
g77 -fno-common -g -O2 -c cidxcp.f -o cidxcp.o
g77 -fno-common -g -O2 -c hoeffd.f -o hoeffd.o
g77 -fno-common -g -O2 -c jacklins.f -o jacklins.o
g77 -fno-common -g...