ecpolley / SuperLearner

Current version of the SuperLearner R package
272 stars 72 forks source link

Allow listWrappers() to be used without loading package #121

Closed ngreifer closed 5 years ago

ngreifer commented 5 years ago

These edits allow listWrappers() to be successfully called when SuperLearner isn't loaded, i.e., with SuperLearner::listWrappers(). This doesn't affect the functionality when it is loaded but allows users to see what options are available in SuperLearner without loading it. This may be helpful when SuperLearner functions are called from another package that doesn't require SuperLearner to be loaded and users may want to view the available algorithms and methods.

ecpolley commented 5 years ago

Thanks! That makes sense, on Github now.