From e2316b51cd8abbe4c1c40820759c924c4646dd3a Mon Sep 17 00:00:00 2001 From: Achim Zeileis Date: Sat, 22 May 2021 16:13:33 +0200 Subject: [PATCH 1/2] move survival from Imports to Suggests (used in vignette) and omit unnecessary LazyData --- DESCRIPTION | 5 ++--- NEWS.Rmd | 4 ++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e07c390..84f2b45 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ggparty Title: 'ggplot' Visualizations for the 'partykit' Package -Version: 1.0.0 +Version: 1.0.1 Authors@R: c( person("Martin", "Borkovec", role = c("aut", "cre"), email = "martin.borkovec@skyforge.at"), person("Niyaz", "Madin", role = c("aut"), email = "niyaz.madin@gmail.com"), @@ -26,13 +26,13 @@ Imports: utils, checkmate, methods, - survival, rlang Suggests: testthat, mlbench, AER, coin, + survival, vdiffr, knitr, rmarkdown, @@ -43,7 +43,6 @@ License: GPL-2 | GPL-3 URL: https://github.com/martin-borkovec/ggparty BugReports: https://github.com/martin-borkovec/ggparty/issues Encoding: UTF-8 -LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 6.1.1 VignetteBuilder: knitr diff --git a/NEWS.Rmd b/NEWS.Rmd index 3c11a14..66abf55 100644 --- a/NEWS.Rmd +++ b/NEWS.Rmd @@ -2,6 +2,10 @@ title: "Changes" output: rmarkdown::github_document --- +### version 1.0.1. + +* small improvements in the DESCRIPTION etc. for CRAN checks. + ### version 1.0.0. * finalized DESCRIPTION etc. for CRAN submission From 2514ed0054e9fe14256c92f6a04e1d37d52bb677 Mon Sep 17 00:00:00 2001 From: Achim Zeileis Date: Sat, 22 May 2021 16:14:22 +0200 Subject: [PATCH 2/2] declare VignetteDepends and bring VignetteIndexEntry into sync with document title --- vignettes/ggparty-graphic-partying.Rmd | 5 +++-- vignettes/on-the-edge.Rmd | 11 ++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/vignettes/ggparty-graphic-partying.Rmd b/vignettes/ggparty-graphic-partying.Rmd index 894c065..5178f4d 100644 --- a/vignettes/ggparty-graphic-partying.Rmd +++ b/vignettes/ggparty-graphic-partying.Rmd @@ -4,8 +4,9 @@ author: "Martin Borkovec" date: "`r Sys.Date()`" output: rmarkdown::html_vignette vignette: > - %\VignetteIndexEntry{ggparty} + %\VignetteIndexEntry{ggparty: Graphic Partying} %\VignetteEngine{knitr::rmarkdown} + %\VignetteDepends{ggparty,survival,pander} %\VignetteEncoding{UTF-8} ---