Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(textproc/R-foramtR) Updated 1.11 to 1.14
https://github.com/yihui/formatR/releases/ 1.14 - tidy_source() supports the := operator now (which is widely used in data.table). 1.13 - tidy_source() supports anonymous functions of the form \(args) expr for R >= 4.1.0 now (thanks, @notPlancha, #98). 1.12 - Added a new argument pipe to tidy_source(). If pipe = TRUE, it will convert the magrittr pipe %>% to the base R pipe operator |>. - Added a function tidy_rstudio() to reformat R code in the RStudio editor. - Added a function tidy_pipe() to substitute %>% with |> (currently works only in RStudio).
- Loading branch information