search for: ucrt

Displaying 20 results from an estimated 53 matches for "ucrt".

Did you mean: crt
2020 Feb 28
0
Wine release 5.3
The Wine development release 5.3 is now available. What's new in this release (see below for details): - More work towards Ucrtbase runtime support. - Full support for Unicode normalization. - Improvements in Shell Folders handling. - Various bug fixes. The source is available from the following locations: https://dl.winehq.org/wine/source/5.x/wine-5.3.tar.xz http://mirrors.ibiblio.org/wine/source/5.x/wine-5.3.t...
2017 Mar 31
2
Invoking lld for PE/COFF (Windows) linking
...\preprocessor\\test\\config_info.test\\clang-linux-5.0cl\\debug\\address-model-32\\config_info.exe" "-defaultlib:libcmt" "-libpath:C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\lib" "-libpath:C:\\Program Files (x86)\\Windows Kits\\10\\Lib\\10.0.14393.0\\ucrt\\x86" "-libpath:C:\\Program Files (x86)\\Windows Kits\\10\\Lib\\10.0.14393.0\\um\\x86" "-nologo" "-debug" "--start-group" "C:\\Programming\\VersionControl\\modular-boost\\build\\boost\\bin.v2\\libs\\preprocessor\\test\\config_info.test\\clang-lin...
2023 Sep 23
2
NROW and NCOL on NULL
...ect' answer to the following but I think that they should return the same value to avoid potential problems and hard to debug errors. Regards, Simone --------------------------------------- > NCOL(NULL) [1] 1 > NROW(NULL) [1] 0 > sessionInfo() R version 4.3.1 RC (2023-06-08 r84523 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 11 x64 (build 22621) Matrix products: default locale: [1] LC_COLLATE=Italian_Italy.utf8 LC_CTYPE=Italian_Italy.utf8 [3] LC_MONETARY=Italian_Italy.utf8 LC_NUMERIC=C [5] LC_TIME=Italian_Italy.utf8 time zone: Europe/Rome tzcode sou...
2024 Jan 06
2
tools::startDynamicHelp(): Randomly prevents R from exiting (on MS Windows)
...LSE). Before filing a formal bug report, can someone please confirm this behavior? You might have to call it multiple times to hit the bug. DETAILS: Microsoft Windows [Version 10.0.19045.3803] (c) Microsoft Corporation. All rights reserved. C:\Users\hb>R --version R version 4.3.2 (2023-10-31 ucrt) -- "Eye Holes" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under the terms of the GNU General Public License versions 2 or 3. For more...
2019 Sep 13
2
Printing chinese characters (UTF-8) on R 3.5.2 -windows 10
On Fri, Sep 13, 2019 at 11:53 AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > On 9/13/19 11:37 AM, IAGO GIN? V?ZQUEZ wrote: > > But if I type > > >"?" > > the output is > > [1] "?" > > so seemingly it can be represented. Or, am I wrong? > > In RGui you can print the string, because RGui is a Windows Unicode >
2023 Dec 17
1
call: file.exists("~/.Rtk2theme") error: file name conversion problem -- name too long?
Dear Alipio Galiana, Please keep the mailing list in the "copy" field of your messages. This way other people can chime in with advice too. On Sun, 17 Dec 2023 15:11:14 +0100 <azhriel1 at gmail.com> wrote: > > sessionInfo() > R version 4.3.2 (2023-10-31 ucrt) > Platform: x86_64-w64-mingw32/x64 (64-bit) > Running under: Windows 11 x64 (build 22631) > > Matrix products: default > > > locale: > [1] LC_COLLATE=Spanish_Spain.utf8 LC_CTYPE=Spanish_Spain.utf8 > [3] LC_MONETARY=Spanish_Spain.utf8 LC_NUMERIC=C...
2023 Dec 17
1
call: file.exists("~/.Rtk2theme") error: file name conversion problem -- name too long?
...ble R_USER to some ASCII-representable path: (in cmd.exe): > set R_USER=C:\Users\Alipio\R_USER > "C:\Program Files\R\R-4.3.2\bin\R.exe" CMD Rgui Please let me know if setting the environment variable helps. I suspect that getenv() may be returning ANSI-encoded bytes even when the UCRT locale encoding is set to UTF-8. -- Best regards, Ivan
2020 Aug 22
2
R 4.0.2 64-bit Windows hangs
...as we have > this other problem with setjmp/logjmp, the compiler may not be the top > suspect anymore. > > I may not be able to work on this in the next few days or a week, so > if anyone gets there first, please let me know what you find out. Btw could you please try out if the UCRT build of R crashes as well in the Insider Windows build ? https://www.r-project.org/nosvn/winutf8/R-devel-win.exe Thanks Tomas (from https://developer.r-project.org/Blog/public/2020/07/30/windows/utf-8-build-of-r-and-cran-packages) > > Thanks, > Tomas > >
2019 Sep 13
0
Printing chinese characters (UTF-8) on R 3.5.2 -windows 10
...e? Would any other compiler on > Windows not suffer from this problem? The problem is using UTF-8 as the current locale as understood by the C runtime/C library. By default mingw uses msvcrt, which does not allow UTF-8 as current locale (via setlocale()). Now mingw also allows to build with UCRT (recently), and I hope one day we will be able to use it, but it is not yet the default, msys2 does not use it yet for its mingw_ packages and we need also the external packages . Note that R (CRAN, and also BIOC) provide binary versions of all packages for Windows, they need to build them and...
2017 Mar 31
3
Invoking lld for PE/COFF (Windows) linking
On 3/30/2017 7:59 PM, Reid Kleckner via llvm-dev wrote: > On Thu, Mar 30, 2017 at 6:08 AM, Edward Diener via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > Are you saying that once lld is built with mingw-64/gcc on Windows > it is impossible to tell it to handle PE/COFF files when invoking it > from clang++ using the
2023 Mar 15
0
R 4.2.3 is released
...are again rendered correctly (PR#18440). This fixes a regression in R 4.2.1 caused by a fix in PR#18382 which uncovered an issue in GraphApp due to which the symbol charset was not used with TT Symbol font face. * (Windows) Installing a package with a src/Makefile.{win,ucrt} file includes ~/.R/Makevars.win64 in the search for user makevars, as documented in "R Installation and Administration" and done for packages with a src/Makevars.{win,ucrt} file. * format(<POSIXlt_w/_unbalanced_sec>, "....%OS<n>") with n >...
2023 Mar 15
0
R 4.2.3 is released
...are again rendered correctly (PR#18440). This fixes a regression in R 4.2.1 caused by a fix in PR#18382 which uncovered an issue in GraphApp due to which the symbol charset was not used with TT Symbol font face. * (Windows) Installing a package with a src/Makefile.{win,ucrt} file includes ~/.R/Makevars.win64 in the search for user makevars, as documented in "R Installation and Administration" and done for packages with a src/Makevars.{win,ucrt} file. * format(<POSIXlt_w/_unbalanced_sec>, "....%OS<n>") with n >...
2023 Mar 15
0
R 4.2.3 is released
...are again rendered correctly (PR#18440). This fixes a regression in R 4.2.1 caused by a fix in PR#18382 which uncovered an issue in GraphApp due to which the symbol charset was not used with TT Symbol font face. * (Windows) Installing a package with a src/Makefile.{win,ucrt} file includes ~/.R/Makevars.win64 in the search for user makevars, as documented in "R Installation and Administration" and done for packages with a src/Makevars.{win,ucrt} file. * format(<POSIXlt_w/_unbalanced_sec>, "....%OS<n>") with n >...
2016 Mar 29
2
Upgrading to MSVC 2015
...upported toolchain for Python 2.7 is VC 2008, and the fact that Python 2.7 doesn't even compile with VC 2015, we were in a bit of a bind. The only practical solution for us was to support Python 3.5 (which is compiled with VC 2015 and solves the compiler / ABI compatibility problem through the UCRT). Granted this was a bit of a special circumstance, but as it stands I am already calling VC 2013 "unsupported" for LLDB. On Tue, Mar 29, 2016 at 10:42 AM Aaron Ballman <aaron at aaronballman.com> wrote: > On Tue, Mar 29, 2016 at 1:29 PM, Zachary Turner via llvm-dev > <l...
2020 Aug 25
2
R 4.0.2 64-bit Windows hangs
...ith setjmp/logjmp, the compiler may not be the top >>> suspect anymore. >>> >>> I may not be able to work on this in the next few days or a week, so >>> if anyone gets there first, please let me know what you find out. >> Btw could you please try out if the UCRT build of R crashes as well in >> the Insider Windows build ? > Yes, it hangs in exactly the same way, except that the backtrace shows > > ucrtbase!.intrinsic_setjmpex () from C:\WINDOWS\System32\ucrtbase.dll > > Instead of msvcrt!_setjmpex (as expected of course). Thanks. I...
2023 Aug 12
2
R-4.3 version list.files function could not work correctly in chinese
...seems to be able to list them all in my case. I'm running a US English evaluation ISO image of a slightly newer build of Windows 10, and I also compiled R-4.3.1 from source, anticipating having to single-step through the list.files() implementation: sessionInfo() # R version 4.3.1 (2023-06-16 ucrt) # Platform: x86_64-w64-mingw32/x64 (64-bit) # Running under: Windows 10 x64 (build 19045) # # Matrix products: default # # # locale: # [1] LC_COLLATE=English_United States.utf8 LC_CTYPE=English_United # States.utf8 # [3] LC_MONETARY=English_United States.utf8 LC_NUMERIC=C # [5] LC_TIME=English...
2023 Apr 16
2
Package Caret
...reits geladen, aber >= 0.6.0 wird > gefordert > > > > > > Error in createDataPartition(hypotezis_df$X, p = 0.75, list = FALSE, > > times = 1) : > > could not find function "createDataPartition" > > > > > > R version 4.2.3 (2023-03-15 ucrt) > > Platform: x86_64-w64-mingw32/x64 (64-bit) > > Running under: Windows 10 x64 (build 19044) > > > > Matrix products: default > > > > locale: > > [1] LC_COLLATE=German_Austria.utf8 LC_CTYPE=German_Austria.utf8 > > [3] LC_MONETARY=German_Austria.utf...
2023 Apr 16
1
Package Caret
...aths()), versionCheck = vI[[i]]): fehlgeschlagen Namensraum ?vctrs? 0.5.2 ist bereits geladen, aber >= 0.6.0 wird gefordert Error in createDataPartition(hypotezis_df$X, p = 0.75, list = FALSE, times = 1) : could not find function "createDataPartition" R version 4.2.3 (2023-03-15 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19044) Matrix products: default locale: [1] LC_COLLATE=German_Austria.utf8 LC_CTYPE=German_Austria.utf8 [3] LC_MONETARY=German_Austria.utf8 LC_NUMERIC=C [5] LC_TIME=German_Austria.utf8 attached base packages: [1] st...
2023 Apr 16
1
Package Caret
...chlagen > Namensraum ?vctrs? 0.5.2 ist bereits geladen, aber >= 0.6.0 wird gefordert > > > Error in createDataPartition(hypotezis_df$X, p = 0.75, list = FALSE, > times = 1) : > could not find function "createDataPartition" > > > R version 4.2.3 (2023-03-15 ucrt) > Platform: x86_64-w64-mingw32/x64 (64-bit) > Running under: Windows 10 x64 (build 19044) > > Matrix products: default > > locale: > [1] LC_COLLATE=German_Austria.utf8 LC_CTYPE=German_Austria.utf8 > [3] LC_MONETARY=German_Austria.utf8 LC_NUMERIC=C > [5] LC_TIME=German_A...
2024 Apr 23
1
System GMM yields identical results for any weighting matrix
...uot;optimal", weightsMatrix=NULL, vcov=vc1, crossEquConst=cec1, data=data1); summary(m1b) m1c <- sysGmm(g=ES_g, h=ES_h, weightsMatrix=Wmat, vcov=vc1, crossEquConst=cec1, data=data1); summary(m1c) ------------------------------ R session info: R version 4.3.3 (2024-02-29 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19045) Matrix products: default locale: [1] LC_COLLATE=English_United States.utf8 LC_CTYPE=English_United States.utf8 [3] LC_MONETARY=English_United States.utf8 LC_NUMERIC=C [5] LC_TIME=English_United States.utf8 t...