jamesmartherus/drumr

stringr imports

Closed this issue · 1 comments

The DESCRIPTION files lists stringr under Imports but nothing is imported from that package in the NAMESPACE file. The R/beat.R file has lots of calls to functions from stringr but they are not preceded by stringr:: so those calls fail with the error could not find function "str_...

Thanks! Should be fixed now.