search for: libopenblas_sandybridg

Displaying 9 results from an estimated 9 matches for "libopenblas_sandybridg".

2020 Feb 19
3
dimnames incoherence?
...pect that the both work or neither. Your thoughts are welcome. Best, Serguei. PS the same apply for dimnames(a)[[2]]<-. > sessionInfo() R version 3.6.1 (2019-07-05) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Mageia 7 Matrix products: default BLAS/LAPACK: /home/opt/OpenBLAS/lib/libopenblas_sandybridge-r0.3.6.so locale: ?[1] LC_CTYPE=fr_FR.UTF-8?????? LC_NUMERIC=C ?[3] LC_TIME=fr_FR.UTF-8??????? LC_COLLATE=fr_FR.UTF-8 ?[5] LC_MONETARY=fr_FR.UTF-8??? LC_MESSAGES=fr_FR.UTF-8 ?[7] LC_PAPER=fr_FR.UTF-8?????? LC_NAME=C ?[9] LC_ADDRESS=C?????????????? LC_TELEPHONE=C [11] LC_MEASUREMENT=fr_FR.UTF...
2018 May 14
2
access an element with empty name
...xample ??? match("", names(x)) ??? #[1] 2 Hence a traditional question: is it a bug or feature? Best, Serguei. > sessionInfo() R version 3.5.0 (2018-04-23) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Mageia 6 Matrix products: default BLAS/LAPACK: /home/opt/OpenBLAS/lib/libopenblas_sandybridge-r0.3.0.dev.so locale: [1] C attached base packages: [1] stats???? graphics? grDevices utils???? datasets? methods base loaded via a namespace (and not attached): [1] compiler_3.5.0
2020 Feb 19
2
dimnames incoherence?
...till in current > versions of R > Best, Martin >>> sessionInfo() >> R version 3.6.1 (2019-07-05) Platform: >> x86_64-pc-linux-gnu (64-bit) Running under: Mageia 7 >> Matrix products: default BLAS/LAPACK: >> /home/opt/OpenBLAS/lib/libopenblas_sandybridge-r0.3.6.so >> locale: ?[1] LC_CTYPE=fr_FR.UTF-8?????? LC_NUMERIC=C ?[3] >> LC_TIME=fr_FR.UTF-8??????? LC_COLLATE=fr_FR.UTF-8 ?[5] >> LC_MONETARY=fr_FR.UTF-8??? LC_MESSAGES=fr_FR.UTF-8 ?[7] >> LC_PAPER=fr_FR.UTF-8?????? LC_NAME=C ?[9] >> LC_ADDRESS=...
2018 May 14
0
access an element with empty name
...indices match any names, not even empty nor missing names. -k > Best, > Serguei. >> sessionInfo() > R version 3.5.0 (2018-04-23) > Platform: x86_64-pc-linux-gnu (64-bit) > Running under: Mageia 6 > Matrix products: default > BLAS/LAPACK: /home/opt/OpenBLAS/lib/libopenblas_sandybridge-r0.3.0.dev.so > locale: > [1] C > attached base packages: > [1] stats???? graphics? grDevices utils???? datasets? methods base > loaded via a namespace (and not attached): > [1] compiler_3.5.0 > ______________________________________________ > R-devel at r-project.org m...
2019 Feb 27
0
Intermittent crashes with inset `[<-` command
...les dans l'ajustement d'affectation de type (sorry, this crash was in french locale) Hoping this helps. Serguei. >? sessionInfo() R version 3.5.2 (2018-12-20) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Mageia 6 Matrix products: default BLAS/LAPACK: /home/opt/OpenBLAS/lib/libopenblas_sandybridge-r0.3.3.so locale: [1] C attached base packages: [1] stats???? graphics? grDevices utils???? datasets? methods base loaded via a namespace (and not attached): [1] compiler_3.5.2 > If it doesn't crash for you, please try increasing the length of the x vector. > > Substituting the co...
2020 Feb 19
0
dimnames incoherence?
...importantly, the buglet is still in current versions of R Best, Martin >> sessionInfo() > R version 3.6.1 (2019-07-05) > Platform: x86_64-pc-linux-gnu (64-bit) > Running under: Mageia 7 > Matrix products: default > BLAS/LAPACK: /home/opt/OpenBLAS/lib/libopenblas_sandybridge-r0.3.6.so > locale: > ?[1] LC_CTYPE=fr_FR.UTF-8?????? LC_NUMERIC=C > ?[3] LC_TIME=fr_FR.UTF-8??????? LC_COLLATE=fr_FR.UTF-8 > ?[5] LC_MONETARY=fr_FR.UTF-8??? LC_MESSAGES=fr_FR.UTF-8 > ?[7] LC_PAPER=fr_FR.UTF-8?????? LC_NAME=C > ?[9] LC_ADDRESS=C??????????...
2020 Feb 21
0
dimnames incoherence?
...; > > Best, Martin > > >>> sessionInfo() > >> R version 3.6.1 (2019-07-05) Platform: > >> x86_64-pc-linux-gnu (64-bit) Running under: Mageia 7 > > >> Matrix products: default BLAS/LAPACK: > >> /home/opt/OpenBLAS/lib/libopenblas_sandybridge-r0.3.6.so > > >> locale: [1] LC_CTYPE=fr_FR.UTF-8 LC_NUMERIC=C [3] > >> LC_TIME=fr_FR.UTF-8 LC_COLLATE=fr_FR.UTF-8 [5] > >> LC_MONETARY=fr_FR.UTF-8 LC_MESSAGES=fr_FR.UTF-8 [7] > >> LC_PAPER=fr_FR.UTF-8 LC_NAME=C [9]...
2020 Feb 22
2
dimnames incoherence?
...gt; >> >>> sessionInfo() >> >> R version 3.6.1 (2019-07-05) Platform: >> >> x86_64-pc-linux-gnu (64-bit) Running under: Mageia 7 >> >> >> Matrix products: default BLAS/LAPACK: >> >> /home/opt/OpenBLAS/lib/libopenblas_sandybridge-r0.3.6.so >> >> >> locale: [1] LC_CTYPE=fr_FR.UTF-8 LC_NUMERIC=C [3] >> >> LC_TIME=fr_FR.UTF-8 LC_COLLATE=fr_FR.UTF-8 [5] >> >> LC_MONETARY=fr_FR.UTF-8 LC_MESSAGES=fr_FR.UTF-8 [7] >> >> LC_PAPER=fr_FR.UT...
2019 Feb 26
8
Intermittent crashes with inset `[<-` command
The following code crashes after about 300 iterations on my?x86_64-w64-mingw32?machine on R 3.5.2 --vanilla.?? Others have duplicated this (see?https://github.com/tidyverse/magrittr/issues/190?if necessary), but I don't know how machine/OS-dependent it may be.?? If it doesn't crash for you, please try increasing the length of the x vector. Substituting the commented-out line for the one