diff --git a/ChangeLog b/ChangeLog index 3c8be50..a526962 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,15 @@ 2024-12-08 Dirk Eddelbuettel + * DESCRIPTION (Version, Date): Release 0.0.11 + * R/pinp.R: Correct missing link anchor * man/pinp.Rd: Regenerated + * vignettes/pinp.Rmd (vignette): Correct two http URLs to https, + update pnas_article to pnas + * README.md: Remove explicit PNAS URLs leading to 403s + * DESCRIPTION: Remove explicit PNAS URL leading to 403 + 2024-09-29 Dirk Eddelbuettel * R/pinp.R: Correct one missing backslash diff --git a/DESCRIPTION b/DESCRIPTION index 811900a..afcf9f5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,16 +1,15 @@ Package: pinp Type: Package Title: 'pinp' is not 'PNAS' -Version: 0.0.10.1 -Date: 2021-01-21 +Version: 0.0.11 +Date: 2024-12-08 Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person("James Joseph", "Balamuta", role = "aut", comment = c(ORCID = "0000-0003-2826-8458"))) -Description: A 'PNAS'-alike style for 'rmarkdown', derived from the - 'Proceedings of the National Academy of Sciences of the United States - of America' ('PNAS', see ) 'LaTeX' style, and - adapted for use with 'markdown' and 'pandoc'. +Description: A 'PNAS'-alike style for 'rmarkdown', derived from the 'Proceedings of the + National Academy of Sciences of the United States of America' ('PNAS') 'LaTeX' style, + and adapted for use with 'markdown' and 'pandoc'. URL: https://github.com/eddelbuettel/pinp, http://dirk.eddelbuettel.com/code/pinp.html BugReports: https://github.com/eddelbuettel/pinp/issues Imports: rmarkdown, knitr diff --git a/README.md b/README.md index dc7ee36..723959b 100644 --- a/README.md +++ b/README.md @@ -111,15 +111,13 @@ and the [minm](https://github.com/eddelbuettel/minm) package installing all of t Dirk Eddelbuettel and James Balamuta, leaning on the earlier work by JJ et al in the [rticles](https://cran.r-project.org/package=rticles) package. -The authors of the underlying [PNAS LaTeX Style](https://www.pnas.org/authors/submitting-your-manuscript) are -not explicitedly listed, but [PNAS](https://www.pnas.org) refers to -[Overleaf](https://www.overleaf.com/). +The authors of the underlying PNAS LaTeX Style are not explicitedly listed, +but PNAS refers to [Overleaf](https://www.overleaf.com/). ### License GPL-3 for this package, as well as the short code taken with grateful acknowledgements from the [rticles](https://cran.r-project.org/package=rticles) package. -The main [PNAS LaTeX](https://www.pnas.org/authors/submitting-your-manuscript) style -file (and supporting files) are under the +The main PNAS LaTeX style file (and supporting files) are under the [LPPL (LaTeX Project Public License) version 1.3 or later](https://www.latex-project.org/lppl/). diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 1f8d0a0..b586335 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -3,6 +3,14 @@ \newcommand{\ghpr}{\href{https://github.com/eddelbuettel/pinp/pull/#1}{##1}} \newcommand{\ghit}{\href{https://github.com/eddelbuettel/pinp/issues/#1}{##1}} +\section{Changes in \pkg{pinp} version 0.0.11 (2024-12-08)}{ + \itemize{ + \item Standard package maintenance for continuous integration, URL + updates, and packaging conventions + \item Correct two minor nags in the Rd file + } +} + \section{Changes in \pkg{pinp} version 0.0.10 (2020-10-01)}{ \itemize{ \item New \code{document_date} YAML variable to optionally set a diff --git a/vignettes/pinp.Rmd b/vignettes/pinp.Rmd index 477dbdd..07a3ae2 100644 --- a/vignettes/pinp.Rmd +++ b/vignettes/pinp.Rmd @@ -108,7 +108,7 @@ vignette: > # Introduction The *pinp is not PNAS* template extends and reworks the -[pnas_article](https://github.com/rstudio/rticles/tree/master/inst/rmarkdown/templates/pnas_article) +[pnas_article](https://github.com/rstudio/rticles/tree/master/inst/rmarkdown/templates/pnas) template from the wonderful [rticles](https://cran.r-project.org/package=rticles) package. This vignette aims to list all the available option in order to @@ -325,7 +325,7 @@ does relying on \LaTeX commands `\onecolumn` and `\twocolumn`. ## RMarkdown -The [rmarkdown site](http://rmarkdown.rstudio.com/) by RStudio is very +The [rmarkdown site](https://rmarkdown.rstudio.com/) by RStudio is very comprehensive and can answer many questions pertaining to Markdown processing in R using the [rmarkdown package](https://cran.r-project.org/package=rmarkdown). @@ -334,7 +334,7 @@ processing in R using the ## LaTeX Ultimately, this style uses LaTeX to produce the pdf output. The -[tex StackExchange](http://tex.stackexchange.com) can be very helpful for +[tex StackExchange](https://tex.stackexchange.com) can be very helpful for specific LaTeX questions.