Skip to content

Commit

Permalink
Merge pull request #455 from openpharma/454-release-visr-031
Browse files Browse the repository at this point in the history
454 release visr 031
  • Loading branch information
bailliem authored Aug 19, 2022
2 parents 509bdb2 + 0c5fff3 commit 3d0a1bf
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
^cran-comments\.md$
^tests/testthat/_snaps$
^CRAN-SUBMISSION$
^revdep$
2 changes: 0 additions & 2 deletions CRAN-RELEASE

This file was deleted.

3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 0.3.1
Date: 2022-08-17 20:02:15 UTC
SHA: 58605b99d1aaae107d6cccffe018717438e99e8f
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: visR
Title: Clinical Graphs and Tables Adhering to Graphical Principles
Version: 0.3.0.9004
Version: 0.3.1
Authors@R: c(
person("Mark", "Baillie", , "bailliem@gmail.com", role = c("aut", "cre", "cph")),
person("Diego", "Saldana", , "diego.saldana@roche.com", role = "aut"),
Expand Down Expand Up @@ -57,7 +57,6 @@ Suggests:
tibble,
tidycmprsk (>= 0.1.1),
vdiffr
Remotes: therneau/survival
VignetteBuilder:
knitr
biocViews:
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# visR (development version)
# visR 0.3.1

* We now zoom in on a figure (e.g. Kaplan-Meier figure) with `ggplot2::coord_cartesian()` instead of using `scale_x_continuous(limits=)` and `scale_y_continuous(limits=)`. The latter first removes data outside the limits, then constructs the line. Zooming constructs the full line, then zooms into the limits. This is useful because the risktable often reports estimates near the end of a KM figure, but the line is cutoff and not shown at the last time point. (#402)

Expand Down
6 changes: 6 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Resubmission
This is a resubmission. In this version I have:

* Resolved a warning from a failing test - see update below,
* Updated DESCRIPTION file to require latest version of survival (>= 3.4-0).

## Test environments
* Ubuntu 18.04 LTS (on github actions), devel, release, oldrel-1, oldrel-2, oldrel-3, oldrel-4
* Windows Server 2019 (on github actions), release
Expand Down

0 comments on commit 3d0a1bf

Please sign in to comment.