kurtawirth / botscan

R tool for scanning Twitter for bot activity on a conversation level.
GNU General Public License v3.0
10 stars 6 forks source link

Replace magrittr pipe with native R pipe #34

Closed ryantmoore closed 3 years ago

ryantmoore commented 3 years ago

We currently import the magrittr pipe (%>%) in function botscan(). Replacing this with the post-R-4.1.0 native pipe (|>) will allow our package to have one fewer dependency.

We'll need to update the R version requirements.

ryantmoore commented 3 years ago

This is implemented in 74c607ee014046851fbdf2602502cc880c5a36de