search for: rdfile

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

Did you mean: dfile
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 AL...
2008 Mar 30
1
package.skeleton.S4
...} }else{ message("Copying code files ...") file.copy(code_files, code_dir) } ### Help file ### For all the internal, a single help file saying "not for user" message("Making help files ...") if (any(internalObjInds)) { Rdfile <- file(file.path(docs_dir, sprintf("%s-internal-S4.Rd",name)), "wt") cat("\\name{", name, "-internal}\n", "\\title{Internal ",name, " objects}\n", file = Rdfile, sep = "") for (item in internalObjs) {cat(&qu...
2005 Jan 10
2
Problem with compiling - Freebsd on AMD64 (PR#7489)
...ts/mkinstalldirs ../../../library/base/demo for f in `ls -d ./demo/* | sed -e '/CVS/d' -e '/00Index/d'`; do /usr/bin/install -c -m 644 ${f} ../../../library/base/demo; done /usr/local/bin/bash ../../../src/scripts/mkinstalldirs ../../../library/base/man (f=${TMPDIR:-/tmp}/R$$; for rdfile in ./man/*.Rd ./man/unix/*.Rd; do echo "% --- Source file: ${rdfile} ---"; cat ${rdfile}; echo '\eof'; done >> ${f}; /usr/local/bin/bash ../../../tools/move-if-change ${f} ../../../library/base/man/base.Rd) rm -f ../../../library/base/man/base.Rd.gz /usr/bin/gzip ../../.....
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....
2003 Jul 15
2
Undefined subroutine &R::Rdconv::fill (PR#3485)
...tklingl/R/R-1.7.1/src/library' building all R object docs (text, HTML, LaTeX, examples) make[2]: Entering directory `/fs38/odc.arch.3/mtklingl/R/R-1.7.1/src/library' Undefined subroutine &R::Rdconv::fill called at /fs38/odc.arch.3/mtklingl/R/R-1.7.1/share/perl/R/Rdconv.pm line 1955, <rdfile> chunk 381. The make continues inspite of the errors until this point: make[2]: Leaving directory `/tmp/R.INSTALL.11978/survival/src' ** R ** data ** inst ** help Undefined subroutine &R::Rdconv::fill called at /fs38/odc.arch.3/mtklingl/R/R-1.7.1/share/perl/R/Rdconv.pm line 1955, <r...
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. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci...
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. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci...
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
...if (!OK) { ## so how about as a topic? file <- utils:::index.search(parts$targetfile, pkgpath) - if (nzchar(file)) { + if (length(file)>0 && nzchar(file)) { warnRd(block, Rdfile, "file link ", sQuote(parts$targetfile), " in package ", sQuote(parts$pkg), A longer range fix would be to print more contextual information with the error messages from INSTALL. Bill Dunlap Spotfire, TIBCO Softwa...
2010 Apr 16
1
error at R CMD check
...xample f4 text html latex example f5 text html latex example f6 text html latex example too many pairs of braces in file 'data1.Rd' at /usr/lib64/R/share/per l/R/Rdconv.pm line 295, <$rdfile> line 7076. ERROR: building help failed for package ?my_package? Should the data sets be in a specific format? Mine contains data in float seperated by tab with column names and row names. No description in DESCRIPTIOn file yet. Thanks Carol
2009 Mar 05
1
Bug in Rdconv(.pm) (PR#13575)
...=============== R CMD Rdconv --type="txt" a.Rd a package:unknown R Documentation a Value: 'a' 'a' 'a' Can't find Unicode property definition "k" at d:/Rcompile/recent/R/share/perl/R/Rdconv.pm line 2173, <$rdfile> line 5. ================== Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = Under development (unstable) major = 2 minor = 9.0 year = 2009 month = 03 day = 03 svn rev = 48046 language = R version.string = R version 2.9.0 Und...
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)
...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 /vol/R/etc/Rdconvlib.pl line 1322, <rdfile> chunk 36. : Unfortunately the script stops at that point, so none of the following help files are installed. Ray Brownrigg -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "...
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[...
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....
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 curly brackets. This isn't clear from the...
2004 Feb 17
1
"Out of memory" while building R with perl 5.8.2 (PR#6596)
...text html latex example panel.smooth text html latex example Out of memory during "large" request for 69632 bytes, total sbrk() is 536670208 bytes at /usr/ports/math/R-letter/work/R-1.8.1/share/perl/R/Rdconv.pm line 369, <rdfile> line 120763. *** Error code 12 Stop in /usr/ports/math/R-letter/work/R-1.8.1/src/library. *** Error code 1 Stop in /usr/ports/math/R-letter/work/R-1.8.1/src/library. MAKE="make" R_LIBS= ../../../bin/R CMD INSTALL -l ../../../library survival.tgz * Installing *source* package 'su...