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

FAQ - How do I install the {curl} package? #123

Open
terrymclaughlin opened this issue Nov 28, 2024 · 0 comments · May be fixed by #124
Open

FAQ - How do I install the {curl} package? #123

terrymclaughlin opened this issue Nov 28, 2024 · 0 comments · May be fixed by #124
Assignees
Labels
enhancement New feature or request

Comments

@terrymclaughlin
Copy link
Contributor

terrymclaughlin commented Nov 28, 2024

What technology is the question related to?
R

Question:
How do I install the {curl} package?

Answer:
The {curl} package from v6.0.0 onwards requires a C++17 compiler. The existing Posit Workbench environment does not provide a C++17 compiler. The solution is to install v5.2.3 of the {curl} package.

Additional context
Posit Package Manager can be used to install the binary of {curl} v5.2.3 with:

remotes::install_version("curl", "5.2.3")
@terrymclaughlin terrymclaughlin added the enhancement New feature or request label Nov 28, 2024
@terrymclaughlin terrymclaughlin self-assigned this Nov 28, 2024
@terrymclaughlin terrymclaughlin linked a pull request Nov 28, 2024 that will close this issue
@terrymclaughlin terrymclaughlin linked a pull request Nov 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant