Displaying 4 results from an estimated 4 matches for "writeencoding".
2025 Jan 16
1
UTF-8 encoding issue with R CMD check with install-args="--latex"
....path(pkgdir, "latex")
The individual *.tex files in the latex/ subdirectory of the installed
package all do start with an "\inputencoding{utf8}" line.
When the latex/ subdirectory doesn't exist, the !dir.exists(latexdir)
branch is taken, where Rd2latex(...) is called with writeEncoding =
FALSE, thus avoiding the problem.
--
Best regards,
Ivan
2025 Jan 17
1
UTF-8 encoding issue with R CMD check with install-args="--latex"
...latex")
> The individual *.tex files in the latex/ subdirectory of the installed
> package all do start with an "\inputencoding{utf8}" line.
> When the latex/ subdirectory doesn't exist, the !dir.exists(latexdir)
> branch is taken, where Rd2latex(...) is called with writeEncoding =
> FALSE, thus avoiding the problem.
> --
> Best regards,
> Ivan
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
2025 Jan 17
1
UTF-8 encoding issue with R CMD check with install-args="--latex"
...gt;> The individual *.tex files in the latex/ subdirectory of the installed
>> package all do start with an "\inputencoding{utf8}" line.
>> When the latex/ subdirectory doesn't exist, the !dir.exists(latexdir)
>> branch is taken, where Rd2latex(...) is called with writeEncoding =
>> FALSE, thus avoiding the problem.
>> --
>> Best regards,
>> Ivan
>> ______________________________________________
>> R-devel at r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-devel
2025 Jan 16
1
UTF-8 encoding issue with R CMD check with install-args="--latex"
Hi,
this is to report some minor UTF-8 encoding issue with R CMD check with option --install-args="--latex"
(and possibly more install-args).
More specifically, in my Windows system (see the cloud link below for details on my system), but also
on the Linux machine of my collaborator Matthias Kohl (CC), the following command throws errors:
????? R CMD check