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
An easy workaround is to just insert library(checkmate) somewhere in my code, but I'm sure there is a better solution.
To be clear, installing the package works fine, it's just the dependency discovery that fails. If you think this is worth investigating, I'm happy to try and make a reproducible example. I also understand if you think this falls out of the scope of this package. But the fact that the problem persists across multiple tools makes me think the wires are crossed somewhere in REDCapR
The text was updated successfully, but these errors were encountered:
Whenever I run
renv::snapshot()
orrsconnect::writeMainfest()
in my projects that useREDCapR
it fails to find thecheckmate
dependency 🤷♂An easy workaround is to just insert
library(checkmate)
somewhere in my code, but I'm sure there is a better solution.To be clear, installing the package works fine, it's just the dependency discovery that fails. If you think this is worth investigating, I'm happy to try and make a reproducible example. I also understand if you think this falls out of the scope of this package. But the fact that the problem persists across multiple tools makes me think the wires are crossed somewhere in
REDCapR
The text was updated successfully, but these errors were encountered: