Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
josesho committed Feb 6, 2020
1 parent 38a1a62 commit d3f16ee
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
^README-.*\.png$
^CODE_OF_CONDUCT.md$
^CONTRIBUTING.MD$
^packrat/
^\.Rprofile$
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ inst/doc
revdep
# test figures
tests/testthat/Rplots.pdf
packrat/lib*/
packrat/src/
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dabestr
Type: Package
Title: Data Analysis using Bootstrap-Coupled Estimation
Version: 0.2.1.9000
Version: 0.2.3
Authors@R: c(
person("Joses W.", "Ho",
email = "[email protected]", role = c("cre", "aut")),
Expand Down Expand Up @@ -45,7 +45,7 @@ Imports:
stringr,
tibble,
tidyr
RoxygenNote: 6.1.1
RoxygenNote: 7.0.2
Suggests:
knitr,
rmarkdown,
Expand Down
2 changes: 1 addition & 1 deletion R/plot_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ get_tick_labels <- function(plot.obj, axes) {
panel.params <- plot.obj.build$layout$panel_params[[1]]

#### Modified in v0.2.3, update for ggplot2>=v3.3.0.
if (packageVersion("ggplot2") <= "3.2.1") {
if (utils::packageVersion("ggplot2") <= "3.2.1") {
xticks <- panel.params$x.labels
yticks <- panel.params$y.labels
} else {
Expand Down
14 changes: 12 additions & 2 deletions man/dabest.Rd

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

1 change: 0 additions & 1 deletion man/dabestr.Rd

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

32 changes: 23 additions & 9 deletions man/plot.dabest.Rd

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

0 comments on commit d3f16ee

Please sign in to comment.