Skip to content

Commit 155a953

Browse files
committed
Merge tag 'v0.0-1'
Initial release, work in progress. - Create and serialize nested parse data. - Internal support for indention of expressions with parentheses. - Adding and removing spaces around operators on flat parse data.
2 parents 4e04567 + bfa250e commit 155a953

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: styler
22
Title: Non-invasive Pretty Printing of R code
3-
Version: 0.0-0
3+
Version: 0.0-1
44
Authors@R: person("Kirill", "Müller", role = c("aut", "cre"), email = "[email protected]")
55
Description:
66
Pretty-prints R code without changing the user's formatting intent.
@@ -22,7 +22,7 @@ Remotes:
2222
License: GPL-3
2323
Encoding: UTF-8
2424
LazyData: true
25-
Date: 2017-02-03
25+
Date: 2017-06-15
2626
BugReports: https://github.com/krlmlr/styler/issues
2727
URL: https://github.com/krlmlr/styler, http://krlmlr.github.io/styler
2828
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "pkgapi::api_roclet"))

NEWS.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
## roxygen2md 0.0-2 (2017-02-03)
2-
3-
- Now uses global replacement again.
4-
- Improve detection for existing `markdown = TRUE` setting in `DESCRIPTION`.
5-
6-
7-
## roxygen2md 0.0-1 (2017-02-03)
8-
9-
Initial GitHub release.
10-
11-
- Single function `roxygen2md()` that can be run in the package's directory and converts all roxygen2 comments to Markdown. The `DESCRIPTION` is edited if necessary, or a message is given that the user should edit themselves.
12-
- RStudio add-in with single menu item "Rd to Markdown".
13-
1+
## styler 0.0-1 (2017-06-15)
142

3+
Initial release, work in progress.
154

5+
- Create and serialize nested parse data.
6+
- Internal support for indention of expressions with parentheses.
7+
- Adding and removing spaces around operators on flat parse data.

0 commit comments

Comments
 (0)