dickoa/prepr

Version issue

Opened this issue · 3 comments

Hi,
I encountered a problem while installing prepr on R version 4.3. It seems that there is a specific issue with "cgal" because when I ran the code:
remotes::install_github("prioritizr/wdpar"),
the installation failed with a non-zero exit status, and the software didn't even attempt to download "cgal" in the first place.
I resolved the problem by switching to a previous release of R, version 4.2.3, but I wanted to report the issue.

Thank you.

Same here, installation failed for R version 4.3.1. Any news on that?

Hi @dominiqueweber
I tried on R 4.3.1 just now, and it's working for me, but I'm using linux.
Which OS are you using ?

Hi @dominiqueweber I tried on R 4.3.1 just now, and it's working for me, but I'm using linux. Which OS are you using ?

  • I'm using Windows 10 (see bellow)
  • Maybe I'm missing CGAL, do I need to install that manually or does it come with prepr (remotes::install_github("dickoa/prepr"))?
> sessionInfo()
R version 4.3.1 (2023-06-16 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19042)

Matrix products: default


locale:
[1] LC_COLLATE=German_Switzerland.utf8  LC_CTYPE=German_Switzerland.utf8    LC_MONETARY=German_Switzerland.utf8 LC_NUMERIC=C                       
[5] LC_TIME=German_Switzerland.utf8    

time zone: Europe/Zurich
tzcode source: internal

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

loaded via a namespace (and not attached):
 [1] vctrs_0.6.3       terra_1.7-39      tidyterra_0.4.0   cli_3.6.1         knitr_1.43        xfun_0.40         rlang_1.1.1       purrr_1.0.2       generics_0.1.3   
[10] glue_1.6.2        colorspace_2.1-0  scales_1.2.1      fansi_1.0.4       grid_4.3.1        munsell_0.5.0     tibble_3.2.1      lifecycle_1.0.3   compiler_4.3.1   
[19] dplyr_1.1.3       codetools_0.2-19  Rcpp_1.0.11       pkgconfig_2.0.3   tidyr_1.3.0       rstudioapi_0.15.0 R6_2.5.1          tidyselect_1.2.0  utf8_1.2.3       
[28] pillar_1.9.0      magrittr_2.0.3    tools_4.3.1       gtable_0.3.4      ggplot2_3.4.3