similar to: Possible \uxxx typos in documents

Displaying 20 results from an estimated 1000 matches similar to: "Possible \uxxx typos in documents"

2017 Jul 03
0
Patch for R-exts.texi
Attached is a patch for R-exts.texi against r72880. Here are some of the changes I made: - Fix a broken link: https://developer.apple.com/library/mac/#documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/Introduction/Introduction.html -> https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/index.html - Changed a few http
2013 Oct 12
1
[PATCH] minor suggestions for R-ints manual
Attached is a patch with minor suggestions for the R-ints manual at r64048. The most substantial change is the following: The top layer comprises the graphics subsystems. Although there is -provision for 24 subsystems, after 6 years only two exist, `base' and +provision for 24 subsystems, since 2001 only two exist, `base' and `grid'. Is the year 2001 correct? I base it on the date
2007 Apr 19
0
minor omissions re "special" windows file names (PR#9622)
"lpt1" through "lpt9" and "com1" through "com9" are in fact "special" file names under various versions of Microsoft Windows. However, "R Extensions" says only that "lpt1" through "lpt4" and "com1" through "com3" cannot be used as filenames, and "R CMD check" checks for just these
2013 Nov 21
1
[PATCH] suggestions for R-lang manual
Attached is a patch with suggestions for the R-lang manual at r64277. Below are a few comments (some are implemented in the patch): In the section "Objects", there is a table introduced by "The following table describes the possible values returned by typeof". One of the results is "any". Can "any" be returned by "typeof()" ? Regarding the
2004 Aug 23
0
corrections for R-intro.texi (PR#7192)
Hello, Here are some patches for R-intro.texi, to correct various typos, missing words, and minor inconsistencies in formatting. Each patch is preceeded by its corresponding 'wdiff' output to make it easier to see which words have changed. -- Brian Gough Network Theory Ltd, Publishing the R Reference Manuals --- http://www.network-theory.co.uk/R/
2013 Aug 08
0
trivial typo in "writing r extensions"
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 "followed" on line 423 of R-exts.texi should probably be "followed by" (or you could say "'followed' on line 423 should probably followed by 'by'" :-) ) cheers Ben Bolker =================================================================== - --- R-exts.texi (revision 63524) +++ R-exts.texi
2012 Mar 15
3
Problem with stored configs / Invalid unicode escaping
Hello, i have a problem with stored configs since the migration from "sqlite" to "postgresql". dho@appelbaum:~$ sudo puppetd --test --verbose info: Retrieving plugin info: Loading facts in disks info: Loading facts in users info: Loading facts in mountpoints info: Loading facts in disks info: Loading facts in users info: Loading facts in mountpoints err: Could not retrieve
2011 Oct 29
1
minor typos
R-devel doc/NEWS.Rd (SVN 57472) contains: \item There are two new options for typesetting PDF manuals from Rd files. These are \samp{beramono} and \samp{inconsolata}, and used the named font for mononspaced output. They are intended to be used in combination with \samp{times}, and \samp{times,inconsolata,hyper} is now the default for the reference manual and
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
2015 Sep 08
0
Build rpm package for R-MKL
On 09/07/2015 06:16 AM, arnaud gaboury wrote: > 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' ... >
2004 Aug 24
0
additional examples for R-intro.texi (PR#7195)
Here are some patches to expand some of the examples in R-intro.texi. -- Brian Gough Network Theory Ltd, Publishing the R Reference Manuals --- http://www.network-theory.co.uk/R/ --- R-intro.texi~ Tue Aug 24 11:21:37 2004 +++ R-intro.texi Tue Aug 24 11:21:37 2004 @@ -6288,6 +6288,21 @@ use @example +> help(package = "@var{name}") +@end example + +A complete list of the
2005 Feb 21
0
[LLVMdev] Error building llvm-gcc under CygWin - makeinfo cpp.info not building
Hi, I have been trying to make llvm-gcc under CygWin and am getting a makeinfo error. I have tried it on the command line :- makeinfo --split-size=5000000 --force -I /usr/src/llvm-gcc/gcc/doc -I /usr/src/llvm-gcc/gcc/doc/include -o /usr/src/llvmgcc/gcc/doc/cpp.info /usr/src/llvm-gcc/gcc/doc/cpp.texi And get the resulting output :- $ makeinfo --split-size=5000000 --force -I
2008 Mar 18
1
invalid \uxxxx sequence while trying to create a package
Greetings, R-Helpers: I am trying to build a package on WinXP, something that I have done before, but infrequently, and have recently updated both the Rtools and the version of R being used. My test case fails after successfully creating the compiled html files with this error message: . . . Created c:\DOCUME~1\CHARLE~1\LOCALS~1\Temp\Rbuild142865646\March18\chm\March18.chm, 41,494
2015 Sep 08
2
Build rpm package for R-MKL
On Tue, Sep 8, 2015 at 7:36 PM, Tom Callaway <tcallawa at redhat.com> wrote: > On 09/07/2015 06:16 AM, arnaud gaboury wrote: >> 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: >> >>
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
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
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
2005 May 19
0
[LLVMdev] Cygwin llvm-gcc build error
Hi Aaron, which version of makeinfo are you running? 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
2007 Dec 24
1
R-ints typos
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 "Internationalization" is misspelled (as "Internationaliation") throughout the R-ints document ... I ran ispell on the texi document, diffs for this and a handful of other minor typos (fron/from, primiitve/primitive, etc.) are posted at http://www.zoo.ufl.edu/bolker/R-ints_diff.txt ... cheers Ben Bolker -----BEGIN PGP