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

The dependencies are not available for package 'FAIBCompiler' #10

Open
dfelixsattler opened this issue Dec 6, 2024 · 0 comments
Open

Comments

@dfelixsattler
Copy link

Description

I would like to calculate tree volume using the PSPVolTree function. An attempt at installing the FAIBCompiler, FAIBBase and SIndexR is made. Errors are returned stating that dependencies 'SIndexR', 'FAIBOracle' are not available for package 'FAIBCompiler'.

Code snippet

remotes::install_github("bcgov/FAIBBase")
remotes::install_github("bcgov/FAIBOracle")
remotes::install_github("bcgov/SIndexR")
remotes::install_github("bcgov/FAIBCompiler")

Error message

ERROR: dependency 'ROracle' is not available for package 'FAIBOracle'
* removing 'C:/Users/dsattler/AppData/Local/Programs/R/R-4.4.1/library/FAIBOracle'

Error: Failed to install 'unknown package' from GitHub:
  HTTP error 404.
  Not Found

  Did you spell the repo owner (`bcgov`) and repo name (`SIndexR`) correctly?
  - If spelling is correct, check that you have the required permissions to access the repo.
 
ERROR: dependencies 'SIndexR', 'FAIBOracle' are not available for package 'FAIBCompiler'
* removing 'C:/Users/dsattler/AppData/Local/Programs/R/R-4.4.1/library/FAIBCompiler'
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

1 participant