search for: rdfiles

Displaying 20 results from an estimated 32 matches for "rdfiles".

Did you mean: rdfile
2007 Jul 26
2
Rd2dvi (PR#9812)
Is this a bug-- ------------------------------------------------------------------------------- <234>% R CMD Rd2dvi base.Rd Converting Rd files to LaTeX ... base.Rd Can't use an undefined value as filehandle reference at /opt/R-2.5.1/lib/R/share/perl/R/Rdconv.pm line 78. ENCS is Creating dvi output from LaTeX ... Saving output to 'base.dvi' ... cp: cannot access
1999 Apr 01
2
Makefile fix on Solaris 2.7 (PR#155)
...akefiles, but here are my diffs that got it working. Thanks for such fantastic software! *** Makefile.original Wed Mar 31 20:45:50 1999 --- Makefile Wed Mar 31 20:49:56 1999 *************** *** 15,20 **** --- 15,21 ---- PKGS = base eda lqs modreg mva stepfun SUBDIRS = profile $(PKGS) + RDFILES = $(@echo $(srcdir)/*/man/*.Rd) all: Makefile R *************** *** 37,43 **** latex: stamp-latex examples: stamp-examples ! stamp-docs: $(srcdir)/*/man/*.Rd $(top_builddir)/library/LibIndex @rm -f $@ stamp-help stamp-html stamp-latex stamp-examples @echo "Building ALL...
2008 Mar 30
1
package.skeleton.S4
Hi the devel list. I am adapting the package.skeleton to S4 classes and methods I would have been very proud to post a new working function on this list. Unfortunately, I do not manage to solve all the problems. Mainly - sys.source does not compile a file with setClass - dumpMethod does not exists yet In the following code, thise two problems are notified by a line ################# Still
2005 Jan 10
2
Problem with compiling - Freebsd on AMD64 (PR#7489)
Full_Name: Kelly Black Version: 2.0.1 OS: FreeBSD 5.3 on AMD64 Submission from: (NULL) (149.106.32.93) I downloaded R-2.0.1 from the R website, ran configure then make and got an error. I will paste a copy of the output from the makefile below. The problem was when the makefile tried to run the R binary. When I came across the error I reran configure, but this time with the following arguments:
2005 Jun 27
2
R v2.1.1 for Windows and "non-reproducible" crashes
...e from ?Rdoc to the R prompt: library(R.oo) author <- "Henrik Bengtsson, \url{http://www.braju.com/R/}" rdocFile <- system.file("misc", "Exception.R", package="R.oo") file.show(rdocFile) destPath <- tempdir() Rdoc$compile(rdocFile, destPath=destPath) rdFiles <- list.files(destPath, full.names=TRUE) print(rdFiles) file.show(rdFiles[1]) file.remove(rdFiles) For me it crashes when it gets to the Rdoc$compile() line and Dr. Mingw reports: Rterm.exe caused an Access Violation at location 7c911e58 in module ntdll.dll Reading from location 52474f52. R...
2003 Jul 15
2
Undefined subroutine &R::Rdconv::fill (PR#3485)
Full_Name: michael klinglemsith Version: R-1.7.1 OS: linux Submission from: (NULL) (134.134.136.4) I run: (note: ] is my unix prompt) ]./configure It seems to work, here are the messages I get from the end of configure: R is now configured for i686-pc-linux-gnu Source directory: . Installation directory: /usr/local C compiler: gcc -D__NO_MATH_INLINES
2000 Feb 08
2
installing online help (PR#423)
When I attempt to install the online help for R.99 on Intel RH5.2, I get the following message Substitution loop at /usr/local/src/R/etc/Rdconvlib.pl line 1589, <rdfile> chunk 171 and it stops after a few files. Each time I rerun it, it gets a bit further and gives a different number at the end. I commented out the line 1589 and it works.
2000 Feb 08
2
installing online help (PR#423)
When I attempt to install the online help for R.99 on Intel RH5.2, I get the following message Substitution loop at /usr/local/src/R/etc/Rdconvlib.pl line 1589, <rdfile> chunk 171 and it stops after a few files. Each time I rerun it, it gets a bit further and gives a different number at the end. I commented out the line 1589 and it works.
2018 Dec 13
2
Documentation examples for lm and glm
...ds. For the glm(), the data frame d.AD is constructed but not used. Also, its 3 components were assigned first in the general workspace, so they float around dangerously afterwards like in the lm() example. Rather than attached improved .Rd files here, they are put at www.stat.auckland.ac.nz/~yee/Rdfiles You are welcome to use them! Best, Thomas
2009 Oct 22
1
Error in link in Rd file stops package installation
With a pretty recent version of R 2.11.0 (devel,unstable, svn 50178) on Linux I could not install version 1.5-8 of zoo (the current on on CRAN): % R-devel CMD INSTALL -l Rlib3 zoo * installing *source* package 'zoo' ... ** R ** inst ** preparing package for lazy loading ** help *** installing help indices converting help for package 'zoo' finding
2010 Apr 16
1
error at R CMD check
Hi, I generated an R package but at running R CMD check, I got the following error message for the first data file: *** installing help indices >>> Building/Updating help pages for package 'jamda' Formats: text html latex example f1 text html latex example f2 text html latex example f3
2009 Mar 05
1
Bug in Rdconv(.pm) (PR#13575)
For the record (and as privately discussed with Brian Ripley), happens with all recent versions of R including R-devel from today: Consider a simple a.Rd file containing the lines ================== \name{a} \title{a} \value{\code{a} \code{\link[a]{a}} \pkg{a} \item{a}{a} } ================== with these lines, I get, e.g.: ================== R CMD Rdconv --type="txt" a.Rd a
2018 Dec 14
7
Documentation examples for lm and glm
...ucted but not used. Also, > > its 3 components were assigned first in the general workspace, so they > > float around dangerously afterwards like in the lm() example. > > > > Rather than attached improved .Rd files here, they are put at > > www.stat.auckland.ac.nz/~yee/Rdfiles > > You are welcome to use them! > > > > Best, > > > > Thomas > > > > ______________________________________________ > > R-devel at r-project.org mailing list > > https://stat.ethz.ch/mailman/listinfo/r-devel > > _________________________...
1999 Nov 03
3
bug in Rdconvlib.pl converting to latex (PR#311)
If .../<pkg>/man/ contains a filename beginning with [, such as [.datetimes, Rdconvlib.pl cannot convert that help file into latex at INSTALL time. [Using --no-latex is a workaround.] The error given is: # R INSTALL ssCatalogues : help >>> Building/Updating help pages for package `ssCatalogues' Formats: text html latex example /^[.datetimes$/: unmatched [] in regexp at
2004 Apr 20
1
R-1.9.0: configure/install problem
...tion error: sh: undefined symbol: rl_completion_suppress_append sh: relocation error: sh: undefined symbol: rl_completion_suppress_append sh: relocation error: sh: undefined symbol: rl_completion_suppress_append sh: relocation error: sh: undefined symbol: rl_completion_suppress_append make[2]: *** [Rdfiles] Fehler 127 make[2]: Leaving directory `/usr/local/lib/R-1.9.0/src/library' make[1]: *** [docs] Fehler 2 make[1]: Leaving directory `/usr/local/lib/R-1.9.0/src/library' make: [docs] Fehler 2 (ignoriert) make[1]: Entering directory `/usr/local/lib/R-1.9.0/src/library/Recommended' make[2...
2018 Dec 15
2
Documentation examples for lm and glm
...gt;> its 3 components were assigned first in the general workspace, so they >>>> float around dangerously afterwards like in the lm() example. >>>> >>>> Rather than attached improved .Rd files here, they are put at >>>> www.stat.auckland.ac.nz/~yee/Rdfiles >>>> You are welcome to use them! >>>> >>>> Best, >>>> >>>> Thomas >>>> >>>> ______________________________________________ >>>> R-devel at r-project.org mailing list >>>> https://stat.ethz.c...
2018 Dec 13
0
Documentation examples for lm and glm
...ata frame d.AD is constructed but not used. Also, > its 3 components were assigned first in the general workspace, so they > float around dangerously afterwards like in the lm() example. > > Rather than attached improved .Rd files here, they are put at > www.stat.auckland.ac.nz/~yee/Rdfiles > You are welcome to use them! > > Best, > > Thomas > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel
2008 Oct 29
0
Installation: not creating necessary directories
...it cannot find files which should have been made. Most of the files seem to have come through though. ... collecting examples for package 'base' ... make[5]: Entering directory `/home/USERACCOUNT/mybin/R-2.8.0/src/library' /bin/sh: ../../bin/R: No such file or directory make[5]: *** [Rdfiles] Error 127 make[5]: Leaving directory `/home/USERACCOUNT/mybin/R-2.8.0/src/library' file ../../library/base/R-ex cannot be opened at ../../share/perl/massage-Examples.pl line 136. ... Is there any advice on what might be happening or on what I might need to do? Thanks, Tim
2002 Feb 26
0
itemize/item crashes R CMD check (PR#1330)
I can crash R CMD check with the following message: This shouldn't happen at /usr/local/lib/R/share/perl/R/Rdconv.pm line 1226, <rdfile> line 24. under the following circumstances -- an \itemize{} environment in the \details{} section with an item that continues on more than one line, delimited by curly brackets. It looks like \items would rather be delimited by spaces than by
2004 Feb 17
1
"Out of memory" while building R with perl 5.8.2 (PR#6596)
Full_Name: Eric van Gyzen Version: 1.8.1 OS: FreeBSD 5.1-RELEASE Submission from: (NULL) (152.3.22.120) After updating perl from 5.6.1 to 5.8.2, R no longer builds. Also note that the build continued even after the failure. Is that a bug or a feature? ================================================================================ >>> Building/Updating help pages for package