PredictiveEcology / Require

Simple R package to install and load packages conducive to a reproducible workflow
https://require.predictiveecology.org/
19 stars 5 forks source link

consider exporting objects being used by `SpaDES.core` #105

Closed achubaty closed 1 month ago

achubaty commented 4 months ago

SpaDES.core currently has:

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.

eliotmcintire commented 1 month ago

All 3 of these will be exported in V1.0.0