Skip to content

Commit a44ae79

Browse files
tidy up and update description
1 parent 877b4af commit a44ae79

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

DESCRIPTION

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
Package: styler
22
Title: Non-Invasive Pretty Printing of R Code
3-
Version: 1.0.2.9000
4-
Date: 2018-06-21
5-
Authors@R: c(person("Kirill", "Müller", role = c("aut"), email = "[email protected]"),
6-
person("Lorenz", "Walthert", role = c("cre", "aut"), email = "[email protected]"))
7-
Description:
8-
Pretty-prints R code without changing the user's formatting intent.
3+
Version: 1.1.0
4+
Date: 2018-11-20
5+
Authors@R:
6+
c(person(given = "Kirill",
7+
family = "Müller",
8+
role = "aut",
9+
email = "[email protected]"),
10+
person(given = "Lorenz",
11+
family = "Walthert",
12+
role = c("cre", "aut"),
13+
email = "[email protected]"))
14+
Description: Pretty-prints R code without changing the
15+
user's formatting intent.
916
License: GPL-3
1017
URL: https://github.com/r-lib/styler
1118
BugReports: https://github.com/r-lib/styler/issues
@@ -26,15 +33,17 @@ Suggests:
2633
dplyr,
2734
here,
2835
knitr,
36+
prettycode,
2937
rmarkdown,
3038
rstudioapi,
31-
testthat,
32-
prettycode
33-
VignetteBuilder: knitr
39+
testthat
40+
VignetteBuilder:
41+
knitr
3442
Encoding: UTF-8
3543
LazyData: true
36-
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate", "pkgapi::api_roclet"))
37-
RoxygenNote: 6.1.0
44+
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace",
45+
"collate", "pkgapi::api_roclet"))
46+
RoxygenNote: 6.1.1
3847
Collate:
3948
'addins.R'
4049
'communicate.R'

0 commit comments

Comments
 (0)