juanfung / frbca

Other
0 stars 0 forks source link

Use base pipe rather than magrittr pipe #12

Closed juanfung closed 6 months ago

juanfung commented 6 months ago

Code is currently relying on maggrittr pipe %>% but not needed anywhere. Use base R pipe |> introduced in R 4.1

juanfung commented 6 months ago

UPDATE: cannot remove magrittr pipe from NAMESPACE

Tried:

Will have to come back to this

juanfung commented 6 months ago

Resolved!