You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I am trying to make renv work on an existing project, but no matter what I do I always get the error Error in FUN(X[[i]], ...) : object of type 'closure' is not subsettable when using renv::init().
I have a description file in my project, but I want renv to use all the files in the project (implicit mode). However I do get the same error with both methods.
I have installed the newest version of renv (1.0.11), on R version 4.3.0.
Any idea what this may be?
The text was updated successfully, but these errors were encountered:
Hello!
I am trying to make
renv
work on an existing project, but no matter what I do I always get the errorError in FUN(X[[i]], ...) : object of type 'closure' is not subsettable
when usingrenv::init()
.I have a description file in my project, but I want
renv
to use all the files in the project (implicit mode). However I do get the same error with both methods.I have installed the newest version of
renv
(1.0.11), on R version 4.3.0.Any idea what this may be?
The text was updated successfully, but these errors were encountered: