-
Notifications
You must be signed in to change notification settings - Fork 25
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
Move dev packages out from renv.lock and dependencies.R #614
Comments
Related issue: #343. There are other dev-only packages which are included in Rhino's |
I am receiving docker build errors that I believe is related to this. Only started after upgrading to [email protected]. Any idea how to resolve this? Quite urgent at the moment. Even reverting back to [email protected] does not solve the problem.
|
{renv} does have profiles. However, with the way things are currently structured, {rhino} can't make a use of them. That's because I think it comes down to separating runtime and dev-time benefits of {rhino}. A couple ideas:
|
box.lsp
is imported byrhino
. This shows up inrenv.lock
.treesitter
andtreesitter.r
are hard-coded intodependencies.R
. These show up inrenv.lock
.These are developer-use packages and should not be included in
renv.lock
. ordependencies.R
.The text was updated successfully, but these errors were encountered: