Displaying 20 results from an estimated 500 matches similar to: "Infinite Loop when installing a package from source (PR#9258)"
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
2007 Nov 22
1
problem updating packages on Ubuntu 7.10
I am running Ubuntu 7.10 and R-2.6.0, and I am having trouble updating packages. There appears to be a problem involving gfortran. For example, here is the output of an attempt to update the Hmisc package.
* Installing *source* package 'Hmisc' ...
** libs
gfortran -fpic -g -O2 -c cidxcn.f -o cidxcn.o
gfortran -fpic -g -O2 -c cidxcp.f -o cidxcp.o
gfortran -fpic -g -O2 -c
2005 Sep 16
0
Problems compiling Hmisc
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi.
I am trying to install Hmisc from source on MacOS 10.4.2, using the R
for Mac OS X Aqua GUI 1.12. I have installed g77(using Fink). I am using
the Package installer provided by the GUI, and this is the output I obtain:
* Installing *source* package 'Hmisc' ...
** libs
g77 -fno-common -g -O2 -c cidxcn.f -o cidxcn.o
g77 -fno-common -g
2005 Jul 07
0
Failing to install Hmisc on Mac OS 10.3.9, R Version 2.1.0 Patched (2005-05-12)
Kindly cc me when replying to the list.
trying URL
'http://www.biometrics.mtu.edu/CRAN/src/contrib/Hmisc_3.0-6.tar.gz'
Content type 'application/x-gzip' length 462535 bytes
opened URL
==================================================
downloaded 451Kb
* Installing *source* package 'Hmisc' ...
** libs
g77 -fno-common -g -O2 -c cidxcn.f -o cidxcn.o
g77 -fno-common
2005 Feb 05
2
Problem installing Hmisc (more info)
Frank Harrell suggested I re-post with information about the version of
R
Heres's the information:
> > version
> _
> platform powerpc-apple-darwin6.8
> arch powerpc
> os darwin6.8
> system powerpc, darwin6.8
> status
> major 2
> minor 0.1
> year 2004
> month 11
> day 15
> language R
Here's what happens
2004 Mar 30
2
RAqua and gcc
Hi,
I've recently purchased PowerBookG4 (panther) and installed RAqua 1.8.1.
I also installed gcc version 3.3 through Xcode tools. But, for some
reason, I'm having a hard time getting gcc work with R. For example, I get
the following error while installing Hmisc package. I would appreciate any
suggestion to fix this problem.
Thanks
Kosuke
* Installing *source* package
2007 Dec 11
2
Hmisc compilation problem
I upgraded my system to Fedora Core 7 and got a compilation problem when
installing Hmisc package.
According to the error messages (shown below), I have tried to updated
all of my glibc, gcc, automake rpm packages,
but that did not help. Could you help me pointed out what package I have
missed? Thank you.
> version
_
platform i386-redhat-linux-gnu
arch i386
os linux-gnu
system i386, linux-gnu
2001 Jun 03
1
Difficulty with R CMD INSTALL
I am running Linux Mandrake 7.2 with the following:
platform i586-pc-linux-gnu
arch i586
os linux-gnu
system i586, linux-gnu
status
major 1
minor 2.3
year 2001
month 04
day 26
language R
To build a package I ran R CMD build Hmisc, apparently with success:
* checking for file `Hmisc/DESCRIPTION' ... OK
* preparing `Hmisc':
* cleaning src
* checking
2002 Jun 07
0
Problems in installation of package HMISC
Dear R users
I am trying to install F. Harrell's Hmisc and Design packages for R 1.5.0.
(Linux mandrake 8.2 build), but when using "R CMD INSTALL" I get the
following error:
R CMD INSTALL Hmisc_1.0-1.tar.gz
*Installing *source* package 'Hmisc' ...
** libs
g77 -fPIC -g -02 -c cidxcn.f -o cidxcn.o
g77 -fPIC -g -02 -c cidxcp.f -o cidxcp.o
g77 -fPIC -g -02 -c
2007 Jul 13
2
trouble compiling Hmisc package
Hi:
We're trying to install the Hmisc package on a Solaris 9 machine.
Here's what we get:
R CMD INSTALL /usr/local/srctree/Hmisc_3.4-2.tar.gz
* Installing to library '/usr/local/lib/R/library'
* Installing *source* package 'Hmisc' ...
** libs
g95 -fPIC -g -O2 -c cidxcn.f -o cidxcn.o
g95 -fPIC -g -O2 -c cidxcp.f -o cidxcp.o
g95 -fPIC -g -O2 -c hoeffd.f -o
2010 Apr 30
4
plotting multiple CIs
Hello,
I need to plot multiple confidence intervals for the same model parameter e.g. so for the same value of the parameter in point x_1 I would like to see four different confidence intervals so that I can compare the accuracy e.g. boot basic vs normal vs my own vs classic lm CI etc.
I like very very much the plotCI implemented here:
http://cran.r-project.org/web/packages/plotrix/index.html
2006 Aug 20
1
C compile problem on Ubuntu linux
Under Ubuntu dapper, after installing packages gcc and g77, under
platform i486-pc-linux-gnu
arch i486
os linux-gnu
system i486, linux-gnu
status
major 2
minor 2.1
year 2005
month 12
day 20
svn rev 36812
language R
I get an error when trying to update.packages('Hmisc'):
gcc -I/usr/lib/R/include -fPIC -g -O2 -c ranksort.c -o ranksort.o
In file included
2001 Jun 06
1
The old Fortran underscore problem
I have dealt with this on so many platforms in
the past that I should know the answer by now.
I looked in V&R S Programming, R manuals and FAQ
and still can't find the answer.
In the Hmisc library I used the R scripts to build
the package, which creates Hmisc.so. I have
library.dynam('Hmisc', ...) in the .First.lib.
When doing library(Hmisc) I get
Error in dyn.load ....
2003 Sep 23
3
problems installing Design and Hmisc libs
Dear All,
when I try to:
install.packages("Design"); install.packages("Hmisc")
I get the following error messages:
* Installing *source* package 'Design' ...
** libs
g77 -mieee-fp -O2 -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -O2 -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -c lrmfit.f -o lrmfit.o
make: g77: Command not found
make: ***
2004 Jan 28
1
Re: Help with Hmisc/Design installation in R-aqua (apple)
Thanks, all, for your responses to my earlier email about installing the
Hmisc and Design libraries created by Harrell FE Jr.
This was the body of my email requesting help:
"I have tried, unsuccessfully, to install the Hmisc and Design libraries
(Harrell FE Jr) in R-aqua (Apple). These libraries are in source code only
(i.e. not yet in ready-to-use binary format). Unfortunately, when I
2015 May 04
0
Version 3.16-0 of Hmisc now on CRAN
Several updates have been made to the Hmisc package:
Changes in version 3.16-0 (2015-04-25)
* html.contents.data.frame: corrected html space character to add
semicolon
* ggplot.summaryP: added size of points according to denominators
* colorFacet: new function
* labelPlotmath: added chexpr argument (used by rms::ggplot.Predict)
* rcsplineFunction: added
2015 May 04
0
Version 3.16-0 of Hmisc now on CRAN
Several updates have been made to the Hmisc package:
Changes in version 3.16-0 (2015-04-25)
* html.contents.data.frame: corrected html space character to add
semicolon
* ggplot.summaryP: added size of points according to denominators
* colorFacet: new function
* labelPlotmath: added chexpr argument (used by rms::ggplot.Predict)
* rcsplineFunction: added
2004 Jan 28
0
Re: Help with Hmisc/Design installation in R-aqua (apple).
Thanks, all, for your responses to my earlier email about installing
the Hmisc and Design libraries created by Harrell FE Jr.
This was the body of my email requesting help:
"I have tried, unsuccessfully, to install the Hmisc and Design libraries
(Harrell FE Jr) in R-aqua (Apple). These libraries are in source code
only
(i.e. not yet in ready-to-use binary format). Unfortunately, when I
2005 Oct 31
1
Problem with migrate
I have a migration that is failing.
I am trying to create new records in a table.
class BasicAnswerTypes < ActiveRecord::Migration
def self.up
# this adds basic answer types and response types to the database
ResponseType.create :name => "boolean"
end
def self.down
ResponseType.find_by_name("boolean").destroy
end
end
when I run rake
2012 Jul 24
1
Patchy 'front-end' package installation problems using -R- 2.15.1
I think this is the fourth attempt to send this blessed message, so let's hope this gets through without any 'unprocessed' or 'ignored' in-lines on auto-reply.
I wish to report to you some strange problems I'm experiencing with installing packages directly into my -R- 2.15.1 (there is an indirect solution, which I note below). First, here's some essential information: