Hi,
I made a package called »hqcockpitutils« to bundle useful functions for a Project. When I want to install it on docker via devtools::install_github() or devtools::install_local() I get a mysterious error message - here for install_local() but it's the same from github:
devtools::install_local("./hqcockpitutils_0.1.4.20210719_R_x86_64-pc-linux-gnu.tar.gz")
Error: Failed to install 'hqcockpitutils' from local:
HTTP error 404.
Not Found
Did you spell the repo owner (`XXX-digital-solutions`) and repo name (`dsl-XXXutils-r`) correctly?
- If spelling is correct, check that you have the required permissions to access the repo.
The repo name it's referencing is another package / another project - I crossed out the name. I use the other package as an import for the hqcockpitutils package.
When I run the devtools::check() there is no error message for the package itself. But when I run devtools::dev_siterep() I get the same message like on install_xxx()
R > dev_sitrep(debug = TRUE)
Error: HTTP error 404.
Not Found
Did you spell the repo owner (`XXX-digital-solutions`) and repo name (`dsl-xxxutils-r`) correctly?
- If spelling is correct, check that you have the required permissions to access the repo.
R >
Unfortunatelly there are no extra infromation when i set debug on TRUE.
Can you give me a hint what to do next?