Skip to content

Commit 9767e77

Browse files
set version
1 parent c747d16 commit 9767e77

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

DESCRIPTION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: styler
33
Title: Non-Invasive Pretty Printing of R Code
4-
Version: 1.3.2.9000
4+
Version: 1.4.0
55
Authors@R:
66
c(person(given = "Kirill",
77
family = "Müller",
@@ -11,8 +11,8 @@ Authors@R:
1111
family = "Walthert",
1212
role = c("cre", "aut"),
1313
email = "[email protected]"))
14-
Description: Pretty-prints R code without changing the user's formatting
15-
intent.
14+
Description: Pretty-prints R code without changing the user's
15+
formatting intent.
1616
License: MIT + file LICENSE
1717
URL: https://github.com/r-lib/styler, https://styler.r-lib.org
1818
BugReports: https://github.com/r-lib/styler/issues
@@ -44,8 +44,8 @@ VignetteBuilder:
4444
knitr
4545
Encoding: UTF-8
4646
LazyData: true
47-
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate",
48-
"pkgapi::api_roclet"))
47+
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace",
48+
"collate", "pkgapi::api_roclet"))
4949
RoxygenNote: 7.1.1.9001
5050
Collate:
5151
'addins.R'

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# styler 1.3.2.9000 (Development)
1+
# styler 1.4.0
22

33
## API Changes
44

0 commit comments

Comments
 (0)