Skip to content

Commit f1179e9

Browse files
author
Chris Mainey
committed
Updated news and cran comments, removed lazydata from Description
1 parent bb6ac90 commit f1179e9

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

DESCRIPTION

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
Package: FunnelPlotR
22
Type: Package
33
Title: Funnel Plots for Comparing Institutional Performance
4-
Version: 0.4.9999
4+
Version: 0.4.0
55
Authors@R: c(
66
person("Chris", "Mainey", ,"c.mainey@nhs.net", role= c("aut", "cre"),
77
comment = c(ORCID ="0000-0002-3018-6171")
88
),
9-
person("Andrew", "Johnson", ,"Andrew.Johnson@health.wa.gov.au", role="ctb",
10-
comment = c(ORCID ="0000-0002-3018-6171")
9+
person("Andrew", "Johnson", ,"Andrew.Johnson@health.wa.gov.au", role="ctb"
1110
),
1211
person("Matthew", "Bass", ,"matthew.bass@uhb.nhs.uk", role="ctb")
1312
)
@@ -18,7 +17,6 @@ License: MIT + file LICENSE
1817
URL: https://chrismainey.github.io/FunnelPlotR/, https://github.com/chrismainey/FunnelPlotR
1918
BugReports: https://github.com/chrismainey/FunnelPlotR/issues
2019
Encoding: UTF-8
21-
LazyData: true
2220
Imports: dplyr,
2321
ggrepel,
2422
ggplot2,

NEWS.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# FunnelPlotR 0.4.2
2-
3-
Major tidy up of the UI, inputs and the control. This is was to avoid inconsistency and help
1+
# FunnelPlotR 0.4.0
2+
3+
- Major tidy up of the UI, inputs, and control options. This is was to remove inconsistency and help with future development.
4+
- Several arguments renamed, all old arguments should show deprecation warnings and are documented in help files. Notably:
5+
- `Poisson_limits` and `OD_adjusted` are now `draw_unadjusted` and `draw_adjusted`.
6+
- `label_outliers` is now `label` with with more options for labelling rules.
7+
- New argument to highlight data points added.
8+
- Correction for non-monotonic transformation of limits for proportions. Thanks @andrjohns.
49

510

611
# FunnelPlotR 0.3.2

cran-comments.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,29 @@
11
## Release summary
2-
This is a minor release for the FunnelPlotR package, correcting a bug in the way one set of control limits were calculated, plus a several small typos in support material..
2+
This is a major update release for the FunnelPlotR package, changing several arguments to the core function for consistency, adding new functionality, and correcting errors in control limit calculations. All replaced function arguments are soft deprecated, and documented.
33

44
## Test environments
5-
* local windows 10, R 4.0.3
6-
* Windows, R devel 2020-09-09 r79174, on Win-builder
7-
* Ubuntu 16.04.6 LTS (on travis-ci), R 4.0.2
5+
* local windows 10, R 4.1.1
6+
7+
* R-devel, on Win-builder
88

99
* GitHub actions:
10-
* Mac OS x 10.15.7, R 4.0.3
11-
* Windows Server x64 2019, R 4.0.3
10+
* Mac OS x 10.15.7 19H1323, R 4.1.1
11+
* Windows Server x64 2019, R 4.1.1
1212
* Windows Server x64 latest, R 3.6.3
13-
* Ubuntu 16.04.07, R-devel 2020-11-27 r79522
14-
* Ubuntu 16.04.07, R 4.0.3
15-
* Ubuntu 16.04.07, R 3.6.3
16-
* Ubuntu 16.04.07, R 3.5.3
17-
* Ubuntu 16.04.07, R 3.4.4
18-
* Ubuntu 16.04.07, R 3.3.3
13+
* Ubuntu 20.04.3 LTS, R-devel 2021-09-11 r80887
14+
* Ubuntu 20.04.3 LTS, R 4.1.1
1915

2016
* r-hub:
21-
* Ubuntu Linux 16.04 LTS, R-release, GCC
17+
* Ubuntu Linux 20.04.1 LTS, R-release, GCC
18+
* x86_64-pc-linux-gnu
2219
* Fedora Linux, R-devel, clang, gfortran
2320
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit
2421

2522
## R CMD check results
2623
There were no ERRORs or WARNINGs.
2724

28-
NOTE on Win-builder for possibly invalid URL. URL was checked and is valid.
29-
NOTE on R-Hub Fedora: checking for future file timestamps - unable to verify current time
25+
NOTE concerning new maintainer is a change of email address for the old maintainer after changing role.
26+
NOTEs for 'possibly invalid URL' have all been checked and are valid.
3027

3128

3229
## Downstream dependencies

0 commit comments

Comments
 (0)