From dad038b80e48c6a5d3e86e3da3e292b3400cdda0 Mon Sep 17 00:00:00 2001 From: Thomas Lin Pedersen Date: Fri, 3 May 2024 08:37:50 +0200 Subject: [PATCH] Move to r-lib and setup pkgdown --- .Rbuildignore | 3 +++ .gitignore | 1 + DESCRIPTION | 8 +++++--- _pkgdown.yml | 11 +++++++++++ man/marquee-package.Rd | 10 ++++++++-- 5 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 _pkgdown.yml diff --git a/.Rbuildignore b/.Rbuildignore index 7795216..8c17c40 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -4,3 +4,6 @@ ^LICENSE\.md$ ^\.github$ ^codecov\.yml$ +^_pkgdown\.yml$ +^docs$ +^pkgdown$ diff --git a/.gitignore b/.gitignore index 72e042c..59782d5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ .DS_Store .quarto inst/doc +docs diff --git a/DESCRIPTION b/DESCRIPTION index 1aaad8c..2c63ddc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,7 +5,8 @@ Authors@R: c( person("Thomas Lin", "Pedersen", , "thomasp85@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5147-4711")), person("Martin", "Mitáš", role = "aut", - comment = "Author of MD4C") + comment = "Author of MD4C"), + person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Provides the mean to parse and render markdown text with grid along with facilities to define the styling of the text. @@ -35,6 +36,7 @@ Suggests: Remotes: r-lib/systemfonts, r-lib/textshaping -URL: https://github.com/thomasp85/marquee -BugReports: https://github.com/thomasp85/marquee/issues +URL: https://marquee.r-lib.org, https://github.com/r-lib/marquee +BugReports: https://github.com/r-lib/marquee/issues +Config/Needs/website: tidyverse/tidytemplate VignetteBuilder: knitr diff --git a/_pkgdown.yml b/_pkgdown.yml new file mode 100644 index 0000000..f574a25 --- /dev/null +++ b/_pkgdown.yml @@ -0,0 +1,11 @@ +url: https://marquee.r-lib.org + +development: + mode: auto + +template: + bootstrap: 5 + package: tidytemplate + includes: + in_header: | + diff --git a/man/marquee-package.Rd b/man/marquee-package.Rd index 45c5079..9a293fe 100644 --- a/man/marquee-package.Rd +++ b/man/marquee-package.Rd @@ -13,8 +13,9 @@ Provides the mean to parse and render markdown text with grid along with facilit \seealso{ Useful links: \itemize{ - \item \url{https://github.com/thomasp85/marquee} - \item Report bugs at \url{https://github.com/thomasp85/marquee/issues} + \item \url{https://marquee.r-lib.org} + \item \url{https://github.com/r-lib/marquee} + \item Report bugs at \url{https://github.com/r-lib/marquee/issues} } } @@ -26,5 +27,10 @@ Authors: \item Martin Mitáš (Author of MD4C) } +Other contributors: +\itemize{ + \item Posit Software, PBC [copyright holder, funder] +} + } \keyword{internal}