Skip to content

Commit

Permalink
Add CRAN comment and revdep check
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz-yos committed Feb 17, 2019
1 parent 81939b9 commit 2cec83a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 7 deletions.
30 changes: 23 additions & 7 deletions cran-comment.md
@@ -1,17 +1,28 @@
## What's new
The following changes are included.

tableone 0.9.3 (2018-04-28)
tableone 0.10.0 (2019-02-16)
----------------------------------------------------------------

BUG FIXES

* Fix incompatibility with lmerTest package (via runehaubo).
* Suppressed "No sampling weights provided" warning on svrepdesign.
* Fix a missing value handling issue (via @chipmanj).
Closes issue #26.

* mean (sd) was changed to mean (SD) to be consistent with
median [IQR].

NEW FEATURES

* Add a helper for exporting TableOne objects to Markdown
(via @malcolmbarrett). Currently, this is very basic. We hope
to extend its functionalities.

* README.md now lists similar or complementary projects.


## Test environments
* Local OS X 10.13.4, R 3.4.4
* Local OS X 10.14.2, R 3.5.2
* Ubuntu Linux on Travis-CI (release and devel)
* win-builder (release and devel)

Expand All @@ -23,6 +34,11 @@ BUG FIXES


## Downstream dependencies
Checked cvcrand : 0 errors | 0 warnings | 0 notes
Checked RcmdrPlugin.EZR: 1 error | 0 warnings | 0 notes
Checked rpsftm : 0 errors | 0 warnings | 0 notes
── CHECK ───────────────────────────────────────────────────────────────────────────────────────────────── 5 packages ──
✔ CluMP 0.7 ── E: 0 | W: 0 | N: 0
✔ cvcrand 0.0.2 ── E: 0 | W: 0 | N: 0
✔ jstable 0.7.9 ── E: 0 | W: 0 | N: 0
✔ RcmdrPlugin.EZR 1.38 ── E: 0 | W: 0 | N: 0
✔ rpsftm 1.2.3 ── E: 0 | W: 0 | N: 0
OK: 5
BROKEN: 0
12 changes: 12 additions & 0 deletions revdep_check.txt
@@ -0,0 +1,12 @@
── INIT ─────────────────────────────────────────────────────────────────────────────────────────── Computing revdeps ──
── INSTALL ─────────────────────────────────────────────────────────────────────────────────────────────── 2 versions ──
── CHECK ───────────────────────────────────────────────────────────────────────────────────────────────── 5 packages ──
✔ CluMP 0.7 ── E: 0 | W: 0 | N: 0
✔ cvcrand 0.0.2 ── E: 0 | W: 0 | N: 0
✔ jstable 0.7.9 ── E: 0 | W: 0 | N: 0
✔ RcmdrPlugin.EZR 1.38 ── E: 0 | W: 0 | N: 0
✔ rpsftm 1.2.3 ── E: 0 | W: 0 | N: 0
OK: 5
BROKEN: 0
Total time: 16 min
── REPORT ──────────────────────────────────────────────────────────────────────────────────────────────────────────────
Expand Down

0 comments on commit 2cec83a

Please sign in to comment.