-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'hotfix/fix-0.8.0-cran-issues'
Fix spelling in DESCRIPTION Use knitr correctly for vignettes (tar ball includes build folder)
- Loading branch information
Showing
11 changed files
with
50 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,7 @@ | |
*.tar.gz | ||
*.Rcheck | ||
revdep | ||
/inst/doc/introduction.R | ||
/inst/doc/introduction.html | ||
/inst/doc/smd.R | ||
/inst/doc/smd.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Package: tableone | ||
Type: Package | ||
Title: Create "Table 1" to Describe Baseline Characteristics | ||
Title: Create 'Table 1' to Describe Baseline Characteristics | ||
Version: 0.8.1 | ||
Date: 2017-06-16 | ||
Author: Kazuki Yoshida, Justin Bohn. | ||
Maintainer: Kazuki Yoshida <[email protected]> | ||
Description: Creates "Table 1", i.e., description of baseline patient | ||
Description: Creates 'Table 1', i.e., description of baseline patient | ||
characteristics, which is essential in every medical research. | ||
Supports both continuous and categorical variables, as well as | ||
p-values and standardized mean differences. Weighted data are | ||
supported via the survey package. See github for a screencast. | ||
tableone was inspired by descriptive statistics functions in | ||
Deducer , a Java-based GUI package by Ian Fellows. This package | ||
supported via the 'survey' package. See 'github' for a screen cast. | ||
'tableone' was inspired by descriptive statistics functions in | ||
'Deducer' , a Java-based GUI package by Ian Fellows. This package | ||
does not require GUI or Java, and intended for command-line users. | ||
License: GPL-2 | ||
Imports: | ||
|
@@ -29,9 +29,9 @@ Suggests: | |
Matching, | ||
reshape2, | ||
ggplot2, | ||
rmarkdown, | ||
knitr, | ||
geepack, | ||
lme4 | ||
URL: https://github.com/kaz-yos/tableone | ||
VignetteBuilder: rmarkdown | ||
VignetteBuilder: knitr | ||
RoxygenNote: 6.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
* checking for file ‘/Users/kazuki/Documents/programming/r/tableone/DESCRIPTION’ ... OK | ||
* preparing ‘tableone’: | ||
* checking DESCRIPTION meta-information ... OK | ||
* checking for LF line-endings in source and make files | ||
* checking for empty or unneeded directories | ||
* building ‘tableone_0.8.1.tar.gz’ | ||
* using log directory ‘/Users/kazuki/Documents/programming/r/tableone/tableone.Rcheck’ | ||
* using R version 3.4.0 (2017-04-21) | ||
* using platform: x86_64-apple-darwin15.6.0 (64-bit) | ||
|
@@ -12,6 +6,8 @@ | |
* checking for file ‘tableone/DESCRIPTION’ ... OK | ||
* checking extension type ... Package | ||
* this is package ‘tableone’ version ‘0.8.1’ | ||
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers | ||
Maintainer: ‘Kazuki Yoshida <[email protected]>’ | ||
* checking package namespace information ... OK | ||
* checking package dependencies ... OK | ||
* checking if this is a source package ... OK | ||
|
@@ -23,6 +19,7 @@ | |
* checking whether package ‘tableone’ can be installed ... OK | ||
* checking installed package size ... OK | ||
* checking package directory ... OK | ||
* checking ‘build’ directory ... OK | ||
* checking DESCRIPTION meta-information ... OK | ||
* checking top-level files ... OK | ||
* checking for left-over files ... OK | ||
|
@@ -35,6 +32,7 @@ | |
* checking whether the package can be unloaded cleanly ... OK | ||
* checking whether the namespace can be loaded with stated dependencies ... OK | ||
* checking whether the namespace can be unloaded cleanly ... OK | ||
* checking use of S3 registration ... OK | ||
* checking dependencies in R code ... OK | ||
* checking S3 generic/method consistency ... OK | ||
* checking replacement functions ... OK | ||
|
@@ -55,7 +53,9 @@ | |
* checking for unstated dependencies in ‘tests’ ... OK | ||
* checking tests ... | ||
OK | ||
* checking for unstated dependencies in vignettes ... OK | ||
* checking package vignettes in ‘inst/doc’ ... OK | ||
* checking re-building of vignette outputs ... OK | ||
* checking PDF version of manual ... OK | ||
* DONE | ||
Status: OK | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,27 @@ | ||
## What's new | ||
The following changes are included. | ||
|
||
tableone 0.8.1 (2017-06-16) | ||
tableone 0.8.1 (2017-06-17) | ||
---------------------------------------------------------------- | ||
BUG FIX | ||
* Fix alignment issue with the Missing column. Note currently the | ||
percentage is shown with 1 decimal and this is hard-coded. | ||
* Change vignetteBuilder to knitr to form the index correctly. | ||
* Single-quote package names in DESCRIPTION. | ||
|
||
|
||
## Test environments | ||
* Local OS X 10.12.5, R 3.4.0 | ||
* Ubuntu Linux on Travis-CI (oldrel, release, and devel) | ||
* win-builder (release and devel) | ||
|
||
|
||
## R CMD check results | ||
* ERRORs: None | ||
* WARNINGs: None | ||
* NOTEs: | ||
- Author e-mail check | ||
* NOTEs: None | ||
|
||
|
||
## Downstream dependencies | ||
RcmdrPlugin.EZR GUI frontend: No change was made to APIs. | ||
Checked RcmdrPlugin.EZR: 0 errors | 0 warnings | 0 notes | ||
Checked rpsftm : 0 errors | 0 warnings | 0 notes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters