zachmayer / caretEnsemble

caret models all the way down :turtle:
http://zachmayer.github.io/caretEnsemble/
Other
226 stars 75 forks source link

remove dependency on EWStools to build test data #98

Closed zachmayer closed 9 years ago

zachmayer commented 9 years ago

Can we make a degenerate test case that doesn't depend on having EWStools installed? I understand why you want tests based on your own data, but I'd ideally like to be able to build the test datasets only using packages from CRAN.

zachmayer commented 9 years ago

@jknowles ^

jknowles commented 9 years ago

Yes absolutely. I actually thought I dropped out the dependency and just included the data, but some legacy code must live on.

I'll fix this. I don't want to link these two packages that way either!

zachmayer commented 9 years ago

Great! The link is in the data-raw/build_test_data.R script.

I'm in the middle of a big PR to change multiPredict to predict.caretList.

zachmayer commented 9 years ago

I believe #111 closed this.