similar to: 0.63 missing .pl files in etc?

Displaying 20 results from an estimated 4000 matches similar to: "0.63 missing .pl files in etc?"

2000 Mar 22
4
R-release dynamic load problem on HPUX10.20
Hello, I just pulled the patched release: R-release Version 1.0.0 Patched (March 19, 2000), on HPUX10.2 I am having dynamic library load problems. I configured with: ./configure --prefix=/home/absd00t/local --with-readline --with-x After changing etc/Makeconf to take -lblas out of libs (the blas library provided by the system is not a shared library), system was built without any interruptions.
1999 Mar 08
1
March7th R-devel,hpux10.20,egcs-2.93.03 19990124
Hello, I just got the latest (March7) tarball from CRAN. 1).It looks like ".so" is still hardwired in the source code. in src/main/platform.h all "Unix" systems get the ".so" extention. I had to #ifdef hpux and add ".sl". 2). It picks up readline but history is still inside the comments in src/include/Platform.h, I had to manually change this in order
1998 Dec 07
1
R-0.63.1 library() command
Hello, I just installed 0.63.1 (from diffs, patch seemed to work OK). I just noticed that library() command is behaving differently. It is outputting one line a time and I have to hit the "q" key to advance a single line ! library(help=modreg) seems to be working OK. So are other help commands (e.g. ?library). I can use less directly on the LibIndex file without any problems (pages
2001 Sep 25
2
hpux10.20 build for R-1.3.1
Hello, I am trying to build R-1.3.1 on hpux10.20 with gcc and HP's fort77. here is my configure: ./configure --prefix=/home/absd00t/local --with-readline --with-gnome=no --with-f77=fort77 I also set CXXFLAGS= -I/usr/include/Motif1.2 -I/usr/include/X11R6 -I/home/absd00t/local/include and LIBS= -L/home/absd00t/local/lib so that readline.h and libs would be found. I have parts of gnome libs so
1998 Sep 16
2
R-beta: (0+0i)^2
The following behaviour (in R 0.62.3) is disturbing: > (0+0i)^2 [1] NaN+NaNi Is it deliberate?? Laimonis Kavalieris -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To:
1998 Sep 16
2
R-beta: (0+0i)^2
The following behaviour (in R 0.62.3) is disturbing: > (0+0i)^2 [1] NaN+NaNi Is it deliberate?? Laimonis Kavalieris -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To:
1999 Apr 12
1
R-0.65-April-12 on hpux10.20
Hello, It looks like demo("dyn.load") is broken for non ".so" extentions. > demo("dyn.load") demo(dyn.load) ---- ~~~~~~~~ Type <Return> to start : > dyn.load("zero.so") Error in dyn.load(x) : unable to load shared library "/home/absd00t/zero.so": can't open /home/absd00t/zero.so > It looks like zero.R
2000 Aug 11
2
R-devel Aug-09 1.2.0 build on hpux10.20
Hello, I had to set CPPFLAGS and FC=fort77 but configure saw atlas and used it instead of blas. However atlas for hp seems to missing some libs. I had to add -lblas in Makeconf. Everything builds ok. But modreg and tcltk doesn't load. R : Copyright 2000, The R Development Core Team Version 1.2.0 Under development (unstable) (2000-August-9) R is free software and comes with ABSOLUTELY NO
1998 Dec 03
1
Makefiles in contributed packages
Hello, I have a couple of suggestions that will help persons with machines/OSs that use extensions other than ".so" for shared libs: 1) Use the variable SHLIBEXT (defined in Makeconf), DONT use "so" or "sl". 2) Use the method in "modreg" to load the dynamic lib: .First.lib <- function(lib, pkg) library.dynam("modreg", pkg, lib) DO NOT USE
2001 Jan 10
1
virus
To win*/NT users: I just recieved a mail from r-help with a virus attachment. I am on an unix system but our mail server deleted the message anyways. here it is: Received: by stat.math.ethz.ch (8.9.1/8.9.1) id RAA27614 for r-help-gang-use; Wed, 10 Jan 2001 17:01:56 +0100 (MET) Received: (from daemon at localhost) by stat.math.ethz.ch (8.9.1/8.9.1) id RAA27412 for
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)
1997 Sep 24
1
R-beta: R-0.50-a4 library problem (survival4)
I have built R-0.50-a4 on HP9000/C160-hpux10.2 with gcc (cc for libs). When I try library(survival4) Error in pos.to.env(pos) : invalid "pos" argument And it does not load. Other libs seem to work. I tested integrate (has f2c translated c), polynomial. Is this a problem with my system only??? TIA osman =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2001 Apr 26
2
Installing R-packages via install.package
Hi there, I've successfully installed und updated some contributed R packages (R version 1.2.2 on Debian Linux, logged in as a normal user), but I'm wondering about this: [...] Could not open /usr/lib/R/doc/html/packages.html at /usr/lib/R/share/perl/R/Rdlists.pm line 238. /usr/lib/R/bin/INSTALL: /usr/lib/R/doc/html/search/index.txt: Permission denied /usr/lib/R/bin/INSTALL: LibIndex:
1997 Dec 12
3
R-beta: R-0.60.1 on hpux10.2
Hello R-helpers, I tried to do "make test" , and it is failing: data() Error: stack overflow ?data Error: Stack overflow data(rivers) Error: incorrect tag type R also initially it balked at: apropos("\\\\[") So, I skipped it :-) This stuff is working on R-0.50-a4 that I have. Anyone built R-0.60.1 on hpux?? Best regards, Osman
2001 Apr 26
3
Installing smooth.spline command
Hello I have installed R-0.90.1 on my Linux (Redhat 6.2) machine, unfortunately I am not able to use a number of commands like e.g. smooth.spline and predict.smooth.spline. The error messages being given by is: Error: Object "smooth.spline" not found With the command library() I have checked or the libraries for the smoothing functions are there, as shown below. -------- >
2002 Aug 20
1
Running median
I have a Date x Stock (223 x 520) matrix of "trading volume". I can calculate a 5-day (past) average in about 1 second using: R> apply(vol, 1, filter, filter=c(0, rep(1/5,5)), sides=1) I would like to do the same with a 5-day median, e.g.: R> mymed <- function(x, n=5) { R> r <- rep(NA, length(x)) R> for (i in (n+1):length(x)) r[i] <- median(x[i-(1:n)]) R>
1998 Mar 20
1
mail-archive place?
I tried ftp://stat.math.ethz.ch/pub/ ? as well as http://stat.math.ethz.ch, but can't get there?? Where is the mail archive place?? TIA, Osman -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the
2003 Oct 29
2
/usr/lib/R/library vs /usr/local/lib/R/site-library
I would appreciate getting a clarification of /usr/lib/R/library vs /usr/local/lib/R/site-library. I am running R 1.8 on Debian Linux. On one occasion doing update.packages() resulted in versions of one or more libraries being placed in one of these directories without removing the old version, and the old version took precedence over the new. I'm sorry I did not save the steps I used. I
1999 Jun 06
2
problem in make for R-devel and R-release
Hello, I just got R-devel june3. My machine is SuSE linux 6.1 pent2 with 64M Ram. Configure goes well, but make stops and complains install-sh is not found in tools. There is no "tools" directory! After looking around I found that "aux" has those files and did sym link. Make worked. The same problem is also present the R-release bundle. Cheers, Osman
1998 Jan 07
1
R-beta: Design of experiments in R?
Hello R-helpers, I was wondering if anyone is porting S lib packages for design of experiments: conf.design, glim, graff(all from statlib)? I was able to change the format of S packages into R (including docs). In conf.design, by W. Venables, sort.list function is missing from R. I just put sort.list <- sort, but I got more error messages. Before doing more work, would like to know if this