wincowgerDEV / OpenSpecy-package

Analyze, Process, Identify, and Share, Raman and (FT)IR Spectra
http://wincowger.com/OpenSpecy-package/
Creative Commons Attribution 4.0 International
23 stars 11 forks source link

Reduce dependencies #64

Closed zsteinmetz closed 3 years ago

zsteinmetz commented 3 years ago

Use pipe operator %>% from dplyr instead of magrittr to reduce dependencies and facilitate maintenance; code was simplified accordingly.

Ready for merge if approved by @wincowgerDEV.

wincowgerDEV commented 3 years ago

Good call, looks like dplyr already imports %>% directly from magittr so no need to import twice, plus lots of fun stuff in dplyr. https://github.com/tidyverse/dplyr/blob/master/NEWS.md

I read through the code and it looks great! @zsteinmetz