Skip to content
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

"spatialEco" ERROR during install #49

Open
benlopez15 opened this issue Oct 13, 2023 · 2 comments
Open

"spatialEco" ERROR during install #49

benlopez15 opened this issue Oct 13, 2023 · 2 comments

Comments

@benlopez15
Copy link

Below is the code i used to install the package and i get the error "dependency 'spactialEco'. What can I do to fix this? I also tried installing from github using devtools with no success.

setwd("C:/R/FIELDimageR") # ~ is the path from where you saved the file.zip
unzip("FIELDimageR-master.zip")
file.rename("FIELDimageR-master", "FIELDimageR")
shell("R CMD build FIELDimageR") # or system("R CMD build FIELDimageR")
install.packages("FIELDimageR_0.3.3.tar.gz", repos = NULL, type="source") # Make sure to use the right version (e.g. 0.3.2)
unzip("FIELDimageR_0.3.3.tar.gz")

install.packages("FIELDimageR_0.3.3.tar.gz", repos = NULL, type="source") # Make sure to use the right version (e.g. 0.3.2)
ERROR: dependency 'spatialEco' is not available for package 'FIELDimageR'

  • removing 'C:/Users/benlopez/AppData/Local/Programs/R/R-4.3.1/library/FIELDimageR'
    Warning in install.packages :
    installation of package ‘FIELDimageR_0.3.3.tar.gz’ had non-zero exit status
@Eri2726
Copy link

Eri2726 commented Oct 15, 2023

Hi,
The same issue happened and I would like to know about the solution.

I thought I should install specialEco, so I tried to install it, but I couldn't.
Because currently spatialEco windows Flavor is ERROR on CRAN, and I can't install it because I'm a Windows user.

How can I solve this problem?

@filipematias23
Copy link
Collaborator

Hi everyone, we are working on updating FIELDimageR and for now we are removing polyPerimeter and spacialEco from the package... Installation seems working ok now... Thanks for understanding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants