Skip to content

Commit 182a47d

Browse files
Final tweaks to satisfy R CMD
1 parent 05b7d12 commit 182a47d

File tree

5 files changed

+13
-17
lines changed

5 files changed

+13
-17
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Authors@R: c(
1616
role = "ctb"),
1717
person("Dimitris", "Rizopoulos", email = "[email protected]",
1818
role = c("ctb", "dtc"),
19-
comment = "R/renal.R, R/hessian.R, R/vcov.R")
19+
comment = "data/renal.rda, R/hessian.R, R/vcov.R")
2020
)
2121
Maintainer: Graeme L. Hickey <[email protected]>
2222
Date: 2017-03-25

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# joineRML 0.1.1.9000 (devel version).
1+
# joineRML 0.2.0
22

33
## New features
44

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ knitr::opts_chunk$set(
1717
[![Travis-CI Build Status](https://travis-ci.org/graemeleehickey/joineRML.svg?branch=master)](https://travis-ci.org/graemeleehickey/joineRML)
1818
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/graemeleehickey/joineRML?branch=master&svg=true)](https://ci.appveyor.com/project/graemeleehickey/joineRML)
1919
[![License](https://img.shields.io/badge/License-GPL%20%28%3E=%203%29-brightgreen.svg)](http://www.gnu.org/licenses/gpl-3.0.html)
20-
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/joineRML)](https://cran.r-project.org/package=joineRML)
21-
[![](http://cranlogs.r-pkg.org/badges/joineRML)](http://cran.rstudio.com/web/packages/joineRML/index.html)
20+
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/joineRML)](https://CRAN.R-project.org/package=joineRML)
21+
[![](http://cranlogs.r-pkg.org/badges/joineRML)](https://CRAN.R-project.org/package=joineRML)
2222
[![codecov](https://codecov.io/gh/graemeleehickey/joineRML/branch/master/graph/badge.svg)](https://codecov.io/gh/graemeleehickey/joineRML)
2323

2424
`joineRML` is an extension of the joineR package for fitting joint models of time-to-event data and multivariate longitudinal data. The model fitted in joineRML is an extension of the Wulfsohn and Tsiatis (1997) and Henderson et al. (2000) models, which is comprised on $(K+1)$-sub-models: a Cox proportional hazards regression model (Cox, 1972) and a $K$-variate linear mixed-effects model - a direct extension of the Laird and Ware (1982) regression model. The model is fitted using a Monte Carlo Expectation-Maximization (MCEM) algorithm, which closely follows the methodology presented by Lin et al. (2002).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
joineRML
44
========
55

6-
[![Travis-CI Build Status](https://travis-ci.org/graemeleehickey/joineRML.svg?branch=master)](https://travis-ci.org/graemeleehickey/joineRML) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/graemeleehickey/joineRML?branch=master&svg=true)](https://ci.appveyor.com/project/graemeleehickey/joineRML) [![License](https://img.shields.io/badge/License-GPL%20%28%3E=%203%29-brightgreen.svg)](http://www.gnu.org/licenses/gpl-3.0.html) [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/joineRML)](https://cran.r-project.org/package=joineRML) [![](http://cranlogs.r-pkg.org/badges/joineRML)](http://cran.rstudio.com/web/packages/joineRML/index.html) [![codecov](https://codecov.io/gh/graemeleehickey/joineRML/branch/master/graph/badge.svg)](https://codecov.io/gh/graemeleehickey/joineRML)
6+
[![Travis-CI Build Status](https://travis-ci.org/graemeleehickey/joineRML.svg?branch=master)](https://travis-ci.org/graemeleehickey/joineRML) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/graemeleehickey/joineRML?branch=master&svg=true)](https://ci.appveyor.com/project/graemeleehickey/joineRML) [![License](https://img.shields.io/badge/License-GPL%20%28%3E=%203%29-brightgreen.svg)](http://www.gnu.org/licenses/gpl-3.0.html) [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/joineRML)](https://CRAN.R-project.org/package=joineRML) [![](http://cranlogs.r-pkg.org/badges/joineRML)](https://CRAN.R-project.org/package=joineRML) [![codecov](https://codecov.io/gh/graemeleehickey/joineRML/branch/master/graph/badge.svg)](https://codecov.io/gh/graemeleehickey/joineRML)
77

88
`joineRML` is an extension of the joineR package for fitting joint models of time-to-event data and multivariate longitudinal data. The model fitted in joineRML is an extension of the Wulfsohn and Tsiatis (1997) and Henderson et al. (2000) models, which is comprised on (*K* + 1)-sub-models: a Cox proportional hazards regression model (Cox, 1972) and a *K*-variate linear mixed-effects model - a direct extension of the Laird and Ware (1982) regression model. The model is fitted using a Monte Carlo Expectation-Maximization (MCEM) algorithm, which closely follows the methodology presented by Lin et al. (2002).
99

cran-comments.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
1-
## Resubmission
2-
This is a resubmission owing to an installation ERROR reported by CRAN checks for r-oldrel-windows-ix86+x86_64. In this version I have:
3-
4-
* Patched sigma.mjoint.R to reference S3 method for sigma depending on version number.
5-
61
## Test environments
7-
* local OS X install, R 3.3.1
8-
* ubuntu 12.04 (on travis-ci), R 3.3.1
9-
* local Windows 7 Enterprise SP1 install, R 3.3.1 (via github_install)
10-
* win-builder (devel and release)
11-
* r-oldrel-windows (via R-hub)
2+
* local OS X install, R 3.3.3
3+
* ubuntu 12.04 (on travis-ci), R 3.3.2 (+ devel, oldrel)
4+
* windows (on appveyor)
5+
* win-builder (devel, release)
6+
* tested on several R-hub platforms
127

138
## R CMD check results
149

15-
0 errors | 0 warnings | 0 notes
10+
0 errors | 0 warnings | 1 notes
1611

1712
## Reverse dependencies
1813

1914
There are no reverse dependencies.
2015

2116
## Other notes
2217

23-
The vignette code can take about 15-20 minutes to run due to the Monte Carlo simulation example.
18+
* win-builder NOTE refers to a spelling error, but word (covariates) is correct.
19+
* The vignette code can take about 15-20 minutes to run due to the Monte Carlo simulation example.

0 commit comments

Comments
 (0)