search for: ucrt

Displaying 20 results from an estimated 63 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 >
2025 Jan 02
2
Possible issue in stats/arima.R package
...an Murdoch >>>>> on Thu, 2 Jan 2025 11:28:45 -0500 writes: > On 2025-01-02 11:20 a.m., Duncan Murdoch wrote: >> On 2025-01-02 9:04 a.m., Norbert Kuder wrote: >>> Hello all, >>> >>> I am running R version 4.4.2 (2024-10-31 ucrt) on Windows 10 x64, and >>> noticed something that might be a minor bug (or at least inconsistent code) >>> in the stats/arima.R package. >>> I have found: >>> 1. A missing stop() call at line 69: >>> if (length(order) == 3) seasonal...
2024 Aug 17
2
Strange Behavior in RNG
...st`. The rest numbers work fine. I can guess it is due to the rounding mechanism, but I think this should be treated as a bug: if the print function can show the result of 1000-1000*n correctly, it will be strange that rnorm behaves differently. Below is my session info R version 4.3.0 (2023-04-21 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 [2] LC_CTYPE=English_United States.utf8 [3] LC_MONETARY=English_United States.utf8 [4] LC_NUMERIC=C [5] LC_TIME=English_United States.u...
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
2025 Jan 02
1
Possible issue in stats/arima.R package
Hello all, I am running R version 4.4.2 (2024-10-31 ucrt) on Windows 10 x64, and noticed something that might be a minor bug (or at least inconsistent code) in the stats/arima.R package. I have found: 1. A missing stop() call at line 69: if (length(order) == 3) seasonal <- list(order = seasonal) else ("\'seasonal\' is of the wrong len...
2025 Jan 02
1
Possible issue in stats/arima.R package
On 2025-01-02 9:04 a.m., Norbert Kuder wrote: > Hello all, > > I am running R version 4.4.2 (2024-10-31 ucrt) on Windows 10 x64, and > noticed something that might be a minor bug (or at least inconsistent code) > in the stats/arima.R package. > I have found: > 1. A missing stop() call at line 69: > if (length(order) == 3) seasonal <- list(order = seasonal) else > ("\'sea...
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 > >
2025 Jan 02
1
Possible issue in stats/arima.R package
On 2025-01-02 11:20 a.m., Duncan Murdoch wrote: > On 2025-01-02 9:04 a.m., Norbert Kuder wrote: >> Hello all, >> >> I am running R version 4.4.2 (2024-10-31 ucrt) on Windows 10 x64, and >> noticed something that might be a minor bug (or at least inconsistent code) >> in the stats/arima.R package. >> I have found: >> 1. A missing stop() call at line 69: >> if (length(order) == 3) seasonal <- list(order = seasonal) else...
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 >...
2024 Sep 05
3
BUG: atan(1i) / 5 = NaN+Infi ?
On 2024-09-05 4:23 p.m., Leo Mada via R-help wrote: > Dear R Users, > > Is this desired behaviour? > I presume it's a bug. > > atan(1i) > # 0+Infi > > tan(atan(1i)) > # 0+1i > > atan(1i) / 5 > # NaN+Infi There's no need to involve atan() and tan() in this: > (0+Inf*1i)/5 [1] NaN+Infi Why do you think this is a bug? Duncan Murdoch
2025 Jan 02
1
Possible issue in stats/arima.R package
...t; Duncan Murdoch on Thu, 2 Jan 2025 11:28:45 -0500 writes: >> On 2025-01-02 11:20 a.m., Duncan Murdoch wrote: >>> On 2025-01-02 9:04 a.m., Norbert Kuder wrote: >>>> Hello all, >>>> >>>> I am running R version 4.4.2 (2024-10-31 ucrt) on Windows 10 x64, and >>>> noticed something that might be a minor bug (or at least inconsistent code) >>>> in the stats/arima.R package. >>>> I have found: >>>> 1. A missing stop() call at line 69: >>>> if (length(o...