metrumresearchgroup / mrgsolve

Simulate from ODE-based population PK/PD and QSP models in R
https://mrgsolve.org
GNU General Public License v2.0
131 stars 36 forks source link

Remove magrittr pipe from production code #1244

Closed kylebaron closed 1 month ago

kylebaron commented 1 month ago

Modify production code to remove %>%. It's still there in lots of examples and tests, but I've wanted to remove it from package code and adhere to that going forward.