Path to this page:
Subject: CVS commit: pkgsrc/textproc/R-formatR
From: Makoto Fujiwara
Date: 2023-06-03 15:51:56
Message id: 20230603135156.85BD7FA88@cvs.NetBSD.org
Log Message:
(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).
Files: