stringr imports
Closed this issue · 1 comments
spkaluzny commented
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_...
jamesmartherus commented
Thanks! Should be fixed now.