search for: darwin20

Displaying 20 results from an estimated 26 matches for "darwin20".

Did you mean: darwin10
2024 Mar 01
2
dput(..., file = stderr())
Curious to know if this warning is expected behavior, and if so, what is the recommended way instead: > dput(letters, file = stderr()) c("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p",
2023 Apr 08
1
Error message for infinite probability parameters in rbinom() and rmultinom()
...rning message: In rgeom(1, Inf) : NAs produced > rgeom(1, NA) [1] NA Warning message: In rgeom(1, NA) : NAs produced Maybe, it could be better to harmonize the behavior for infinite probability. Kind regards, Christophe > sessionInfo() R version 4.2.3 (2023-03-15) Platform: aarch64-apple-darwin20 (64-bit) Running under: macOS Ventura 13.2.1 Matrix products: default BLAS: /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libRblas.0.dylib LAPACK: /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libRlapack.dylib locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8...
2025 Feb 24
0
R package 'flint', an interface to the FLINT C library, now available on CRAN
...our architecture (x86_64 or aarch64). (3) You use macOS and obtained R from CRAN, in which case install the macOS binaries (for flint, mpfr, and gmp) maintained by Simon Urbanek https://mac.r-project.org/bin/ https://mac.r-project.org/bin/darwin20/x86_64/ https://mac.r-project.org/bin/darwin20/arm64/ choosing the binaries built for your architecture (x86_64 or arm64). Comments from early users are very much welcome and appreciated. Mikael
2025 Feb 24
0
R package 'flint', an interface to the FLINT C library, now available on CRAN
...our architecture (x86_64 or aarch64). (3) You use macOS and obtained R from CRAN, in which case install the macOS binaries (for flint, mpfr, and gmp) maintained by Simon Urbanek https://mac.r-project.org/bin/ https://mac.r-project.org/bin/darwin20/x86_64/ https://mac.r-project.org/bin/darwin20/arm64/ choosing the binaries built for your architecture (x86_64 or arm64). Comments from early users are very much welcome and appreciated. Mikael
2024 Feb 20
2
Tcl socket server (tcltk) does not work any more on R 4.3.2
...ently, but no error is issued and process #2 seems to be able to connect to the socket. I am stuck with this. Thanks in advance for help. Regards, Philippe > .Tcl("puts [info patchlevel]") 8.6.13 <Tcl> > sessionInfo() R version 4.3.2 (2023-10-31) Platform: aarch64-apple-darwin20 (64-bit) Running under: macOS Sonoma 14.2.1 Matrix products: default BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib LAPACK: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libRlapack.dylib; LAPACK version 3...
2023 Apr 08
1
Error message for infinite probability parameters in rbinom() and rmultinom()
...t; [1] NA > Warning message: > In rgeom(1, NA) : NAs produced > Maybe, it could be better to harmonize the behavior for infinite probability. > Kind regards, Christophe >> sessionInfo() > R version 4.2.3 (2023-03-15) > Platform: aarch64-apple-darwin20 (64-bit) > Running under: macOS Ventura 13.2.1 > Matrix products: default > BLAS: /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libRblas.0.dylib > LAPACK: /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libRlapack.dylib > lo...
2024 Jun 09
2
head.ts, tail.ts loses time
...<- head(pres, 2) p2 <- ts(pres[1:2, ], time(presidents)[1], frequency=frequency(presidents)) stopifnot(all.equal(headP2, p2)) headP2. <- head(pres, 2-npresObs) stopifnot(all.equal(headP2., p2)) ############# sessionInfo() R version 4.4.0 (2024-04-24) Platform: aarch64-apple-darwin20 Running under: macOS Sonoma 14.5 Matrix products: default BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib LAPACK: /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRlapack.dylib; LAPACK version 3.12.0 l...
2023 Apr 08
1
Error message for infinite probability parameters in rbinom() and rmultinom()
..., NA) : NAs produced > > > > Maybe, it could be better to harmonize the behavior for infinite probability. > > > Kind regards, Christophe > > > >> sessionInfo() > > R version 4.2.3 (2023-03-15) > > Platform: aarch64-apple-darwin20 (64-bit) > > Running under: macOS Ventura 13.2.1 > > > Matrix products: default > > BLAS: /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libRblas.0.dylib > > LAPACK: /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/...
2024 Dec 17
1
R_CheckUserInterrupt() can be a performance bottleneck within GUIs
...code when R (4.4.2) is started in a terminal window produces the following measurements/output (Apple M1, MacOS 15.1.1): w/o check: 0.525 sec., with check: 0.752 sec., diff.: 0.227 sec. wilcox example: 1.028 sec. Running the same code when R is used within R.app (1.81 (8462) aarch64-apple-darwin20) on the same machine results in: w/o check: 0.525 sec., with check: 1.683 sec., diff.: 1.158 sec. wilcox example: 2.13 sec. Running the same code when R is used within RStudio Desktop (2024.12.0 Build 467) on the same machine results in: w/o check: 0.507 sec., with check: 22.905 sec.,...
2024 Jun 10
1
head.ts, tail.ts loses time
...s)[1], > frequency=frequency(presidents)) > stopifnot(all.equal(headP2, p2)) > > headP2. <- head(pres, 2-npresObs) > stopifnot(all.equal(headP2., p2)) > > > ############# > > > sessionInfo() > R version 4.4.0 (2024-04-24) > Platform: aarch64-apple-darwin20 > Running under: macOS Sonoma 14.5 > > Matrix products: default > BLAS: > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib > > LAPACK: > /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRlapack...
2024 Jun 10
2
head.ts, tail.ts loses time
...gt;> headP2. <- head(pres, 2-npresObs) >>> stopifnot(all.equal(headP2., p2)) >>> >>> >>> ############# >>> >>> >>> sessionInfo() R version 4.4.0 (2024-04-24) Platform: >>> aarch64-apple-darwin20 Running under: macOS Sonoma 14.5 >>> >>> Matrix products: default BLAS: >>> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib >>> >>> LAPACK: >>> /Library/Fr...
2024 Jun 10
1
head.ts, tail.ts loses time
...ents)) >> stopifnot(all.equal(headP2, p2)) >> >> headP2. <- head(pres, 2-npresObs) >> stopifnot(all.equal(headP2., p2)) >> >> >> ############# >> >> >> sessionInfo() >> R version 4.4.0 (2024-04-24) >> Platform: aarch64-apple-darwin20 >> Running under: macOS Sonoma 14.5 >> >> Matrix products: default >> BLAS: >> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib >> >> LAPACK: >> /Library/Frameworks/R.framework/Versions/4....
2024 Dec 17
1
R_CheckUserInterrupt() can be a performance bottleneck within GUIs
...in a terminal window > produces the following measurements/output (Apple M1, MacOS 15.1.1): > > w/o check: 0.525 sec., with check: 0.752 sec., diff.: 0.227 sec. > wilcox example: 1.028 sec. > > Running the same code when R is used within R.app (1.81 (8462) > aarch64-apple-darwin20) on the same machine results in: > > w/o check: 0.525 sec., with check: 1.683 sec., diff.: 1.158 sec. > wilcox example: 2.13 sec. > > Running the same code when R is used within RStudio Desktop (2024.12.0 > Build 467) on the same machine results in: > > w/o check: 0...
2024 Sep 20
1
model.matrix() may be misleading for "lme" models
...3 1 1 . . . 106 1 -1 107 1 -1 108 1 -1 attr(,"assign") [1] 0 1 attr(,"contrasts") attr(,"contrasts")$Sex [,1] Male 1 Female -1 > sessionInfo() R version 4.4.1 (2024-06-14) Platform: aarch64-apple-darwin20 Running under: macOS Sonoma 14.6.1 Matrix products: default BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib LAPACK: /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRlapack.dylib; LAPACK version 3.12.0...
2024 Dec 18
2
R_CheckUserInterrupt() can be a performance bottleneck within GUIs
...easurements/output (Apple M1, MacOS 15.1.1): >>> >>> w/o check: 0.525 sec., with check: 0.752 sec., diff.: 0.227 sec. >>> wilcox example: 1.028 sec. >>> >>> Running the same code when R is used within R.app (1.81 (8462) >>> aarch64-apple-darwin20) on the same machine results in: >>> >>> w/o check: 0.525 sec., with check: 1.683 sec., diff.: 1.158 sec. >>> wilcox example: 2.13 sec. >>> >>> Running the same code when R is used within RStudio Desktop (2024.12.0 >>> Build 467) on the...
2024 Dec 17
1
R_CheckUserInterrupt() can be a performance bottleneck within GUIs
...produces the following measurements/output (Apple M1, MacOS 15.1.1): >> >> w/o check: 0.525 sec., with check: 0.752 sec., diff.: 0.227 sec. >> wilcox example: 1.028 sec. >> >> Running the same code when R is used within R.app (1.81 (8462) >> aarch64-apple-darwin20) on the same machine results in: >> >> w/o check: 0.525 sec., with check: 1.683 sec., diff.: 1.158 sec. >> wilcox example: 2.13 sec. >> >> Running the same code when R is used within RStudio Desktop (2024.12.0 >> Build 467) on the same machine results in:...
2024 May 28
2
Segfault when parsing UTF-8 text with srcrefs
Hi all, When I run the following code, R segfaults: text <- "?" srcfile <- srcfilecopy("test.r", text) parse(textConnection(text), srcfile = srcfile) It doesn't segfault if text is ASCII, or it's not wrapped in textConnection, or srcfile isn't set. Hadley -- http://hadley.nz [[alternative HTML version deleted]]
2024 Jul 31
0
cloning a graphics window
...und another function to do this. dev.copy doesn't keep the dimensions of the previous plot, but maybe there is a more concise and direct way to achieve this that has escaped me. If anyone knows? Thanks. best, Ken R version 4.4.1 Patched (2024-06-15 r86749) Platform: x86_64-apple-darwin20 Running under: macOS Monterey 12.7.6 Matrix products: default BLAS: /Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/lib/libRblas.0.dylib LAPACK: /Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/lib/libRlapack.dylib; LAPACK version 3.12.0 locale: [1] en_US.UTF-8/en_U...
2024 Sep 05
2
BUG: atan(1i) / 5 = NaN+Infi ?
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 were some changes in handling of complex numbers. But it looks like a bug. Sincerely, Leonard [[alternative HTML version deleted]]
2024 Jun 11
1
head.ts, tail.ts loses time
...presObs) > >>> stopifnot(all.equal(headP2., p2)) > >>> > >>> > >>> ############# > >>> > >>> > >>> sessionInfo() R version 4.4.0 (2024-04-24) Platform: > >>> aarch64-apple-darwin20 Running under: macOS Sonoma 14.5 > >>> > >>> Matrix products: default BLAS: > >>> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib > >>> > >>> LAPACK: >...