snystrom / memes

An R interface to the MEME Suite
https://snystrom.github.io/memes/
Other
43 stars 5 forks source link

fix system.file issue during R CMD Check examples #73

Closed snystrom closed 3 years ago

snystrom commented 3 years ago

examples calling system.file fail R CMD CHECK when pkg isn't installed (duh). For now, I wrapped these examples in \dontrun{}.