errror in library installation

Trying to install a package but it is returning me this error.

devtools::install_github("pecanproject/pecan", subdir = 'utils')

ERROR: dependencies 'PEcAn.DB', 'PEcAn.logger', 'PEcAn.remote', 'PEcAn.utils' are not available for package 'PEcAn.data.atmosphere'

  • removing 'C:/Users/rbmahbub/AppData/Local/Programs/R/R-4.2.1/library/PEcAn.data.atmosphere'

Apparently, this package has dependencies (needs other packages to be installed), and these other packages are not available in the common repositories, but in a special repository.

They do have a specific section in their book as to how to install their packages, it seems they have some peculiar requirements, that an install_github() can not solve automatically.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.