pdrhlik / sweary

R package that collects swear words from different languages.
MIT License
19 stars 8 forks source link

Description suggest an import #45

Open mczyzj opened 5 years ago

mczyzj commented 5 years ago

As the build_sweary function is the core of this package I think all the packages that it depends on should be in Import rather than Suggest. Also In sweary.R i think it would be better to import piping operator than use it as globalVariable i.e. add line:

' @importFrom magrittr %>%