-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Doesn't install on Debian testing #22
Comments
The relationship between spdep and spatialreg is described in r-spatial/spdep#31. All of spatialreg's CRAN checks are OK, as are my own checks locally - CRAN check r-release-linux-x86_64 is on Debian GNU/Linux testing, which I do not use. I'm afraid you will have to debug this yourself, or ask on R-sig-debian. Since spatialreg uses BLAS and LAPACK, this might be an Your set of CFLAGS may also be confusing, are you adding any to those of your installed R? For me, Fedora R installed from source:
Further, a binary for testing seems to be available too: https://packages.debian.org/bookworm/r-cran-spatialreg, so installation must work OK there. |
On ubuntu:
|
Doesn't work :
The same thing is observed if I ask for updating
FWIW :
For historical reasons (my R habits predate the current millenium), I tend to use self-compiled packages... |
So the problem may be in your choice of |
On Fedora 34, gcc as stated:
I put the flags in
in CMD check which succeeds too. However, I didn't subvert the load flags. |
Package spatialreg_1.2-1.tar.gz is on its way to CRAN. |
Please raise this on R-sig-debian, there is nothing more that I can do, I think. You need someone who understands Debian build trains and packaging. I only install R and packages from source on Fedora, and binary R on Windows and macOS but packages on those platforms from source. The CFLAGS and LDFLAGS come from |
@edzer I cannot find out how to get rocker/geospatial to work. Please provide links and scripts to use docker to try to emulate this problem (I do not use docker at all). |
then point your browser to |
Comes with:
|
My "reference" installation (to run all the reverse-depends) has no issue; this is Debian testing "always current by a day or two" with CRAN "always current by a day or two":
|
@edzer port already allocated - why on earth is rstudio involved, it just get in the way. Isn't the whole point to use CLI only? Can I install binaries of the spatialreg dependencies, if so how to start bash in rocket/r-base and how to use apt-get to get the binaries? Aha
So the Debian version in |
Good point:
gives you a |
They seem to come from Curiously, reinstalling the said Worth a ticket against Thank you for your help ! |
From @eddelbuettel 's comment above, possibly not worth a ticket if subsequent builds now succeed, if I understand correctly. |
Seen this morning when trying to update
spdep
, which now entails installingspatialreg
:As a consequence,
spdep
is not upgraded...The text was updated successfully, but these errors were encountered: