Skip to content

Commit 0998556

Browse files
Few new CRAN fixes
1 parent 63ebeeb commit 0998556

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
- Ran reverse dependency checks using `revdepcheck` package.
1818

19+
- Updated CITATION file due to deprecated function and typo.
20+
1921
# joineRML 0.4.6
2022

2123
## Housekeeping

inst/CITATION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
citHeader("To cite joineRML in publications please use:")
22

3-
citEntry(
3+
bibentry(
4+
bibtype = "Article",
45
doi = "10.1186/s12874-018-0502-1",
56
url = "https://doi.org/10.1186%2Fs12874-018-0502-1",
67
year = "2018",
78
volume = "18",
89
number = "1",
9-
author = "Graeme L. Hickey and Pete Philipson and Andrea Jorgensen and ",
10+
author = "Graeme L. Hickey and Pete Philipson and Andrea Jorgensen and Ruwanthi Kolamunnage-Dona",
1011
title = "joineRML: a joint model and software package for time-to-event and multivariate longitudinal outcomes",
1112
journal = "BMC Medical Research Methodology",
12-
entry = "Article",
1313
textVersion = "G.L. Hickey, P. Philipson, A. Jorgensen and R. Kolamunnage-Dona. joineRML: a joint model and software package for time-to-event and multivariate longitudinal outcomes. BMC Med Res Methodol 18, 50 (2018). https://doi.org/10.1186/s12874-018-0502-1"
1414
)

joineRML.Rproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ BuildType: Package
1717
PackageUseDevtools: Yes
1818
PackageInstallArgs: --no-multiarch --with-keep.source
1919
PackageBuildArgs: --compact-vignettes=both
20-
PackageCheckArgs: --compact-vignettes=both
20+
PackageBuildBinaryArgs: --compact-vignettes=both
2121
PackageRoxygenize: rd,collate,namespace

0 commit comments

Comments
 (0)