The dependencies are not available for package 'FAIBCompiler'
- Dominant language
- R
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
### 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
```R
remotes::install_github("bcgov/FAIBBase")
remotes::install_github("bcgov/FAIBOracle")
remotes::install_github("bcgov/SIndexR")
remotes::install_github("bcgov/FAIBCompiler")
```
### Error message
```R
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'
```
Contributor guide
Research direction
Start by reproducing the listed remotes::install_github commands for FAIBBase, FAIBOracle, SIndexR, and FAIBCompiler. Check the reported ROracle failure and the 404 for SIndexR first; done means the required packages install successfully and FAIBCompiler can be installed for using PSPVolTree.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100