shevandrin / rqti

Create QTI Exercises and Exams from R
https://shevandrin.github.io/rqti/
GNU General Public License v3.0
4 stars 2 forks source link

generics without {} #150

Closed johannes-titz closed 8 months ago

johannes-titz commented 9 months ago

see advanced R

Don't do this!

setGeneric("myGeneric", function(x) { standardGeneric("myGeneric") })