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

IRkernel dependency not properly recognised #1528

Closed
AlreadyTakenJonas opened this issue Jul 8, 2023 · 2 comments · Fixed by #1532
Closed

IRkernel dependency not properly recognised #1528

AlreadyTakenJonas opened this issue Jul 8, 2023 · 2 comments · Fixed by #1532

Comments

@AlreadyTakenJonas
Copy link

I'm currently struggling to move a project of mine from my local computer to the universities jupyter lab server and I think I might have spotted a bug.

I already stumbled across #929 and that is also happening on my system, but I think the issue is not fully resolved. When I create a .ipynb file, renv::status() recognises IRKernel is needed, but the package IRKernel (upper case "K") does not exists and is not installable. The package is actually called IRkernel (with a lower case "k"). I can install IRkernel (lower case "k"), but renv::status() still shows the IRKernel (upper case "K") package as missing dependency.

@AlreadyTakenJonas
Copy link
Author

I case anyone has the same problem: A possible workaround is to set renv::settings$ignored.packages("IRKernel") and create a new .R file containing require(IRkernel).

hadley added a commit that referenced this issue Jul 10, 2023
kevinushey pushed a commit that referenced this issue Jul 10, 2023
@AlreadyTakenJonas
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant