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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAQs (read me first if you have problems using this package) #345

Open
chainsawriot opened this issue Sep 6, 2023 · 1 comment
Open

Comments

@chainsawriot
Copy link
Collaborator

No description provided.

@chainsawriot chainsawriot pinned this issue Sep 6, 2023
@chainsawriot
Copy link
Collaborator Author

Q: I cannot install this package on Linux.

A: Probably you don't have the required system dependencies. This package in itself doesn't have system dependencies. But the dependencies do. You might use rang to detect all system dependencies and install them.

require(rang)
#> Loading required package: rang

graph <- resolve("gesistsa/rio",
                 snapshot_date = Sys.time())
graph$sysreqs
#> [1] "apt-get install -y libicu-dev"          
#> [2] "apt-get install -y zlib1g-dev"          
#> [3] "apt-get install -y make"                
#> [4] "apt-get install -y libcurl4-openssl-dev"
#> [5] "apt-get install -y libssl-dev"

Created on 2023-09-06 with reprex v2.0.2

@gesistsa gesistsa locked as resolved and limited conversation to collaborators Sep 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant