79340032

Date: 2025-01-08 16:33:17
Score: 1
Natty:
Report link

If you nevertheless want to use require() in a package function like I did, here is a workaround that does not trip R CMD CHECK:

do.call(require,list(x, character.only=TRUE))

where x is a character object naming the package.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Arpaxad