Skip to content

Unable to install GSIF package in R #3

@kleinjl

Description

@kleinjl

Hi,

I am unable to install the GSIF package to implement the RFsp framework. I have posted the issue on stackoverflow but haven't gotten a response. I have been contacted by other users who also fail to install the GSIF package. It has been taken down from CRAN, hence can we assume that it will no longer be maintained?

The most important function seems to be the buffer.dist() function which I unsuccessfully tried to load manually into the R environment, see here.

I use the following code:

install.packages("GSIF", repos=c("http://R-Forge.R-project.org"), type="source", dependencies=TRUE)

Warning in install.packages : dependencies "soiltexture", "quantregForest", "AICcmodavg", "SDMTools", "maxlike" are not available trying URL "http://R-Forge.R-project.org/src/contrib/GSIF_0.5-5.tar.gz" Content type "application/x-gzip" length 1815922 bytes (1.7 MB) ================================================== downloaded 1.7 MB

* installing *source* package "GSIF" ...
** using staged installation
** R
** data
** demo
** inst
** byte-compile and prepare package for lazy loading
Error in setMethod("describe", signature(x = "WPS"), function(x, request = "describeprocess",  : 
  no existing definition for function ‘describe’
Error: unable to load R code in package ‘GSIF’
Execution halted
ERROR: lazy loading failed for package ‘GSIF’
* removing ‘/Library/Frameworks/R.framework/Versions/4.1-arm64/Resources/library/GSIF’
Warning in install.packages :
  installation of package ‘GSIF’ had non-zero exit status

The downloaded source packages are in
	‘/private/var/folders/4c/ftr4g6ds49107z8jy593rwbc0000gn/T/Rtmpq5RWmw/downloaded_packages’`

I run R 4.1.2 Bird Hippie on macOS Big Sur 11.6

Thanks in advance,
Jan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions