marisacasillas / chattr-basic

R package for extracting turn-interactive measures from tabular conversation data.
7 stars 3 forks source link

Added double-colons for all dependencies for future package creation and added library(magrittr) so the pipe is not broken. #17

Open cvanpay opened 3 years ago

cvanpay commented 3 years ago

When you are ready to make a package we can remove this line and use usethis::use_pipe(export = TRUE) to have the pipe properly included!

cvanpay commented 3 years ago

Added double-colons for all dependencies for package creation. I should have found them all now, but I will keep testing and looking.