search for: darwin20

Displaying 18 results from an estimated 18 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...
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 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 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 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: >...
2024 Jun 10
1
head.ts, tail.ts loses time
...> >>> 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:...
2024 Jul 18
1
Printing digits.secs on data.frame?
...t;> <summary> Session info </summary> ``` r sessioninfo::session_info() #> ? Session info ??????????????????????????????????????????????????????????????? #> setting value #> version R version 4.4.0 (2024-04-24) #> os macOS Sonoma 14.4.1 #> system x86_64, darwin20 #> ui X11 #> language (EN) #> collate en_US.UTF-8 #> ctype en_US.UTF-8 #> tz America/New_York #> date 2024-07-18 #> pandoc 3.2 @ /usr/local/bin/ (via rmarkdown) #> ``` </details> [[alternative HTML version deleted]]
2024 Jun 13
0
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: >...
2024 Sep 21
1
model.matrix() may be misleading for "lme" models
...???? 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...