Skip to content

Commit

Permalink
cran release
Browse files Browse the repository at this point in the history
  • Loading branch information
earowang committed Oct 28, 2018
1 parent b5dae8e commit 8ca8c84
Show file tree
Hide file tree
Showing 24 changed files with 69 additions and 44 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
^CRAN-RELEASE$
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: sugrrants
Title: Supporting Graphs for Analysing Time Series
Version: 0.1.9.9000
Version: 0.2.0
Authors@R:
c(person(given = "Earo",
family = "Wang",
Expand All @@ -27,9 +27,9 @@ Depends:
Imports:
dplyr (>= 0.7.0),
grid,
gtable,
lubridate (>= 1.7.1),
rlang (>= 0.2.0),
gtable
rlang (>= 0.2.0)
Suggests:
covr,
knitr,
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
Rscript -e "devtools::install(build_vignettes = TRUE, dependencies = FALSE)"

winbuild:
Rscript -e "devtools::build_win(version = 'R-devel', quiet = TRUE)"
Rscript -e "devtools::check_win_devel(quiet = TRUE)"

pkgdown:
Rscript -e "pkgdown::build_site()"
Expand Down
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# sugrrants 0.1.9.9000 (released as 0.2.0)
# sugrrants 0.2.0

* Added a new faceting method `facet_calendar()`.
* Added new argument `week_start` into `frame_calendar()` and deprecated `sunday` argument.
* Added new argument `week_start` into `frame_calendar()`
* Soft-deprecated `sunday` argument in `frame_calendar()` and will start issuing warnings in the next release.

# sugrrants 0.1.6

Expand Down
2 changes: 1 addition & 1 deletion docs/CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/ISSUE_TEMPLATE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/SUPPORT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions docs/articles/frame-calendar.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/draw-key.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8ca8c84

Please sign in to comment.