similar to: An introduction to R - language is R or S ?

Displaying 20 results from an estimated 10000 matches similar to: "An introduction to R - language is R or S ?"

2015 Sep 07
2
Build rpm package for R-MKL
I want to create a clean .rpm package for R built with MKL and ICC. I follow Fedora instrcutions[0] to create the package. As a base, I use the R-3.2.2.src.rpm. I am left with this error: ------------------------------------------ installing R info pages ... updating '/usr/share/info/dir' ... make[1]: Leaving directory '/home/poisonivy/rpmbuild/BUILD/R-3.2.2/doc/manual' + mv
2023 Jul 10
1
[R] Errors in "An introduction to R"
Dear Jarkko, Thank you for spotting these problems and suggesting fixes for them! I am forwarding your e-mail to the R-devel mailing list (removing the R-help list, which is for different kind of R problems), together with a patch implementing your suggested changes. ? Thu, 6 Jul 2023 10:12:16 +0300 Jarkko Toivonen <jarkko.toivonen.19 at gmail.com> ?????: > I noticed a few errors in
2002 Mar 21
2
Small typo in An Introduction to R (PR#1402)
At a snail's pace I keep on translating an introduction to R into italian; I have reached the section describing the glm() function, in which some example code is presented. The very last line of code, before the beginning of the section on Poisson models is: ldp <- ld50(coef(fmp)); ldl <- ld50(coef(fmp)); c(ldp, ldl) which of course gives results 43.663 and 43.663; the correct code
2002 Mar 21
2
Small typo in An Introduction to R (PR#1402)
At a snail's pace I keep on translating an introduction to R into italian; I have reached the section describing the glm() function, in which some example code is presented. The very last line of code, before the beginning of the section on Poisson models is: ldp <- ld50(coef(fmp)); ldl <- ld50(coef(fmp)); c(ldp, ldl) which of course gives results 43.663 and 43.663; the correct code
2015 Sep 09
2
Build R form source - manuals
I built R form source succesfully on my Fedora 22 box. No errors. I can read there is an issue with some manuals at build time when running makeinfo, especially these two: doc/manual/R-exts.texi cp doc/manual/R-intro.texi Some distro have hacks about makeinfo 5 in their build script. I wonder if some manuals are broken but couldn't see it when running make. May someone tells me more about
2002 Feb 02
1
Re: R install problem
On Fri, 1 Feb 2002, Tony Fagan wrote: > I downloaded your RPM and tried installing it on Madrake 8.1. > It failed and said it could not find: > > libblas.so.3 To install these, from console as root do: urpmi liblapack3 > libgcc_s.so.1 > libgcc_s.so.1 (GLIBC_2.0) urpmi libgcc3 -- Michele Alzetta
2004 Oct 06
3
possible help.start() bug
I have compiled R 2.0.0 for my gentoo desktop and have found this problem: help.start() will work correcly if mozilla is already started, will fail if mozilla is not. Error message: > help.start() Making links in per-session dir ... If /usr/bin/mozilla is already running, it is *not* restarted, and you must switch to its window. Otherwise, be patient ... > No running windows found
2002 Jun 10
4
R search applet initialization
R 1.5.1 is due to come out ... and I've just noticed that the R help.start page search applet doesn't work on my Mandrake 8.2 system even though I've upgraded mozilla to version 1.0 and I have a perfectly working java (all right, I'm using 1.4.0 now, but with mozilla 0.98 and java 1.3.1 it still didn't work). I had thought the problem due to a too-old mozilla version, but it
2000 Jun 23
1
*.texi file
Dear Prof Ripley an d the R core team: I have installed the new RW1010. But I can't see (in RW1010\doc\manual ) the file R-intro.texi I'd like to know if I have done something wrong. Thank you, Juan Antonio -- =========================================== J.A.Caballero M. Dpto. Estadistica e Investigacion Operativa Campus de Rabanales Edificio C-II Universidad de Cordoba 14080 SPAIN
2023 Jul 06
1
Errors in "An introduction to R"
Hi, Thanks for the great manual! I noticed a few errors in Version 4.3.1 (2023-06-16), though. Early in the document a "working directory" refers to a file system directory, such as ~/work. It is also discussed whether separate working directories should be used for separate analyses (page 6). However, in sections 6.3.2 - 6.3.4, the term "working directory" seems to refer
2023 Jul 06
1
Errors in "An introduction to R"
Hi, Thanks for the great manual! I noticed a few errors in Version 4.3.1 (2023-06-16), though. Early in the document a "working directory" refers to a file system directory, such as ~/work. It is also discussed whether separate working directories should be used for separate analyses (page 6). However, in sections 6.3.2 - 6.3.4, the term "working directory" seems to refer
2002 May 02
2
help.start() problem with netscape 6.2.2 (was: R 1.5.0 RPM's for Mandrake)
I've installed Netscape 6.2.2 on Mdk82, but have not had much luck with help.start() (R-1.5.0 compiled from source). When I do help.start(), it just starts up netscape with the default home page, rather than the R help page. Doing ?<anything> at the R prompt starts up yet another netscape instance, but still no R help. Anyone knows why, or even better, how to solve this? Regards,
2017 Sep 02
3
Problem with upsmon?
I have a Gentoo linux (OpenRC) desktop connected to a UPS, the brand is Vultech, but lsusb gives me this: Bus 003 Device 006: ID 0925:1234 Lakeview Research and I found an article about this hardware here, someone had it working with the richcomm_usb driver: http://verahill.blogspot.it/2012/12/kstar-australia-1500-va-ups-on-debian.html So, I installed nut and configured my UPS to work with the
2007 May 23
1
(PR#9691) 'Bug'#424696: R CMD INSTALL -l <path> does not
I looked for evidence that this is supposed to happen, as it was news to me that it did on some versions of R. Possible sources of documentation seem to be R CMD INSTALL --help ?INSTALL R-intro.texi, R-exts.texi, R-admin.texi none of which mention this AFAICS, and all seem to be written assuming an existing library tree. DId you find something to suggest otherwise? Clearly no alpha/beta
2000 May 18
1
attach (S-style)?
Hi everyone, Being new to the crowd of R users I am wondering what the equivalent of attach("/home/bla/hoffmann/R/.RData",2) (S style) is in R. What I want is a split of .RData repositories. One in a central place where I keep functions and interesting stuff important for all work I am doing, an several others which contain stuff of an dividual project only. When I start in a
2005 May 14
2
[LLVMdev] Cygwin llvm-gcc build error
Now I believe that I am getting the same error as I was getting last time I tried to build llvm-gcc. It may possibly be my Cygwin instillation but am not sure. makeinfo --split-size=5000000 -I ../../../src/llvm-gcc/gcc/doc -I ../../../src/ llvm-gcc/gcc/doc/include \ -o ../../../src/llvm-gcc/gcc/doc/cpp.info ../../../src/llvm-gcc/gcc/doc/cpp.texi ' in
2005 May 17
0
[LLVMdev] Cygwin llvm-gcc build error
Hi Aaron, have you got any help on this? Henrik >From: "Aaron Gray" Date: Sat, 14 May 2005 18:26:01 +0100 > >Now I believe that I am getting the same error as I was getting last time I >tried to build llvm-gcc. >It may possibly be my Cygwin instillation but am not sure. > > >makeinfo --split-size=5000000 -I ../../../src/llvm-gcc/gcc/doc -I >../../../src/
2005 May 17
2
[LLVMdev] Cygwin llvm-gcc build error
>Hi Aaron, >have you got any help on this? Henrik, No. This is where I was stuck some months ago. I do not know makeinfo so was not able to proceed any thurther than verifying the makeinfo statement did the same thing when done on the command line. Basically I am stuck. I do not know whether it was my Cygwin configuration or something I have done or not done or whether it is a valid
2004 Nov 16
1
[LLVMdev] Makeinfo fails
Hi, Is it really true that nobody isn't able to give me a clue why makeinfo fails with this error: doc/cpp.texi:50: Unknown index `vr' and/or `op' in @synindex. ------------------------- make[2]: Entering directory `/C/Projects/src/llvm-gcc/gcc' for d in libgcc; do \ if [ -d $d ]; then true; else /bin/sh ./mkinstalldirs $d; fi; \ done if [ -f stmp-dirs ]; then true; else
2001 Oct 24
1
incompletely built html documentation (PR#1142)
Full_Name: Denis Sunko Version: 1.3.1 OS: HP-UX 11.0 Submission from: (NULL) (161.53.2.114) After building and installing R 1.3.1, i find some of the html files missing: > ls -l /opt/lib/R/doc/manual/ total 0 -rw-r--r-- 1 root sys 0 Oct 17 22:16 R-FAQ.html -rw-r--r-- 1 root sys 0 Oct 17 22:16 R-admin.html -rw-r--r-- 1 root sys 0