Skip to content

Outdated package version dependency in climate4r image (terra) #63

@jbedia

Description

@jbedia

Hi, @zequihg50 , after a fresh install of the latest climate4r image via mamba install -c conda-forge r-climate4r jupyter r-irkernel (R.4.3.3), get the following error loading geoprocessoR:

> library(geoprocessoR)
Loading required package: transformeR

    _______   ____  ___________________  __  ________ 
   / ___/ /  / /  |/  / __  /_  __/ __/ / / / / __  / 
  / /  / /  / / /|_/ / /_/ / / / / __/ / /_/ / /_/_/  
 / /__/ /__/ / /  / / __  / / / / /__ /___  / / \ \ 
 \___/____/_/_/  /_/_/ /_/ /_/  \___/    /_/\/   \_\ 
 
      github.com/SantanderMetGroup/climate4R

transformeR version 2.2.2 (2023-10-26) is loaded
WARNING: Your current version of transformeR (v2.2.2) is not up-to-date
Get the latest stable version (2.2.3) using <devtools::install_github('SantanderMetGroup/transformeR')>
Please see 'citation("transformeR")' to cite this package.

Error: package or namespace load failed for ‘geoprocessoR’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
namespace ‘terra’ 1.7-78 is being loaded, but >= 1.8.5 is required

Solved by a simple install of latest terra package version (1.8-29) from R session:

> install.packages("terra")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions