Displaying 12 results from an estimated 12 matches for "cidxcp".
Did you mean:
cidxcn
2006 Sep 26
0
Infinite Loop when installing a package from source (PR#9258)
...ckdir
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=R
++ R_AR...
2005 Jun 10
1
Fortran compilation error
...ler
(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
-I/usr/local/include -fno-common -g -O2 -c ranks...
2007 Nov 22
1
problem updating packages on Ubuntu 7.10
...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 ranksort.c -o ranksort.o
gfortran -fpic -g -O2...
2004 Mar 30
2
RAqua and gcc
...g 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/usr/local/include -fno-common -g -O2 -c ranksor...
2005 Feb 05
2
Problem installing Hmisc (more info)
...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.framework/Resources/include
> -I/usr/local/include...
2007 Jul 13
2
trouble compiling Hmisc package
...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) must be a scalar INTEGER
In file largrec.f:28...
2002 Jun 07
0
Problems in installation of package HMISC
...;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-reduce -c ranksort.c -o rcorr.o
gcc -shared -...
2005 Sep 16
0
Problems compiling Hmisc
...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
- -I/usr/local/include -fno-common -g -O2 -c ran...
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
2005 Jul 07
0
Failing to install Hmisc on Mac OS 10.3.9, R Version 2.1.0 Patched (2005-05-12)
...sc_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
-I/usr/local/include -fno-common -g -O2 -c ra...
2001 Jun 03
1
Difficulty with R CMD INSTALL
...lling 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 -fPIC -O3 -fomit-frame-pointer -pipe -s -march=pentium
-ffast-math -fexpensive-optimizations -fno-fast-math -c largrec.f -o
largrec.o
gcc -...
2007 Dec 11
2
Hmisc compilation problem
...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-protector --param=ssp-buffer-size=4 -m32 -march=i386
-mtune=generic -fasynchronous-unwind-tables -c hoeffd.f -o hoeffd.o
gfortran -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protec...