remove connect_to_etn() and usage of connection argument from all function examples, this function is hard deprecated as of #313
Also drop purrr as a dependency, is unused. I only recently added it, and apparently refactored out the code where I used it.
Note that R CMD CHECK will still fail as long as the changes from #313 are not merged and updated into this branch. You can check the package without vignettes by running: devtools::check(vignette = FALSE)
connect_to_etn()
and usage ofconnection
argument from all function examples, this function is hard deprecated as of #313purrr
as a dependency, is unused. I only recently added it, and apparently refactored out the code where I used it.Note that R CMD CHECK will still fail as long as the changes from #313 are not merged and updated into this branch. You can check the package without vignettes by running:
devtools::check(vignette = FALSE)