File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
Package: styler
2
2
Title: Non-invasive Pretty Printing of R code
3
- Version: 0.0-2
3
+ Version: 0.0-3
4
4
Authors@R: person("Kirill", "Müller", role = c("aut", "cre"), email = "
[email protected] ")
5
5
Description:
6
6
Pretty-prints R code without changing the user's formatting intent.
Original file line number Diff line number Diff line change
1
+ ## styler 0.0-3 (2017-06-15)
2
+
3
+ - Technical release for creation of pkgdown documentation.
4
+
5
+
1
6
## styler 0.0-2 (2017-06-15)
2
7
3
8
- Technical release for creation of pkgdown documentation.
Original file line number Diff line number Diff line change 1
1
get_stage(" after_success" ) %> %
2
2
add_step(step_hello_world()) %> %
3
- add_step(step_run_covr( ))
3
+ add_step(step_run_code( covr :: codecov() ))
4
4
5
5
get_stage(" deploy" ) %> %
6
6
add_step(step_install_ssh_keys()) %> %
You can’t perform that action at this time.
0 commit comments