Skip to content

trouble installing AnalyzeFMRI package: please help

5 messages · Globe Trotter, Martin Maechler, Bert Gunter

#
Hi,

Tried to install AnalyzeFMRI on Linux (FC-4) and got the following:
trying URL
'http://rh-mirror.linux.iastate.edu/CRAN/src/contrib/AnalyzeFMRI_1.1-4.tar.gz'
Content type 'application/x-gzip' length 308066 bytes
opened URL
==================================================
downloaded 300Kb

* Installing *source* package 'AnalyzeFMRI' ...
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C
compiler cannot create executables
See `config.log' for more details.
ERROR: configuration failed for package 'AnalyzeFMRI'

The downloaded packages are in
        /tmp/Rtmpo14023/downloaded_packages
Warning message:
installation of package 'AnalyzeFMRI' had non-zero exit status in:
install.packages("AnalyzeFMRI") 

Can someone please help?

Many thanks and best wishes!
#
Standard answers:

1) Is your version of R up to date?
2) Is the package version up to date?
3) Contact the package maintainer.

BTW, I believe that list etiquette is to provide your real name.

-- Bert Gunter
Genentech Non-Clinical Statistics
South San Francisco, CA
 
"The business of the statistician is to catalyze the scientific learning
process."  - George E. P. Box
#
Hi,

Many thanks! I was able to install other packages so I will contact the package
maintainer if I can figure out who he is. Any clues?

I use this Yahoo! e-mail address as a junk e-mail address since the archives
contain the complete e-mail address (no anti-spam measures taken) so I do not
include my real name.

It would be nice if the R-archivers stripped e-mail addresses from posters (or
messed it up) so that spider programs would not be able to get it.

Many thanks and best wishes,
GT
--- Berton Gunter <gunter.berton at gene.com> wrote:

            
#
.....

    Globe> I use this Yahoo! e-mail address as a junk e-mail
    Globe> address since the archives contain the complete
    Globe> e-mail address (no anti-spam measures taken) so I do
    Globe> not include my real name.

  [there are many different archives and some do some anti-spam measures..
   to strip or obfuscate e-mail addresses before mail is sent
   out, is really not an option!]

    Globe> It would be nice if the R-archivers stripped e-mail
    Globe> addresses from posters (or messed it up) so that
    Globe> spider programs would not be able to get it.

  (yes, but *all* of them would have to do it; and do it so
   smartly that smart address collecting software cannot
   regenerate it; ... )

    Globe> Many thanks and best wishes, GT

and you still don't tell us who you are!

Bert's remark was very much on point:  Using a yahoo or gmail or
... e-mail address is one thing; but then we'd expect at least a
full name (and often affiliation) as "signature".
It not only netiquette, it's real life etiquette to not send
anonymous letters....

Martin Maechler, ETH Zurich
2 days later
#
Try reading the docs! library(help='AnalyzeFMRI')

-- Bert Gunter