diff --git a/DESCRIPTION b/DESCRIPTION index 1bac58b..a77ca96 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,22 +1,19 @@ Package: gluedown Title: Wrap Vectors in Markdown Formatting -Version: 1.0.8.9000 +Version: 1.0.9 Authors@R: - person(given = "Kiernan", - family = "Nicholls", - role = c("aut", "cre"), - email = "kiernann@protonmail.com") -Description: Ease the transition between R vectors and markdown - text. With 'gluedown' and 'rmarkdown', users can create traditional - vectors in R, glue those strings together with the markdown syntax, - and print those formatted vectors directly to the document. This - package primarily uses GitHub Flavored Markdown (GFM), an offshoot of - the unambiguous CommonMark specification by John MacFarlane (2019) + person("Kiernan", "Nicholls", email = "k5cents@gmail.com", role = c("aut", "cre", "cph"), + comment = c(ORCID = "0000-0002-9229-7897")) +Description: Ease the transition between R vectors and markdown text. With + 'gluedown' and 'rmarkdown', users can create traditional vectors in R, + glue those strings together with the markdown syntax, and print those + formatted vectors directly to the document. This package primarily + uses GitHub Flavored Markdown (GFM), an offshoot of the unambiguous + CommonMark specification by John MacFarlane (2019) . License: GPL-3 -URL: https://kiernann.github.io/gluedown/, - https://github.com/kiernann/gluedown/ -BugReports: https://github.com/kiernann/gluedown/issues +URL: https://k5cents.github.io/gluedown/, https://github.com/k5cents/gluedown/ +BugReports: https://github.com/k5cents/gluedown/issues Depends: R (>= 3.3) Imports: diff --git a/NEWS.md b/NEWS.md index 15dfc9f..19a3683 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ -# gluedown (development version) +# gluedown 1.0.9 + +* Update maintainer email, website URL, and GitHub URL. # gluedown 1.0.8 diff --git a/cran-comments.md b/cran-comments.md index 112d0f1..017ce21 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Test environments -* local: ubuntu 20.04.2, R 4.0.3 +* local: ubuntu 22.04.4, R 4.1.2 * [github-actions][gh_act]: * windows-latest * macOS-latest @@ -16,12 +16,15 @@ 0 errors | 0 warnings | 0 notes -## Resubmission +## Submission -### 2023-10-28 +* Update email from kiernann@pronmail.com to k5cents@gmail.com +* Update URLs from kiernann.com to k5cents.com +* Update Github from @kiernann to @k5cents -* Fix old and redirected URLs. - -### 2023-10-06 - -* Fix package documentation page. + +[gh_act]: https://github.com/k5cents/gluedown/actions +[rhub_win]: https://builder.r-hub.io/status/k5_0.0.5.tar.gz-fe4507f92e784b6daebe78ca907525be +[rhub_ubu]: https://builder.r-hub.io/status/k5_0.0.5.tar.gz-3169c9c34dd94873b98969f409166dfb +[rhub_fed]: https://builder.r-hub.io/status/k5_0.0.5.tar.gz-79dfff34324542c5a3b041e92dd40759 + diff --git a/inst/WORDLIST b/inst/WORDLIST index 5200a0e..58b3a75 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -9,6 +9,7 @@ Gruber Gruber's Lifecycle MacFarlane +ORCID Reddit Setext Strikethrough @@ -47,3 +48,4 @@ tidyverse unchecking undesireable unescaped +yihui diff --git a/man/gluedown-package.Rd b/man/gluedown-package.Rd index 6bc790f..ba23edf 100644 --- a/man/gluedown-package.Rd +++ b/man/gluedown-package.Rd @@ -31,14 +31,14 @@ convert \verb{md_*()} outputs to HTML fragments. \seealso{ Useful links: \itemize{ - \item \url{https://kiernann.github.io/gluedown/} - \item \url{https://github.com/kiernann/gluedown/} - \item Report bugs at \url{https://github.com/kiernann/gluedown/issues} + \item \url{https://k5cents.github.io/gluedown/} + \item \url{https://github.com/k5cents/gluedown/} + \item Report bugs at \url{https://github.com/k5cents/gluedown/issues} } } \author{ -\strong{Maintainer}: Kiernan Nicholls \email{kiernann@protonmail.com} +\strong{Maintainer}: Kiernan Nicholls \email{k5cents@gmail.com} (\href{https://orcid.org/0000-0002-9229-7897}{ORCID}) [copyright holder] } \keyword{internal}