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
The packages required by TDLM seem to require a high number of dependencies. When installing the development version of the package, I was asked to update several of my packages. This made the installation take much longer than expected.
It seems the package is sensitive to version numbers of dependencies. This may inhibit future development from multiple users.
A simple solution for this is just setting up a virtual environment that takes care of all dependencies. This can be implemented atleast for the development version. Here is an example of how renv can be set up - https://docs.posit.co/ide/user/ide/guide/environments/r/renv.html
Of course, if this is too much of an hastle at the moment, can be implemented in the future.
TDLM has six dependencies, the package renv is very interesting though, I will have a look at it for the future development of the package. Thank you for the suggestion.
The packages required by TDLM seem to require a high number of dependencies. When installing the development version of the package, I was asked to update several of my packages. This made the installation take much longer than expected.
It seems the package is sensitive to version numbers of dependencies. This may inhibit future development from multiple users.
A simple solution for this is just setting up a virtual environment that takes care of all dependencies. This can be implemented atleast for the development version. Here is an example of how renv can be set up - https://docs.posit.co/ide/user/ide/guide/environments/r/renv.html
Of course, if this is too much of an hastle at the moment, can be implemented in the future.
openjournals/joss-reviews#5434
The text was updated successfully, but these errors were encountered: