-
Notifications
You must be signed in to change notification settings - Fork 299
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
master install fails on PROJ 520/GDAL244 #1249
Comments
Could you give me the full output of the |
Is that enough? |
Yes. Should work now, could you try again? |
Tomorrow morning, ok?
Roger Bivand
Falsensvei 32
5063 Bergen
man. 27. jan. 2020, 22.09 skrev Edzer Pebesma <[email protected]>:
… Yes. Should work now, could you try again?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1249?email_source=notifications&email_token=ACNZ3BFPGSCQRW33H5EKEKTQ75EQNA5CNFSM4KMFLRV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKBCCZY#issuecomment-578953575>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNZ3BAT46QC7E3AHCNP5ILQ75EQNANCNFSM4KMFLRVQ>
.
|
New attempt successful, closing:
|
Thanks, the proj header detecting is now really getting messy. I propose the following approach, dropping conditioning on
|
OK, I'll stay with the current settings in rgdal for now. It would be good if |
Maybe re-open, fails for PROJ >= now:
(living dangerously ...) |
Add: |
I have "configure: error: libproj not found in standard or given locations." error message. $ remotes::install_github("r-spatial/sf", configure.args="--with-proj-api=yes")
This is my session info Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS Catalina 10.15.3
Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.6/Resources/lib/libRlapack.dylib
Random number generation:
RNG: Mersenne-Twister
Normal: Inversion
Sample: Rounding
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] devtools_2.2.2 usethis_1.5.1
loaded via a namespace (and not attached):
[1] Rcpp_1.0.4 rstudioapi_0.11 magrittr_1.5 pkgload_1.0.2
[5] R6_2.4.1 rlang_0.4.5 fansi_0.4.1 tools_3.6.3
[9] pkgbuild_1.0.6 grid_3.6.3 sessioninfo_1.1.1 cli_2.0.2
[13] withr_2.1.2 remotes_2.1.1 htmltools_0.4.0 crosstalk_1.1.0.1
[17] ellipsis_0.3.0 leafsync_0.1.0 rprojroot_1.3-2 leaflet_2.0.3
[21] assertthat_0.2.1 digest_0.6.25 crayon_1.3.4 processx_3.4.2
[25] callr_3.4.3 RColorBrewer_1.1-2 ps_1.3.2 htmlwidgets_1.5.1
[29] fs_1.4.0 curl_4.3 testthat_2.3.2 memoise_1.1.0
[33] glue_1.3.2 compiler_3.6.3 backports_1.1.5 desc_1.2.0
[37] prettyunits_1.1.1 |
@ChoWonmin see #1327 and only use CRAN binaries on OSX unless you need the newest sf and are willing to invest a lot of time to learn how to build a lot of software from compiled code source (not R code). |
With --with-proj-api as
remotes::install_github("r-spatial/sf", configure.args="--with-proj-api=yes")
and PROJ 520:The text was updated successfully, but these errors were encountered: