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

[Failed to install tern package]: <Failed to install tern package in 4.1.2 R version.> #1217

Closed
3 tasks done
chengzhang96 opened this issue Mar 29, 2024 · 3 comments
Closed
3 tasks done
Labels
question Further information is requested

Comments

@chengzhang96
Copy link

What is your question?

My R version is 4.1.2, when I try to install the tern package, it tells me that the dependency package "estimability" requires R (>= 4.3.0), is there any way for me to successfully install the tern package in R version 4.1.2?
屏幕截图 2024-03-29 182956

Code of Conduct

  • I agree to follow this project's Code of Conduct.

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines.

Security Policy

  • I agree to follow this project's Security Policy.
@chengzhang96 chengzhang96 added the question Further information is requested label Mar 29, 2024
@Melkiades
Copy link
Contributor

@pawelru do we then need tern R>4.3? Maybe it is a dependency we can have a lower minimum version?

@chengzhang96
Copy link
Author

chengzhang96 commented Apr 2, 2024

library(devtools)
install_version("estimability", version = "1.4.1")

I can now successfully install the tern package by installing v1.4.1 of estimability, thanks!

@pawelru
Copy link
Contributor

pawelru commented Apr 2, 2024

@pawelru do we then need tern R>4.3? Maybe it is a dependency we can have a lower minimum version?

We definitely don't. It's due to external dependency that is out of our control. Luckily OP managed to find the root cause and find a work around. I think it's fair to close it.

@pawelru pawelru closed this as completed Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants