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

local_install_* does not work with archive #756

Open
eitsupi opened this issue Mar 14, 2025 · 1 comment
Open

local_install_* does not work with archive #756

eitsupi opened this issue Mar 14, 2025 · 1 comment
Labels
bug an unexpected problem or unintended behavior

Comments

@eitsupi
Copy link

eitsupi commented Mar 14, 2025

The followings work:

pak::local_dev_deps("foo_0.0.0.9000.tar.gz")
pak::pkg_install("foo_0.0.0.9000.tar.gz")

But this does not:

pak::local_install_deps("foo_0.0.0.9000.tar.gz")

Is there any reason why these functions do not resolve packages in the same way?

@gaborcsardi gaborcsardi added the bug an unexpected problem or unintended behavior label Mar 14, 2025
@gaborcsardi
Copy link
Member

Workaround:

pak::pkg_install('deps::keyring_1.3.2.9000.tar.gz')
pak::pkg_install('deps::keyring_1.3.2.9000.tar.gz', dependencies = TRUE)

etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants