diff -Nru r-cran-pkgkitten-0.2.1/ChangeLog r-cran-pkgkitten-0.2.2/ChangeLog --- r-cran-pkgkitten-0.2.1/ChangeLog 2021-02-22 13:41:31.000000000 +0000 +++ r-cran-pkgkitten-0.2.2/ChangeLog 2021-07-19 22:25:29.000000000 +0000 @@ -1,7 +1,29 @@ +2021-07-19 Dirk Eddelbuettel + + * DESCRIPTION (Version, Date): Release 0.2.2 + + * docs-src/: Updated for release 0.2.2 + * docs/: Idem + +2021-07-18 Dirk Eddelbuettel + + * inst/replacements/hello2.R: Add function argument documentation + +2021-04-07 Dirk Eddelbuettel + + * docs/mkdmt-src/: Moved mkdocs-material input + +2021-04-06 Dirk Eddelbuettel + + * DESCRIPTION (URL, BugRreports): Added to DESCRIPTION file + 2021-02-22 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Release 0.2.1 + * docs-src/: Updated for release 0.2.1 + * docs/: Idem + 2021-02-20 Dirk Eddelbuettel * DESCRIPTION (Suggests): Also suggest roxygen2 diff -Nru r-cran-pkgkitten-0.2.1/debian/changelog r-cran-pkgkitten-0.2.2/debian/changelog --- r-cran-pkgkitten-0.2.1/debian/changelog 2021-02-22 18:41:27.000000000 +0000 +++ r-cran-pkgkitten-0.2.2/debian/changelog 2021-08-16 21:41:41.000000000 +0000 @@ -1,3 +1,17 @@ +r-cran-pkgkitten (0.2.2-2) unstable; urgency=medium + + * Simple rebuild for unstable following Debian 11 release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Mon, 16 Aug 2021 16:41:41 -0500 + +r-cran-pkgkitten (0.2.2-1) experimental; urgency=medium + + * New upstream release (to experimental during freeze) + + -- Dirk Eddelbuettel Sat, 24 Jul 2021 08:54:19 -0500 + r-cran-pkgkitten (0.2.1-1) unstable; urgency=medium * New upstream release diff -Nru r-cran-pkgkitten-0.2.1/debian/control r-cran-pkgkitten-0.2.2/debian/control --- r-cran-pkgkitten-0.2.1/debian/control 2021-02-22 18:41:04.000000000 +0000 +++ r-cran-pkgkitten-0.2.2/debian/control 2021-08-16 21:41:31.000000000 +0000 @@ -2,7 +2,7 @@ Section: gnu-r Priority: optional Maintainer: Dirk Eddelbuettel -Build-Depends: debhelper-compat (= 11), r-base-dev (>= 4.0.4), dh-r +Build-Depends: debhelper-compat (= 11), r-base-dev (>= 4.1.1), dh-r Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/edd/r-cran-pkgkitten Vcs-Git: https://salsa.debian.org/edd/r-cran-pkgkitten.git diff -Nru r-cran-pkgkitten-0.2.1/DESCRIPTION r-cran-pkgkitten-0.2.2/DESCRIPTION --- r-cran-pkgkitten-0.2.1/DESCRIPTION 2021-02-22 16:20:02.000000000 +0000 +++ r-cran-pkgkitten-0.2.2/DESCRIPTION 2021-07-20 05:10:02.000000000 +0000 @@ -1,8 +1,8 @@ Package: pkgKitten Type: Package Title: Create Simple Packages Which Do not Upset R Package Checks -Version: 0.2.1 -Date: 2021-02-22 +Version: 0.2.2 +Date: 2021-07-19 Author: Dirk Eddelbuettel Maintainer: Dirk Eddelbuettel Description: Provides a function kitten() which creates cute little @@ -14,8 +14,11 @@ added via 'roxygen2' (if present). License: GPL (>= 2) Suggests: whoami (>= 1.1.0), tinytest, roxygen2 +URL: https://github.com/eddelbuettel/pkgkitten, + https://dirk.eddelbuettel.com/code/pkgkitten.html +BugReports: https://github.com/eddelbuettel/pkgkitten/issues RoxygenNote: 6.0.1 NeedsCompilation: no -Packaged: 2021-02-22 13:42:12 UTC; edd +Packaged: 2021-07-19 22:43:46 UTC; edd Repository: CRAN -Date/Publication: 2021-02-22 16:20:02 UTC +Date/Publication: 2021-07-20 05:10:02 UTC diff -Nru r-cran-pkgkitten-0.2.1/inst/NEWS.Rd r-cran-pkgkitten-0.2.2/inst/NEWS.Rd --- r-cran-pkgkitten-0.2.1/inst/NEWS.Rd 2021-02-22 13:41:50.000000000 +0000 +++ r-cran-pkgkitten-0.2.2/inst/NEWS.Rd 2021-07-19 22:30:20.000000000 +0000 @@ -3,6 +3,13 @@ \newcommand{\ghpr}{\href{https://github.com/eddelbuettel/pkgkitten/pull/#1}{##1}} \newcommand{\ghit}{\href{https://github.com/eddelbuettel/pkgkitten/issues/#1}{##1}} +\section{Changes in version 0.2.2 (2021-07-19)}{ + \itemize{ + \item Small update to DESCRIPTION + \item Document hello2() argument + } +} + \section{Changes in version 0.2.1 (2021-02-22)}{ \itemize{ \item A small documentation error was corrected (David Dalpiaz in diff -Nru r-cran-pkgkitten-0.2.1/inst/replacements/hello2.R r-cran-pkgkitten-0.2.2/inst/replacements/hello2.R --- r-cran-pkgkitten-0.2.1/inst/replacements/hello2.R 2021-02-20 19:41:57.000000000 +0000 +++ r-cran-pkgkitten-0.2.2/inst/replacements/hello2.R 2021-07-17 13:56:41.000000000 +0000 @@ -2,6 +2,7 @@ ##' ##' This function shows a standard text on the console. In a time-honoured ##' tradition, it defaults to displaying \emph{hello, world}. +##' @param txt An optional character variable, defaults to \sQuote{world} ##' @return Nothing is returned but as a side effect output is printed ##' @examples ##' hello2() diff -Nru r-cran-pkgkitten-0.2.1/MD5 r-cran-pkgkitten-0.2.2/MD5 --- r-cran-pkgkitten-0.2.1/MD5 2021-02-22 16:20:02.000000000 +0000 +++ r-cran-pkgkitten-0.2.2/MD5 2021-07-20 05:10:02.000000000 +0000 @@ -1,15 +1,15 @@ -943d571ee8862477abf9de196054c7c9 *ChangeLog -8ed6d19c9c7863bd3657e878b9cbcc74 *DESCRIPTION +e3d3bd17821c19816039b2a0f3a1dc08 *ChangeLog +fb338800791c947ee960cf4fff85dfce *DESCRIPTION d2946015b670bab9267bb69b1d2c8658 *NAMESPACE 3700fe4a69ec4e784bf29dc833ca0583 *R/pkgKitten.R a91fe57e269508bf4ca98f26122dc84b *README.md 62d719a0b4ba6c47179ef6550a200b0d *demo/00Index d3565ea965a4cc3c05a2752843d23649 *demo/simpleDemo.R -bf293d8c125e042ddf51c30cd7b01ca4 *inst/NEWS.Rd +2c6f3076e63c3fa3a8e2bae94c8ff6bf *inst/NEWS.Rd 045a41412e63142576e958b4e1f3dc1f *inst/replacements/NAMESPACE a7b870f7c2c7d2ff57c67066e227bade *inst/replacements/hello.R 4692d6b20a6276147928795918e0c496 *inst/replacements/hello.Rd -afd731c0f7ba0fae69ea175b529f03cf *inst/replacements/hello2.R +0d5236683bd4561ebc60378f02a0ff84 *inst/replacements/hello2.R 5476fe7ef88a074c77db10f3cafa46ff *inst/replacements/manual-page-stub.Rd 62b3946b656565afd058d96aa442af42 *inst/skel/R.gitignore 3221860fce76ed121b170af903e50129 *inst/skel/dot.Rbuildignore