You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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)
14
2
3
+
Initial release, work in progress.
15
4
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