Someone may investigate this for you anyway, but technically this request is
outside of the scope of this mailing list (which is the R programming language,
not the theory of use nor possible bugs in the current version of random
packages not even registered in CRAN). Do read the Posting Guide a
Dear R-helpers,
Here below my R code showing warnings and error messages I don't understand.
What is going wrong ?
install.packages("devtools")
library(devtools)
install_github("ProcessMiner/nlcor")
library(nlcor)
A=c(505, 530, 419, 486, 608, 468, 519, 486, 532, 289, 5
Many thanks Duncan,
It works !
Best.
Le mardi 27 octobre 2020 à 20:49:25 UTC+1, Duncan Murdoch
a écrit :
On 27/10/2020 3:06 p.m., varin sacha via R-help wrote:
> Dear R-experts,
>
> Here below my R code. The warning message is not a problem to me but there is
> an error messag
Dear All,
Many thanks for your responses. I got it !
Best,
Le mardi 27 octobre 2020 à 21:16:50 UTC+1, Md. Moyazzem Hossain
a écrit :
Dear Varin,
I think the following code will solve your problem.
n <- 60
b <- runif(n, 0, 5)
a <- runif(n, 0, 5)
z1 <- data.frame(x0=1:57,
Duncan
Thanks for responding -- but your response did not help my mood.
Executing:
.Call("_systemfonts_system_fonts_c")
triggered the segfault (as you proposed).
Dennis
Dennis Fisher MD
P < (The "P Less Than" Company)
Phone / Fax: 1-866-PLessThan (1-866-753-7784)
www.PLessThan.com
>
On 03/11/2020 3:43 p.m., Dennis Fisher wrote:
R 4.0.3
OS X 10.15.7
Colleagues
When I run flextable, it generates a segfault. I traced the problem to
systemfonts::system_fonts()
require("systemfonts")
Loading required package: systemfonts
system_fonts()
*** caught segfault ***
addres
R 4.0.3
OS X 10.15.7
Colleagues
When I run flextable, it generates a segfault. I traced the problem to
systemfonts::system_fonts()
> > require("systemfonts")
> Loading required package: systemfonts
> > system_fonts()
>
> *** caught segfault ***
> address 0x0, cause 'memory not mapped'
>
>
7 matches
Mail list logo