search for: source&type

Displaying 5 results from an estimated 5 matches for "source&type".

2020 Jun 10
4
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
...e related with the new UTF-8 usage on Windows 10? (https://developer.r-project.org/Blog/public/2020/05/02/utf-8-support-on-windows/index.html) I have also checked file.exists() function and its internals, and seem not to have happened changes in the meanwhile within them: https://github.com/wch/r-source/blob/0e3b3182f87a60af4b0293a5410dde680b910f49/src/library/base/R/files.R https://github.com/search?q=SEXP%20attribute_hidden%20do_fileexists+repo:wch/r-source&type=Code Error Details: > renv::init() Error in file.exists(children) : file name conversion problem -- name too long? > trac...
2020 Jun 22
2
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
...; (https://developer.r-project.org/Blog/public/2020/05/02/utf-8-support-on-windows/index.html) > > > > I have also checked file.exists() function and its internals, and seem > > not to have happened changes in the meanwhile within them: > > > > https://github.com/wch/r-source/blob/0e3b3182f87a60af4b0293a5410dde680b910f49/src/library/base/R/files.R > > https://github.com/search?q=SEXP%20attribute_hidden%20do_fileexists+repo:wch/r-source&type=Code > > > > Error Details: > > > >> renv::init() > > Error in file.exists(children) : &...
2020 Jun 10
0
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
...usage on Windows 10? > (https://developer.r-project.org/Blog/public/2020/05/02/utf-8-support-on-windows/index.html) > > I have also checked file.exists() function and its internals, and seem > not to have happened changes in the meanwhile within them: > > https://github.com/wch/r-source/blob/0e3b3182f87a60af4b0293a5410dde680b910f49/src/library/base/R/files.R > https://github.com/search?q=SEXP%20attribute_hidden%20do_fileexists+repo:wch/r-source&type=Code > > Error Details: > >> renv::init() > Error in file.exists(children) : > file name conversion pr...
2020 Jun 22
0
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
...and 3.4.3 on my system. These problems will go away when UTF-8 is both the current native encoding for the C locale and the system code page. This is possible in recent Windows 10, but requires UCRT and hence a new toolchain to build R, and requires all packages and libraries to be rebuilt from source. More details on my blog, also there is experimental build of R (installer) and experimental toolchain available: https://developer.r-project.org/Blog/public/2020/05/02/utf-8-support-on-windows/index.html Best Tomas On 6/22/20 6:11 AM, Yihui Xie wrote: > Hi Tomas, > > I received a rep...
2020 Jun 24
3
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
...m. > > These problems will go away when UTF-8 is both the current native > encoding for the C locale and the system code page. This is possible in > recent Windows 10, but requires UCRT and hence a new toolchain to build > R, and requires all packages and libraries to be rebuilt from source. > More details on my blog, also there is experimental build of R > (installer) and experimental toolchain available: > https://developer.r-project.org/Blog/public/2020/05/02/utf-8-support-on-windows/index.html > > Best > Tomas > > > On 6/22/20 6:11 AM, Yihui Xie wrote: &...