search for: anindex

Displaying 20 results from an estimated 27 matches for "anindex".

1999 Mar 09
1
example(.) partly broken (since 0.63.3) --> patch (PR#134)
...as this worked in 0.63.2. NON-exhaustive `research' [i.e. small sample out of about 1000]: o examples that stopped working (in 0.63.3 and did before) kronecker, outer, vector, Im o Examples working .Alias, "%in%", lm, glm, lsfit, unix, Re, ... (most?) It really is the 'AnIndex' file which is broken, either because of incorrect syntax in changed *.Rd files or because the AnIndex building scripts are broken or not robust enough.. My "AnIndex" (i.e. RINSTALL/library/base/help/AnIndex) has line 482 ----------------------------- glm summaries glm.summarie...
1999 Mar 09
1
Bug in "example"
...g. Specifically commands such as example(layout) fail, even though there is a layout example. The problem seems to be that the example function tries to open (in this case) layout.show.R instead of layout.R. I think this is because the example function is looking at the first column of the AnIndex file instead of the second column. If one changes, file <- system.file(paste("R-ex", directory.sep, AnIndex[2 * i], ".R", sep = ""), pkg = pkg, to file <- system.file(paste("R-ex", directory.sep,...
2001 Aug 29
2
Missing functions in package e1071(Win*)
...in the help for e1071. Indeed, after listing the available functions: > search() [1] ".GlobalEnv" "package:e1071" "package:ctest" "Autoloads" [5] "package:base" > objects(pos=2) and comparing to the ones listed in library/e1071/help/AnIndex, I've found that the missing ones are: channel.pnm Mvnorm plot.clobj pnm read.pnm write.pgm As it is often the case, the missing ones are the ones I need... I've checked that this is not a downloading problem, the CRAN file: http://cran.r-project.org/bin/windows/contrib/e1071.zip is id...
2000 Jun 22
1
RPM install failure, redhat 6.1
...grabbed http://www.r-project.org/bin/linux/redhat/6.x/i386/R-base-1.1.0-2.i386.rpm then ran [root at machine jon]# rpm -ivh R-base-1.1.0-2.i386.rpm R-base and got #############################################unpacking of archive failed on file /usr/lib/R/library/nls/help/AnIndex: cpio: open failed - No such file or directory on a redhat 6.1 machine. the README in the .../i386/ directory says the package has not been tested on < 6.2. has anyone else seen this problem? thanks jon. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mai...
2007 Sep 18
0
(PR#9915) *.Rd file: space after topic in "\alias{topic }"
Spaces are indeed significant in \alias, and the treatment of leading and trailing spaces seems undocumented. (Four CRAN package authors have made assumptions here.) As far as I can see this comes up in 3 places: 1) Writing AnIndex strips leading but not trailing spaces. 2) get_multi used to create @aliases strips both. 3) Looking up aliases in \link happens at both compile and (for [C]HTML) run times, and it seems never strips spaces. I think it would have been better to leave spaces alone, but I propose to consistently s...
1997 Sep 07
1
R-alpha: naming convention for index files
...we might also reconsider the naming of the various index files. A simple idea would be to have an `INDEX' file in each directory where this is appropriate. E.g., we could have pkg/funs/INDEX (rather than help/pkg/INDEX) pkg/data/INDEX (rather than index.doc) pkg/help/INDEX (rather than AnIndex) or e.g. pkg/INDEX.funs pkg/INDEX.data etc. The package TITLE files would be used for building the package index of a library tree (LibIndex?) In any case, the `plain' indices to be displayed upon calling an appropriate form of help() could contain MORE than simply a list of things. I.e...
2001 Nov 23
1
zip error, missing file
4. Noticed this error go by in the r-devel build in Windows 95: F:/R/TOOLS/BIN/MAKE.EXE -C ./help RHOME=F:/R/R-devel PKGDIR=F:/R/R-devel/src/lib rary RLIB=F:/R/R-devel/library ziponlyhelp-base MAKE.EXE[2]: Entering directory `F:/R/R-devel/src/gnuwin32/help' zip -jqmX help/Rhelp help/* -x help/AnIndex 2> nul MAKE.EXE[3]: [zipup] Error 12 (ignored) My guess is that it's a problem with "2> nul". That syntax isn't supported by COMMAND.COM. It didn't appear to cause any problems though... 5. But this one has me stopped again: gcc --shared -s -o ctest.dll ctest.de...
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
2007 Oct 18
1
Regression test failed when building on an "older" Linux cluster
...ll, but was preceded by a warning about a lack of documentation in "example(eff.aovlist)". I looked at "example" and found that it relies on available documentation to work, returning this warning when no documentation is found: file <- index.search(topic, INDICES, "AnIndex", "R-ex") if (file == "") { warning(gettextf("no help file found for '%s'", topic), domain = NA) return(invisible()) Well, our old Linux cluster doesn't support building R documentation; why would it when we are very l...
1999 Nov 16
1
A text file of R Functions
Hi, all. Does anybody have a dos text file format or pdf format of the R functions that are listed at : http://stat.ethz.ch/R-alpha/doc/html/function.html If anyone does could you point me to a download site or e-mail the file to me . Thanks. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2007 Sep 17
0
*.Rd file: space after topic in "\alias{topic }" should be (PR#9915)
...p > Version: R version 2.6.0 Under development (unstable) (2007-07-26 r42329) > OS: Linux > Submission from: (NULL) (24.16.101.199) > > If a *.Rd file has an \alias{topic } with a space > between 'topic' and the closing '}' then the space > is copied to the help/AnIndex file and help(topic) > fails to find the help file. > > E.g., if the help file starts with > \name{test1} > \alias{test1 } > \alias{test2} > \alias{test3 } > \alias{test4} > then help(test1) and help(test4) work, but not > help(test1) or help(test3). &gt...
2003 Jun 24
0
R help output in separate window
...ay.type="help") { lib.loc <- .libPaths() packages <- .packages(all.available = TRUE, lib.loc = lib.loc) files<-character(0) for (lib in lib.loc) { for (pkg in packages) { INDEX <- system.file(package = pkg, lib.loc = lib) file <- index.search(topic, INDEX, "AnIndex",display.type) if(length(file) && file != "") files<-c(files,file) } } return(files) } # Calls get.help.filename for the name of the relevant help file # and if a filename is returned, calls the pager, browser or # other program to display the file. The name of the...
2001 Sep 03
0
error compiling R-1.3.1 from source on WinNT
...re as follows: {Typical error #1: get it for all packages.} make -C ./help RHOME=C:/Rtools/R-1.3.1 PKGDIR=C:/Rtools/R-1.3.1/src/library RLIB=C:/Rtools/R-1.3.1/library ziponlyhelp-base make[2]: Entering directory `/cygdrive/c/Rtools/R-1.3.1/src/gnuwin32/help' zip -jqmX help/Rhelp help/* -x help/AnIndex 2> nul make[3]: [zipup] Error 12 (ignored) zip -jqmX R-ex/Rex R-ex/*.R 2> nul make[3]: [zipup] Error 12 (ignored) zip -jqmX latex/Rhelp latex/*.tex 2> nul make[3]: [zipup] Error 12 (ignored) ************************************************************************* {Typical error #2: also...
2001 Jan 19
1
Can't find linked HTML helpfile unless package is specified (PR#819)
I noticed this bug before in R 1.2.0. Can't remember whether it was there in earlier versions. > help.start() Making links in ~/.R ... If /home/peter/sbin/netscape is already running, it is *not* restarted, and you must switch to its window. Otherwise, be patient.. > help("help", package = "base") help() for help is shown in
2004 May 19
2
Installing packages from ZIP files
I have R 1.9.0 running under Solaris 2.9 ona SunBlade 100, and am very happy with it. I heard about the stuff at www.rmetrics.org and thought it might be worth looking at. However, what I found there is a bunch of .zip files. The entry page suggests that there is some way to install packages from .zip files in R, but I have searched all the documentation I have and cannot find it. _Is_ there
2000 Dec 18
1
Latest/last beta of R 1.1.1 for MacOS (rel Dec 10 2000)
...ackages. The following packages have been compiled or simply added to the base one: ctest (ex:tested) eda (ex:tested) lqs (ex:tested) modreg (ex:tested) mva (ex:tested) nls (ex:tested, does not work "SSlogis") splines (ex:tested) stepfun (ex:tested) ts (file AnIndex to be built) wavethresh (examples and help files to be built) * Metric Information for graphics device partially working. You can write expressions and symbols in plots but it is not yet perfectly working. * data(women) doesn't load! Can't understand why...yet. * XDR loading/sav...
2000 Dec 18
1
Latest/last beta of R 1.1.1 for MacOS (rel Dec 10 2000)
...ackages. The following packages have been compiled or simply added to the base one: ctest (ex:tested) eda (ex:tested) lqs (ex:tested) modreg (ex:tested) mva (ex:tested) nls (ex:tested, does not work "SSlogis") splines (ex:tested) stepfun (ex:tested) ts (file AnIndex to be built) wavethresh (examples and help files to be built) * Metric Information for graphics device partially working. You can write expressions and symbols in plots but it is not yet perfectly working. * data(women) doesn't load! Can't understand why...yet. * XDR loading/sav...
2000 Dec 18
1
Latest/last beta of R 1.1.1 for MacOS (rel Dec 10 2000)
...ackages. The following packages have been compiled or simply added to the base one: ctest (ex:tested) eda (ex:tested) lqs (ex:tested) modreg (ex:tested) mva (ex:tested) nls (ex:tested, does not work "SSlogis") splines (ex:tested) stepfun (ex:tested) ts (file AnIndex to be built) wavethresh (examples and help files to be built) * Metric Information for graphics device partially working. You can write expressions and symbols in plots but it is not yet perfectly working. * data(women) doesn't load! Can't understand why...yet. * XDR loading/sav...
2000 Dec 31
2
Package overview document?
I'm not sure if this is a devel or help question. I'd like to write an overview of a package, and have it show up when someone types library(help=mypackage) or help(package=mypackage) or even better, ?mypackage Right now, the first two give me a copy of the INDEX file; what I'd like to see is a longer description. Is it reasonable to write such a description into the INDEX