Displaying 16 results from an estimated 16 matches for "cidxcn".
2003 Sep 23
3
problems installing Design and Hmisc libs
...mmand not found
make: *** [lrmfit.o] Error 127
ERROR: compilation failed for package 'Design'
* Installing *source* package 'Hmisc' ...
** libs
g77 -mieee-fp -O2 -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -O2 -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -c cidxcn.f -o cidxcn.o
make: g77: Command not found
make: *** [cidxcn.o] Error 127
ERROR: compilation failed for package 'Hmisc'
The connection to CRAN and the download are fine though.
I am using R 1.7.1 under Mandrake Linux 9.1. My C compiler is gcc 3.2.2.
Any idea how to install the packages?...
2006 Sep 26
0
Infinite Loop when installing a package from source (PR#9258)
...ecking lockdir
build_help_opts= '--debug --txt --html --latex --example'
'Rcmd INSTALL': now doing 'eval ... do_install':
* Installing *source* package 'Hmisc' ...
** libs
++ mkdir -p /home/dupontct/Hmisc.Rcheck/Hmisc/libs
++ test -f src/Makefile
++ cd src
+++ ls cidxcn.f cidxcp.f hoeffd.f jacklins.f largrec.f ranksort.c rcorr.f
string_box.c wclosest.f '*.cc' '*.cpp' '*.f90' '*.f95'
++ srcs='cidxcn.f
cidxcp.f
hoeffd.f
jacklins.f
largrec.f
ranksort.c
rcorr.f
string_box.c
wclosest.f'
+++ cd /usr/lib/R/bin/exec
+++ ls
++ archs=...
2004 Jan 28
1
Re: Help with Hmisc/Design installation in R-aqua (apple)
...eed to see the output of the attempted build.
pj"
Thanks thomas and pj. As requested I am attaching the generated error
message when I attempt to install the Hmisc and Design packages. What do I
do next?
* Installing *source* package 'Hmisc' ...
** libs
g77 -fno-common -g -O2 -c cidxcn.f -o cidxcn.o
ERROR: compilation failed for package 'Hmisc'
** Removing '/Users/bema/Library/RAqua/library/Hmisc'
make: g77: Command not found
make: *** [cidxcn.o] Error 127
Once again many many thanks for your help.
Sincerely,
Bema Bonsu
2005 Jun 10
1
Fortran compilation error
...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 -O2 -c largrec.f -o largrec.o
gcc-3.3 -no-cpp-precomp
-I/Library/Frameworks/R.framework/Resources/include
-...
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 hoeffd.f -o hoeffd.o
gfortran -fpic -g -O2 -c jacklins.f -o jacklins.o
gfortran -fpic -g -O2 -c largrec.f -o largrec.o
gcc -std=gnu99 -I/usr/share/R/include -I/usr/share/R/include -fpic -g -O2 -c...
2004 Mar 30
2
RAqua and gcc
...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 '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 -O2 -c largrec.f -o largrec.o
gcc -no-cpp-precomp -I/Applications/StartR.app/RAqua.app/Contents/include
-I/...
2005 Feb 05
2
Problem installing Hmisc (more info)
...tmp/Rtmp1911/Rinstdirfc4111
> Warning message:
> Installation of package Hmisc had non-zero exit status in:
> install.packages("Hmisc")
Here's what the Console had to say:
> * 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 -O2 -c largrec.f -o largrec.o
> gcc -no-cpp-precomp
> -I/Library/Frameworks/R.fra...
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
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 hoeffd.o
g95 -fPIC -g -O2 -c jacklins.f -o jacklins.o
g95 -fPIC -g -O2 -c largrec.f -o largrec.o
In file largrec.f:27
DO xl=xlim(1),xlim(2)-width,xinc
1
Error: Loop variable at (1) mu...
2002 Jun 07
0
Problems in installation of package HMISC
...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 hoeffd.f -o hoeffd.o
g77 -fPIC -g -02 -c largrec.f -o largrec.o
gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINE
PIC -03 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586
-fno-strength-...
2004 Jan 28
0
Re: Help with Hmisc/Design installation in R-aqua (apple).
...d to see the output of the attempted build.
pj"
Thanks thomas and pj. As requested I am attaching the generated error
message when I attempt to install the Hmisc and Design packages. What
do I do next?
* Installing *source* package 'Hmisc' ...
** libs
g77 -fno-common -g -O2 -c cidxcn.f -o cidxcn.o
ERROR: compilation failed for package 'Hmisc'
** Removing '/Users/bema/Library/RAqua/library/Hmisc'
make: g77: Command not found
make: *** [cidxcn.o] Error 127
Once again many many thanks for your help.
Sincerely,
Bema Bonsu
2005 Sep 16
0
Problems compiling Hmisc
...ying 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 -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 -O2 -c largrec.f -o largrec.o
gcc-3.3 -no-cpp-precomp
- -I/Library/Frameworks/R.framework/Resources/include
-...
2005 Jul 07
0
Failing to install Hmisc on Mac OS 10.3.9, R Version 2.1.0 Patched (2005-05-12)
...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 -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 -O2 -c largrec.f -o largrec.o
gcc-3.3 -no-cpp-precomp
-I/Library/Frameworks/R.framework/Resources/include...
2001 Jun 03
1
Difficulty with R CMD INSTALL
...traneous s directory and an extraneous text
file in its root area.
Then I ran, under root, R CMD INSTALL Hmisc_1.0.tar.gz, and got:
Installing source package `Hmisc' ...
libs
g77 -fPIC -O3 -fomit-frame-pointer -pipe -s -march=pentium
-ffast-math -fexpensive-optimizations -fno-fast-math -c cidxcn.f -o
cidxcn.o
g77 -fPIC -O3 -fomit-frame-pointer -pipe -s -march=pentium
-ffast-math -fexpensive-optimizations -fno-fast-math -c cidxcp.f -o
cidxcp.o
g77 -fPIC -O3 -fomit-frame-pointer -pipe -s -march=pentium
-ffast-math -fexpensive-optimizations -fno-fast-math -c hoeffd.f -o
hoeffd.o
g77 -...
2007 Dec 11
2
Hmisc compilation problem
...========================
downloaded 506 Kb
/usr/lib/R/library
* Installing *source* package 'Hmisc' ...
** libs
gfortran -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
-mtune=generic -fasynchronous-unwind-tables -c cidxcn.f -o cidxcn.o
gfortran -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
-mtune=generic -fasynchronous-unwind-tables -c cidxcp.f -o cidxcp.o
gfortran -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protec...
2012 Jul 24
1
Patchy 'front-end' package installation problems using -R- 2.15.1
...==========================================downloaded 359 Kb
* installing *source* package ‘Hmisc’ ...** package ‘Hmisc’ successfully unpacked and MD5 sums checked** libsgcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -fpic -O3 -pipe -g -c Hmisc.c -o Hmisc.ogfortran -fpic -O3 -pipe -g -c cidxcn.f -o cidxcn.o/bin/bash: gfortran: command not foundmake: *** [cidxcn.o] Error 127ERROR: compilation failed for package ‘Hmisc’* removing ‘/home/clive/R/i686-pc-linux-gnu-library/2.15/Hmisc’Warning in install.packages : installation of package ‘Hmisc’ had non-zero exit statusERROR: dependency ‘Hmis...