Open cvanpay opened 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!
usethis::use_pipe(export = TRUE)
Added double-colons for all dependencies for package creation. I should have found them all now, but I will keep testing and looking.
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!