RobinHankin / permutations

https://robinhankin.github.io/permutations/
5 stars 3 forks source link

stop() diagnostics #27

Closed RobinHankin closed 2 years ago

RobinHankin commented 2 years ago

Writing R extensions, section 1.7 "diagnostic messages", says:

In R error messages do not construct a message with paste (such messages will not be translated) but via multiple arguments to stop or warning, or via gettextf.

And there are loads of cases of stop(paste(...)) in R/perm_ops.R and R/permfuns.R.