Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when installing HLMdiag with install_github() #12

Open
atrolle opened this issue Jul 5, 2022 · 0 comments
Open

Error when installing HLMdiag with install_github() #12

atrolle opened this issue Jul 5, 2022 · 0 comments

Comments

@atrolle
Copy link

atrolle commented Jul 5, 2022

Hi,

I've tried to install HLMdiag using install_github():

library(devtools)
devtools::install_github("aloy/HLMdiag")

But I've got an error message:

* installing *source* package 'HLMdiag' ...
** using staged installation
** libs

*** arch - i386
C:\windows\make.exe: *** No rule to make target `$(CXX11STD)''.  Stop.
ERROR: compilation failed for package 'HLMdiag'
* removing 'C:/R/R-4.1.0/library/HLMdiag'
* restoring previous 'C:/R/R-4.1.0/library/HLMdiag'

I don't understand this message.

Here are my session information:

> sessionInfo()
R version 4.1.0 (2021-05-18)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19044)

Matrix products: default

locale:
[1] LC_COLLATE=French_France.1252  LC_CTYPE=French_France.1252    LC_MONETARY=French_France.1252 LC_NUMERIC=C                  
[5] LC_TIME=French_France.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] devtools_2.4.3 usethis_2.1.5 

loaded via a namespace (and not attached):
 [1] rstudioapi_0.13   magrittr_2.0.3    pkgload_1.2.4     R6_2.5.1          rlang_1.0.3       fastmap_1.1.0     tools_4.1.0      
 [8] pkgbuild_1.3.1    sessioninfo_1.2.2 cli_3.3.0         withr_2.5.0       ellipsis_0.3.2    remotes_2.4.2     rprojroot_2.0.3  
[15] lifecycle_1.0.1   crayon_1.5.1      brio_1.1.3        processx_3.5.3    purrr_0.3.4       callr_3.7.0       fs_1.5.2         
[22] ps_1.7.0          curl_4.3.2        testthat_3.1.3    memoise_2.0.1     glue_1.6.2        cachem_1.0.6      compiler_4.1.0   
[29] desc_1.4.1        prettyunits_1.1.1

Could you help me?

Thank you in advance,
Best,
Arnaud.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant