[R] About package the GNU C++ library into R package

2020-03-29 Thread
Dear all Does anyone knwon how to package a GNU C++ library into R package ? Thanks ! WL [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman

Re: [R] About the multiprecision computing package in R

2020-03-27 Thread
Thanks! I installed Rmpfr now. But it does NOT support eigen function ? x <- array(1:16, dim=c(4,4)) ev <- eigen(x) mat <- mpfrArray(1:25, 64, dim = c(5,5)) ev <- eigen(mat) Error in `dimnames<-`(`*tmp*`, value = NULL) : non-list RHS ***

[R] About the multiprecision computing package in R

2020-03-14 Thread
Dear all I need a multiprecision computing package in R, if anyone in the list knows, please let me known... Many thanks Weilu Lin [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see ht