similar to: building packages in Windows under R 1.2.1

Displaying 20 results from an estimated 9000 matches similar to: "building packages in Windows under R 1.2.1"

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
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 *
2002 May 16
3
building packages on windows
Has anyone had success building a package on a windows machine? I am trying the following command with no luck (perhaps my flags are incorrect?). At this point I am stuck. Any help greatly appreciated. Niels Waller (BTW - I have no idea why it cannot find sh.exe since I have it is a directory that is specified in a path statement) H:\R\bin>rcmd build --binary --use-zip h:\taxon2 * checking
2002 Jan 07
3
compiling packages
Hello, happy new year to all. The new Year gave me a new computer with Win98 and promptly I installed R on it. I created a directory R, with subdirectories gcc, perl,bin, helpwrk and rw1040. I got rw1040 from BDR place, the rest were gotter from the internet in the last week of the year, i.e. they are the newest versions. I modified autoexec.bat to put gcc\bin, perl\bin, etc in the path. I put the
2000 Dec 22
1
rw1020 Rcmd INSTALL path\ deletes rw1020\library\* (PR#789)
The trailing backslash seems to be the culprit. After looking at rw1020\bin\INSTALL, I noticed $pkg =~ s/\/$//; which I assume is to strip the trailing slash from a package name before obtaining the package name and cleaning out its directory I added $pkg =~ s/\\$//; immediately after this line. Rerunning Rcmd INSTALL C:\rw1011\src\library\bqtl\ with that change seemed to work OK
2001 Aug 03
1
Warning when building packages and update suggestion
I want to share this knowledge to save you the hours it took me to troubleshoot the following problem. Maybe you already know about this, but I certainly didn't. In the end I also suggest an update fix. PROBLEM: I have been building packages for a couple of months now without any problems. However, a couple of hours ago I ran into a strange problem, which I first couldn't understand or
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
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
2002 May 01
2
R-1.5.0: compiling package foreign on WinNT failed
Dear R-help, I was able to build R-1.5.0 on WinNT w/o problem (actually it seems easier than previous version). However, I encountered problem when trying to compile the recommended package foreign: make: Entering directory `/cygdrive/g/rbuild/R-1.5.0/src/gnuwin32' make DLLNM= FLIBS="-lg2c -lRblas" BUILD=MINGW \ -C G:/Rbuild/R-1.5.0-recommended/R.INSTALL/foreign PKG=foreign
2000 Oct 22
1
How to build the RMySQL package on Windows?
Hello! I tried to build the RMySQL package by myself on an NT machine. I have a NT machine with cygwin compiler and activestate Perl installed on it. Perl details: D:\prog\rw1011\src\gnuwin32>perl -v This is perl, version 5.005_03 built for MSWin32-x86-object (with 1 registered patch, see perl -V for more detail) Copyright 1987-1999, Larry Wall Binary build 522 provided by ActiveState Tool
2002 Jan 19
1
Build R-patched from Source
Hi, If I want to build R-patched from source (on Windows), do I need to edit Makefile and/or MkRules at all? I have followed all instructions in the INSTALL file (under R-patched/src/gnuwin32/), as well as downloaded all the files from http://www.stats.ox.ac.uk/pub/Rtools/ . My PATH variable has been modified accordingly. Now, with the only change to MkRules I made was to modify the Tcl/Tk
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
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
1998 Mar 26
0
R-beta: A new port of R to MS Windows on CRAN
Hi, I've included Guido Masarotto's port of R 0.61.1 to MS Windows 95/NT in $CRAN/bin/ms-windows-32 ... you can find both the sources and binaries there. I include Guido's README below. Thanks again to Guido for making this port available! Best, Fritz Leisch ********************************************************** rgnwbin.tgz and rgnwsrc.tgz are the first results of an
1998 Mar 26
0
R-beta: A new port of R to MS Windows on CRAN
Hi, I've included Guido Masarotto's port of R 0.61.1 to MS Windows 95/NT in $CRAN/bin/ms-windows-32 ... you can find both the sources and binaries there. I include Guido's README below. Thanks again to Guido for making this port available! Best, Fritz Leisch ********************************************************** rgnwbin.tgz and rgnwsrc.tgz are the first results of an
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