Hi All,
Thank you for your help. It was an issue with Mac packages indeed. I found that
thread and it resolved it in my case also.
https://stackoverflow.com/questions/72409270/getting-error-while-installing-lme4-package-in-r-in-macosx-monterey
Best,
Pierre
From:
Thanks to all. And yes, Ivan, round() did it:
> dput(head(Mean))
c(afactfem = 0.310796641158209, afactblk = 0.188030178893171,
age = 45.3185794338312, nodiscfem = 0.506637018185968, discfem =
0.493362981814032,
notradgrol = 0.702915000493879)
> dput(head(Std.dev))
c(afactfem = 0.462819715443265
On Mon, 21 Nov 2022 13:19:22 -0500
Rob Kudyba wrote:
> What would the ./configure options look like?
./configure LDFLAGS="-L/path/to/gcc -L/path/to/pcre"
Here's where LDFLAGS is interpreted and appended to LD_LIBRARY_PATH:
https://github.com/r-devel/r-svn/blob/d6fc5e0a983eaa61439d67cfff4dc40976
3 matches
Mail list logo