Skip to content

Commit

Permalink
Release 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Dec 8, 2024
1 parent f0c35d8 commit dd0485b
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 14 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
2024-12-08 Dirk Eddelbuettel <[email protected]>

* 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 <[email protected]>

* R/pinp.R: Correct one missing backslash
Expand Down
11 changes: 5 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]",
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 <https://www.pnas.org>) '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
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
8 changes: 8 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions vignettes/pinp.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
Expand All @@ -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.

<!-- Acknowledgements, and References, are automatically typeset after this -->

0 comments on commit dd0485b

Please sign in to comment.