Skip to content

Commit

Permalink
(textproc/R-foramtR) Updated 1.11 to 1.14
Browse files Browse the repository at this point in the history
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
mef committed Jun 3, 2023
1 parent 8a156f0 commit 58076b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/R-formatR/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.7 2021/09/04 12:45:00 mef Exp $
# $NetBSD: Makefile,v 1.8 2023/06/03 13:51:56 mef Exp $

R_PKGNAME= formatR
R_PKGVER= 1.11
R_PKGVER= 1.14
CATEGORIES= textproc

MAINTAINER= [email protected]
Expand Down
8 changes: 4 additions & 4 deletions textproc/R-formatR/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2021/10/26 11:21:30 nia Exp $
$NetBSD: distinfo,v 1.9 2023/06/03 13:51:56 mef Exp $

BLAKE2s (R/formatR_1.11.tar.gz) = 79d6e307f3d054fca07aa35c094ce5d38f84b11b944ac561df5018e325c34a6c
SHA512 (R/formatR_1.11.tar.gz) = 448eb939300e060b5cf4ae5b2c3b5067469600d7a888de8725bf68fa3ec503419bfa5e2a969e42b295ed823408e9752597478432468758fc98af12ae1943937f
Size (R/formatR_1.11.tar.gz) = 95158 bytes
BLAKE2s (R/formatR_1.14.tar.gz) = ff07fb5ff191a7dfb57bb25b45d61e2018f36bd0a6b055fc2500a977b6d60548
SHA512 (R/formatR_1.14.tar.gz) = bbf5791f677f843fbe63e817eb54e8f727103ca1cc6e92f403380ab4812c07bc7c5b3f1db0a848be986b525ee5c71121079a5f0f688fbd2c9978555482a91197
Size (R/formatR_1.14.tar.gz) = 96077 bytes

0 comments on commit 58076b6

Please sign in to comment.