kidusasfaw / spatPomp

R package for statistical inference of spatiotemporal partially observed Markov processes
GNU General Public License v3.0
11 stars 10 forks source link

replace 'magrittr::%>%' with native '|>' #23

Closed kingaa closed 5 months ago

kingaa commented 5 months ago

This pull request does away with the use of the magrittr pipe %>% in favor of R's native pipe |>. While there are some features of %>% that are useful, these are not being used in the package at present and the native pipe has less overhead (both computational and in terms of package dependencies).