tudo-r / BatchExperiments

BatchExperiments: Statistical experiments on batch computing clusters
Other
17 stars 5 forks source link

File test_all.R is missing #1

Closed mllg closed 10 years ago

mllg commented 10 years ago

I don't know why we need this, but obviously makeR needs this.

berndbischl commented 10 years ago

Of course for "make test"

This has always been the case and it should have been migrated as well in the first place....

I did this manually for BJ a few day ago.

mllg commented 10 years ago

No, seriously. Why do we need it? Can't we set the options in helpers.R?

berndbischl commented 10 years ago

We need it to call

a) testhat

b) Have a place where we can do custom initialization before we do this

About 2 years ago I decided to call this place test_all.R

We've always been at war with Eastasia.

berndbischl commented 10 years ago

And you also want to be able to source that file interactively. Which is why this case was also handled there.

Its just there. Just copy it, this takes 2 min.

berndbischl commented 10 years ago

Of course, you can try to generalize this, put 1 script into tools for this. Which is then not really flexible, as for some packages need some custom init before the tests.

So we can live with 10 lines copy paste, which we are not going to touch anyway.