-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c7dd5f
commit 66f5498
Showing
12 changed files
with
44 additions
and
35 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 |
---|---|---|
|
@@ -3,3 +3,5 @@ | |
^testing$ | ||
^data-raw$ | ||
^_archive$ | ||
^cran-comments.md$ | ||
^CRAN-SUBMISSION$ |
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ src/*.dll | |
src/.n* | ||
.Rapp.history | ||
*.swp | ||
CRAN-SUBMISSION |
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,13 +1,12 @@ | ||
Package: gmvjoint | ||
Type: Package | ||
Title: Joint models of survival and multivariate longitudinal data | ||
Version: 0.1 | ||
Title: Joint Models of Survival and Multivariate Longitudinal Data | ||
Version: 0.1.0 | ||
Date: 2022-12-05 | ||
Author: James Murray | ||
Maintainer: James Murray <[email protected]> | ||
Authors@R: person("James", "Murray", email = "[email protected]", role = c("aut", "cre")) | ||
Description: Fit joint models of survival and multivariate longitudinal data. The longitudinal | ||
data is specified by generalised linear mixed models. The joint models are fit via maximum | ||
likelihood using an approximate EM algorithm. | ||
data is specified by generalised linear mixed models. The joint models are fit via maximum | ||
likelihood using an approximate EM algorithm. | ||
License: GPL-3 | ||
Depends: | ||
R (>= 3.6.0), | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## R CMD check results | ||
0 Errors | 0 Warnings | 1 Note. | ||
|
||
Note: | ||
installed size is 5.9Mb | ||
sub-directories of 1Mb or more: | ||
libs 5.6Mb | ||
|
||
i.e. gmvjoint.so has size 5.6Mb. | ||
|
||
## Test environments | ||
|
||
* Local Ubuntu (R version 3.6.3). | ||
* MacOS (Release, via mac.r-project.org). | ||
* Windows (Release and devel, via win-builde.r-project.org). | ||
|
||
R-hub build OK. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.