Skip to content

Commit fe6f3a7

Browse files
committed
Merge branch 'r-0.0-3' into production
2 parents 3b342f0 + ddd5746 commit fe6f3a7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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-2
3+
Version: 0.0-3
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.

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## styler 0.0-3 (2017-06-15)
2+
3+
- Technical release for creation of pkgdown documentation.
4+
5+
16
## styler 0.0-2 (2017-06-15)
27

38
- Technical release for creation of pkgdown documentation.

tic.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
get_stage("after_success") %>%
22
add_step(step_hello_world()) %>%
3-
add_step(step_run_covr())
3+
add_step(step_run_code(covr::codecov()))
44

55
get_stage("deploy") %>%
66
add_step(step_install_ssh_keys()) %>%

0 commit comments

Comments
 (0)