Jacob Wujciak-Jens

Results 29 issues of Jacob Wujciak-Jens

While setting up touchstone I noticed that some of the `assertXXX` functions are not very performant. I will investigate and rework if necessary.

bug

[{cli}](https://cli.r-lib.org/index.html) makes it easy to create very nice looking cli interfaces and even allows for formating error messages e.g. to add information on how to solve the issue. I have...

https://testthat.r-lib.org/articles/third-edition.html This will require some restructuring of the tests, specifically the hedgehog tests, therefor this is something to integrate with the bigger changes of #75.

* *bernoulli* as "standard" alternative to *binary* * *gaussian* as "standard" alternative to *normal*

feature
docs

This is of course already possible through using functions in nonrandom distribution. But how about formalizing user defined distributions by allowing to pass either one of the usual dist strings...

feature

I was just looking through the code and I noticed something changed that probably shouldn't have. Whenever we pass a data.table as an argument to a function, it is imperative...

While getting the new evalDef working (need to pass link from defData), I noticed that the first defined variable is not checked by evalDef, only tested to see if it...

feature
question