Closed achubaty closed 3 months ago
SpaDES.core currently has:
SpaDES.core
compareVersion2 <- getFromNamespace("compareVersion2", "Require") extractInequality <- getFromNamespace("extractInequality", "Require") messageVerbose <- utils::getFromNamespace("messageVerbose", "Require")
these should be properly exported by Require for use with other packages, even if they are inteded for 'developers' and not for users.
Require
All 3 of these will be exported in V1.0.0
SpaDES.core
currently has:these should be properly exported by
Require
for use with other packages, even if they are inteded for 'developers' and not for users.