Package: r-base-core
Version: 2.6.2-2
Severity: normal
To reproduce:
1) Create a package stub by calling
package.skeleton('test', list = 'ls')
2) Open file ./test/man/ls.Rd and add the following line to the very
beginning of the document:
\encoding{utf8}
3) Add some cyrillic characters (e.g. тест) to say details section.
4) Run
R CMD check test
It will fail with the following diagnostics:
! Package inputenc Error: Unicode char \u8:т not set up for use with LaTeX.
You can see that R correctly processes the \encoding directive in
ls.Rd file (\usepackage[utf8]{inputenc} is added to the preamble of
test-manual.tex) but that is not enough for LaTeX to correctly compile
such a file.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (1000, 'testing'), (200, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-3-486
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages r-base-core depends on:
ii libblas3gf [libblas.so 1.2-1.5 Basic Linear Algebra Subroutines 3
ii libbz2-1.0 1.0.5-0.1 high-quality block-sorting file co
ii libc6 2.7-6 GNU C Library: Shared libraries
ii libgcc1 1:4.3.0-1 GCC support library
ii libgfortran3 4.3.0-1 Runtime library for GNU Fortran ap
ii libice6 2:1.0.4-1 X11 Inter-Client Exchange library
ii libjpeg62 6b-14 The Independent JPEG Group's JPEG
ii libpaper-utils 1.1.23 library for handling paper charact
ii libpcre3 7.4-1+lenny1 Perl 5 Compatible Regular Expressi
ii libpng12-0 1.2.15~beta5-3 PNG library - runtime
ii libreadline5 5.2-3 GNU readline and history libraries
ii libsm6 2:1.0.3-1+b1 X11 Session Management library
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii perl 5.8.8-12 Larry Wall's Practical Extraction
ii tcl8.4 8.4.18-2 Tcl (the Tool Command Language) v8
ii tk8.4 8.4.18-1 Tk toolkit for Tcl and X11, v8.4 -
ii unzip 5.52-11 De-archiver for .zip files
ii zip 2.32-1 Archiver for .zip files
ii zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime
Versions of packages r-base-core recommends:
ii r-base-dev 2.6.2-2 GNU R installation of auxiliary GN
ii r-recommended 2.6.2-2 GNU R collection of recommended pa
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]