Displaying 20 results from an estimated 1000 matches similar to: "building a package"
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
*
2000 Mar 30
2
Re: problem posting to r-help list
You are using the wrong make. Please read the instructions very carefully.
You _must_ use the cygwin make with the supplied Makefiles. As INSTALL says:
You will also
need suitable versions of at least make, sh, rm, sed, (g)awk, mkdir,
echo, cp, cut, diff, grep, egrep, pwd, expr and cat; we use those from
the cygwin distribution (http://sourceware.cygnus.com/cygwin and
several
2000 Mar 30
2
Re: problem posting to r-help list
You are using the wrong make. Please read the instructions very carefully.
You _must_ use the cygwin make with the supplied Makefiles. As INSTALL says:
You will also
need suitable versions of at least make, sh, rm, sed, (g)awk, mkdir,
echo, cp, cut, diff, grep, egrep, pwd, expr and cat; we use those from
the cygwin distribution (http://sourceware.cygnus.com/cygwin and
several
2001 Feb 26
2
building packages in Windows under R 1.2.1
Prof Brian Ripley wrote [22.01.2001]:
> The code is new in 1.2.1, and identical code in Rcmd clean works. It looks
> like a Windows Perl bug. On my machines under NT4 and 98 this works
> because -d foo seems to be always true! It is probably different on 2000.
>
> Try changing the line
>
> unless (-d $TMPDIR);
>
> to
> unless (-e $tmpdir);
>
2001 Apr 27
1
INSTALL Problems
Dear All,
I have tried to install the tensor package (from:
http://cran.r-project.org/src/contrib/PACKAGES.html#tensor ), using the
comand:
"
shell("Rcmd INSTALL tensor")
"
then I got the following mensage:
----------------------------------------------------------------------------------
make: Entering directory `/d/bin/cran/rw1022/src/gnuwin32'
make DLLNM= EXTRADOCS= \
2001 Feb 23
0
cross building
I was trying to learn cross building an R pcakage for windows on my linux
machine. I picked a relatively small library gee to test. I downloaded the
cross-tools and put them in my path,
jyan at ludwig:/a3/jyan/src/R-1.2.1/src/gnuwin32$ echo $PATH
/home/jyan/cross-tools/bin:/home/jyan/cross-tools/i386-mingw32msvc/bin:
/usr/lib:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
Following the
2000 Mar 30
0
forwarded message from Griffith Feeney
--8sD16rPb6u
Content-Type: text/plain; charset=us-ascii
Content-Description: message body text
Content-Transfer-Encoding: 7bit
Griffith,
I'm forwarding the mail to r-devel.
Best,
Fritz
--8sD16rPb6u
Content-Type: message/rfc822
Content-Description: forwarded message
Content-Transfer-Encoding: 7bit
Received: from isildur.ci.tuwien.ac.at (root@isildur.ci.tuwien.ac.at [128.131.51.43])
by
2000 May 04
2
acepack, akima and tripack will not load (PR#533)
Full_Name: Michael R. Allen
Version: 1.01
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),
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
2000 Jun 04
2
mle (PR#560)
Full_Name: Per Broberg
Version: 1.00
OS: Windows 98
Submission from: (NULL) (62.20.231.229)
I tested my installation with the following:
> library(lme)
Loading required package: nls
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"C:\PROGRAM\R\RW1000/library/nls/libs/nls.dll":
LoadLibrary failure
> data(Orthodont)
> fm1
2000 Mar 08
1
installing package in Windows
Could you help me in getting a package to compile from source in Windows?
I'm running Windows NT 4.0 on a pentium 450 with 128 Mb of Ram. I've got R
1.0.0.
I am developing a package for R which includes a bit of C code. I have things
working in Unix just fine, and now I want to port it to Windows NT.
I've been following the instructions in the R complements to Venables and
2003 Aug 31
1
Problem installing acepack in debian
In
platform i386-pc-linux-gnu
arch i386
os linux-gnu
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
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.
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 been contacted
with this information. This is not a
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 NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type
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
2000 Mar 09
2
how to document user-defined packages for windows
After several hours of trial and error I've figured out how to create
packages for use by rw1000 ("Writing R Extensions" seems not to cover
this).
I haven't been able to figure out how to make help files work. I want plain
text only, via help(name) or ?name.
I create a 'help' subdirectory containing a 00Titles file and
function-specific help files in the package
2013 Jan 22
1
Introduction and help request
Hello all
I am a researcher in the field of tourism and have just recently installed R64 and RStudio onto my Mac (running latest OS). I am ran into some problems installing additional packages. I have looked through the General FAQs and Mac FAQS but haven't been able to find a solution.
I have downloaded the various packages I need from CRAN sources and while some have successfully installed
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
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 package that has that sort of functionality? I haven't been