[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#1000339: r-cran-raster breaks r-cran-satellite autopkgtest: unable to find an inherited method for function 'extend'



On 12/10/21 11:43 PM, Robert J. Hijmans wrote:
There is a new version of "raster" on CRAN. This version specifies the version of terra that is required.

The problem is one of conflicting package namespaces. I am confident it is related to the order of installation and the versions of the packages. It can only be created if you install raster in the presence of an older version of terra, and install a newer version of terra after that. I know you say you tried that but I have not seen the sessionInfo()s to be sure about that.

The new release of raster should first update terra if indeed it finds an older version. So let's hope I am right.

I just uploaded the new version (3.5-9) and it seems to fix the problem locally. We will see if it works on the debci
infrastructure as well. I will report whatever it says. Thanks a lot for the help.

I have one request, though. I know "." and "-" sorts equally in the R userland, but they convey different meaning in the Debian
land, so if you could change the version changes to terra with "-", it'd be really appreciated. In particular please consider
applying the below patch.

--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -3,7 +3,7 @@
 Title: Geographic Data Analysis and Modeling
 Version: 3.5-9
 Date: 2021-12-09
-Imports: Rcpp, methods, terra (>= 1.4.11)
+Imports: Rcpp, methods, terra (>= 1.4-11)
 LinkingTo: Rcpp
 Depends: sp (>= 1.4.5), R (>= 3.5.0)
 Suggests: rgdal (>= 1.5-23), rgeos (>= 0.5-3), ncdf4, igraph, tcltk,

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


Reply to: