Displaying 3 results from an estimated 3 matches for "install_package_code_fil".
Did you mean:
install_package_code_files
2010 Feb 26
2
Error on Windows build: "unable to re-encode"
...0-02-24 r51172) ...
* installing to library 'R:/R/lib/CRAN/2.10'
* installing *source* package 'TripleR' ...
Using auto-selected zip option '--use-zip-data'
** R
Error : unable to re-encode 'RR.r'
I found the piece of code producing the error in the function .install_package_code_files in the file src/library/tools/R/admin.R:
## assume that if locale is 'C' we can used 8-bit encodings unchanged.
if(need_enc && !(Sys.getlocale("LC_CTYPE") %in% c("C", "POSIX"))) {
con <- file(outFile, "a")
on.exit(...
2005 Apr 18
1
R-2.1.0 is released
...R CMD check now checks that Fortran and C++ files have LF
line endings, as well as C files. It also checks Makevars[.in]
files for portable compilation flags.
o R CMD check will now work on a source tarball and prints out
information about the version of R and the package.
o tools:::.install_package_code_files() (used to collate R files
when installing packages) ensures files are separated by a
line feed.
o vignette() now returns an object of class "vignette" whose
print() method opens the corresponding PDF file. The edit()
method can be used to open the code of the vignette in an...
2005 Apr 18
1
R-2.1.0 is released
...R CMD check now checks that Fortran and C++ files have LF
line endings, as well as C files. It also checks Makevars[.in]
files for portable compilation flags.
o R CMD check will now work on a source tarball and prints out
information about the version of R and the package.
o tools:::.install_package_code_files() (used to collate R files
when installing packages) ensures files are separated by a
line feed.
o vignette() now returns an object of class "vignette" whose
print() method opens the corresponding PDF file. The edit()
method can be used to open the code of the vignette in an...