Displaying 20 results from an estimated 99 matches for "acepack".
2000 Apr 03
0
Building acepack for Rw1000 under Win98
(Sorry, I had the previous emails on a different machine.)
Thanks to Prof Ripley for diagnosing the problem with
inconsistent capitals under Win98. It's 'interesting':
* I had ...\acepack\Src\Ace.f Avas.f and Rlsmo.f (tar'ed in
a Unix machine and Ws_FTP'ed to the PC)
* when the directory name was changed to ...\acepack\src
it still didn't work
* it worked to a point (see below) when the program names
are all put into lower case: ace.f avas.f...
2000 Mar 31
1
building a package
Dear R-helpers,
I'm learning how to compile R packages with fortran
routines and use the acepack source as an example.
After some hiccups (Guido told me about the
need to set make_mode=UNIX) I got to the following:
`make pkg-acepack' runs without error (see below),
but it does not
* compile any .f file in acepack/src
* (hence) try to create any dll file or libs
(I'm work...
2000 May 04
2
acepack, akima and tripack will not load (PR#533)
...1
OS: linux redhat
Submission from: (NULL) (149.149.32.46)
Hello,
Thought you might be interested. I tried to load the package tripack
needed by the sgeostat package. After some careful searching, three packages
were
found which had the same error. Here is the output.
Mike
> library(acepack) Error in dyn.load(x, as.logical(local),
as.logical(now)) :
unable to load shared library
"/usr/lib/R/library/acepack/libs/acepack.so":
/usr/lib/R/library/acepack/libs/acepack.so: undefined symbol: e_wsfe
>library(tripack) Error in dyn.load(x, as.logical(local), as.logical(n...
2003 Jul 28
2
aregImpute: warning message re: acepack and mace
hi,
i'm trying to learn how to use aregImpute by doing the examples provided with
the package, and after installing Hmisc.1.6-1.zip (for Windows),
and running the very first example on R 1.7.1, i get an error message warning
me about "mace" (see below) and acepack.
i found the acepack package, but its filename ends in tar.gz
and i'm finding it difficult to open (because its designed for Unix, i guess).
is there an acepack.zip file? is there any way that i can play
with aregImpute on my Windows system?
thank you for your help,
alexis
> # Multipl...
2003 Aug 31
1
Problem installing acepack in debian
...system i386, linux-gnu
status
major 1
minor 7.1
year 2003
month 06
day 16
language R
using debian testing (latest Knoppix) I get an error when installing acepack:
gcc -shared -o acepack.so ace.o avas.o rlsmo.o
-L/usr/lib/gcc-lib/i386-linux/3.3 -L/usr/lib/gcc-lib/i386-linux/3.3/../../..
-lfrtbegin -lg2c-pic -lm -lgcc_s -L/usr/lib/R/bin -lR
/usr/bin/ld: cannot find -lfrtbegin
collect2: ld returned 1 exit status
make: *** [acepack.so] Error 1
ERROR:...
1998 Mar 27
1
R-beta: Problem with acepack
I installed the acepack package under Linux (gcc 2.7.2, R-0.61.1).
Installation without problem. But
---------------------------------------------------------------------
sirio[~]% R
R : Copyright 1998, Robert Gentleman and Ross Ihaka
Version 0.61.1 Alpha (January 12, 1998)
R is free software and comes with ABSOLUTELY N...
2005 Dec 16
1
Bug in acepack (PR#2352)
This ancient bug was tracked to the acepack library, line 556 in line
src/avas.f
The troublesome line is:
if (x(n).gt.x(1)) go to 30
Since the input arguments are empty, referencing x(1) and x(n) cause
a Segmentation fault, and cause R to crash. Acepack author and
maintainer Rob Tibshirani <tibs at utstat.toronto.edu> has...
2007 Apr 18
1
R-2.4.1 for MacOS X - languageR, acepack, Hmisc
I updated R to the last 2.4.1 version and unfortunately I can not
load languageR any longer.
In R-2.4.1, LanguageR requires acepack, but Hmisc doesn't work when
acepack is loaded.
> library(languageR)
Loading required package: Design
Loading required package: Hmisc
Loading required package: acepack
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library '/Library/Fra...
1997 Jul 31
1
R-beta: acepack with 0.50-a1
I have an hp9000/c160 with hpux10.20+gcc2.7.2. When I try the example
in the ace help I get:
> library(acepack)
> ?ace
> TWOPI <- 8*atan(1)
> x <- runif(200,0,TWOPI)
y <- exp(sin(x)+rnorm(200)/2)
a <- avas(x,y)
/usr/lib/dld.sl: Unresolved symbol: pow_dd (code) from /home/buyuk/R-0.50-a1/lib/acepack.so
ABORT instruction (core dumped)
Do I need to...
2010 Jan 18
1
does any package have the functionality of ace() from old acepack?
I found the old ace function (from acepack) valuable a couple of years ago
in helping to find a transformation of the response to approximate
additivity in smooth functions of the predictors.
ace used alternating conditional expectations, but I'm not overly fixated on
algorithms as long
as it works pretty well.
Is there another packag...
2001 Feb 26
2
building packages in Windows under R 1.2.1
...t
installed packages from source in windows -- and I am sure, it worked
for me with R-1.2.0. But it didn't work with R-1.2.1 any more (see
output below). All the time (for R-1.2.0 and R-1.2.1) with the same
versions of the C-compiler, Perl (5.6.0, build 623), etc.
Here the output of a try with acepack (but the same with other
packages):
********************************************
C:\user\ligges\R>rcmd install acepack_1.2-2.tar.gz
make: Entering directory `/cygdrive/t/r/src/gnuwin32'
make DLLNM= EXTRADOCS= \
-C C:/user/ligges/R/R.INSTALL/acepack PKG=acepack RHOME=t:/r
RLIB=t:/r/libr...
2000 Mar 27
1
R port of acepack
To whom should bug reports of the R port of acepack be directed?
On a SPARC/Solaris 2.6 or 2.7 (SunOS 5.6 or 5.7) system running
R-1.0.0 the avas example fails
> library(acepack)
> example(avas)
avas> TWOPI <- 8 * atan(1)
avas> x <- runif(200, 0, TWOPI)
avas> y <- exp(sin(x) + rnorm(200)/2)
avas> a <- avas(x,...
2002 Sep 26
1
download problem!
Hi,
I recently had trouble downloading R contributed packages, such as acepack.
When I saved acepack.zip to my R library, extracted it and went back to R
and type "library(acepack)", I got the following warning
Package `acepack' contains no R code in: library(acepack)
Could you please tell me the reason?
Thank you very much!
Xianggui Qu.
-.-.-.-.-.-.-.-.-...
2002 Oct 07
3
RE: new packages: geepack and KMsurv
I downloaded geepack from your site and installed it from the zip file.
However, although it appears under my library directory, I could not load
into R.
Regards
John Sendak
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 6.0
year 2002
month 10
2013 Jan 22
1
Introduction and help request
...- i386
sh: make: command not found
ERROR: compilation failed for package ?Hmisc?
* removing ?/Library/Frameworks/R.framework/Versions/2.15/Resources/library/Hmisc?
Rosss-MacBook-Pro:~ rosstinsley$ R CMD INSTALL /private/var/folders/ld/3f2dl80154z47_864skpt2_80000gn/T/Rtmp0ittcT/downloaded_packages/acepack_1.3-3.2.tar.gz
* installing to library ?/Library/Frameworks/R.framework/Versions/2.15/Resources/library?
* installing *source* package ?acepack? ...
** package ?acepack? successfully unpacked and MD5 sums checked
** libs
*** arch - i386
sh: make: command not found
ERROR: compilation failed for pac...
2004 Nov 15
2
Problems installing packages on MacOS with R 2.00
Dear all,
I have a problem installing a package required by Hmisc on MacOS 10.3.5
with R 2.00.
g77 -fno-common -g -O2 -c avas.f -o avas.o
g77 -fno-common -g -O2 -c rlsmo.f -o rlsmo.o
gcc -bundle -flat_namespace -undefined suppress -L/usr/local/lib -o
acepack.so ace.o avas.o rlsmo.o -L/usr/local/lib
-L/usr/local/lib/gcc/powerpc-apple-darwin6.8/3.4.2
-L/usr/local/lib/gcc/powerpc-apple-darwin6.8/3.4.2/../../.. -lfrtbegin
-lg2c -lSystem -lcc_dynamic -framework R
ld: warning -L: directory name
(/usr/local/lib/gcc/powerpc-apple-darwin6.8/3.4.2) does...
2007 Jan 01
2
New to R
Hey, I am very new to R and I need to use it (and the ACEPACK
package) to do some statistical analysis.
I have installed acepack but efforts to get started has been
unsuccessful. I can't seem to be able to load my data files because I
am yet to figure the syntax to use. Is there a work directory in R
where I can put my files and call them anytime, li...
2006 Sep 11
2
problems in installing packages with R version 2.4.0 alpha (2006-09-05 r39134)
...gram Files\R\R-2.4.0alpha\library\tseries'
package 'DAAG' successfully unpacked and MD5 sums checked
Warning: unable to move temporary installation 'C:\Program Files\R\R-
2.4.0alpha\library\file491c440d\DAAG' to 'C:\Program Files\R\R-2.4.0alpha\library\DAAG'
package 'acepack' successfully unpacked and MD5 sums checked
Warning: unable to move temporary installation 'C:\Program Files\R\R-
2.4.0alpha\library\file767d7a5a\acepack' to 'C:\Program Files\R\R-2.4.0alpha\library\acepack'
package 'rcom' successfully unpacked and MD5 sums checked
Warni...
2006 Sep 18
1
(no subject)
Hi there,
I was updating the R-cmdr add-on (v.1.1-6 to the latest v.1.2) for R
(v.2.2.0) in a SunOS9 environment and came across some warnings during my
installation - it seems to download the dependencies but runs into the
following during install:
* Installing *source* package 'acepack' ...
** libs
/opt/sfw/R/R-2.2.0/bin/SHLIB: make: not found
ERROR: compilation failed for package 'acepack'
/opt/sfw/R/R-2.2.0/bin/INSTALL: test: argument expected
ERROR: failed to lock directory '/opt/sfw/R/R-2.2.0/library' for modifying
Try removing '/opt/sfw/R/R-2.2.0/libr...
2006 Feb 16
1
segmentation fault with Hmisc areg.boot(): Now acepack avas failure
Hi Folks,
Mac OS 10.4.4
R 2.2.1(2005-12-20 r36812)
Hmisc 3.0-10
acepack 1.3-2.2
I had R crashes while running areg.boot in Hmisc (see old message
below), but now I realize that the problem appears to be in the avas
function in acepack. I tried running running the avas example (in
acepack package), and got an immediate crash.
Any thoughts? The Apple crash report...