Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rnuske committed Feb 26, 2023
1 parent bdfd4ef commit 61c3699
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 42 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: komaletter
Title: Simply Beautiful PDF Letters from Markdown
Version: 0.4.2.901
Version: 0.5.0
Authors@R: c(
person("Robert", "Nuske", role=c("aut", "cre"),
email="[email protected]",
Expand All @@ -27,4 +27,4 @@ Imports: rmarkdown (>= 0.6)
Suggests: knitr (>= 1.8)
VignetteBuilder: knitr
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# komaletter 0.4.2.900
# komaletter 0.5.0
* added sections to default letter layout, since the employed KOMA-Script letter class `scrlttr2` has no sections. Just use `#`, `##`, `###` in your markdown and if you need section numbers set the YAML option `numbersections: true`.
* enable References. If a bibliography is included in the YAML header and a citekey is used, a paragraph with a reference list gets added to the end of the text.
* removed polyglossia from template.tex since newer pandoc does not support it anymore.
Expand Down
44 changes: 5 additions & 39 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,8 @@
This is a re-submission. The redirected URL is fixed.
This is a minor update.

The email address changed but maintainer stays the same

CRAN Message:
Found the following (possibly) invalid URLs:
URL: https://rmarkdown.rstudio.com/developer_parameterized_reports (moved to https://bookdown.org/yihui/rmarkdown/parameterized-reports.html)
From: inst/doc/parameterized_letter.html
Status: 200
Message: OK
This package checks okay locally on ubuntu 22.04 R-release, all win-builder flavors, macOS builder and Github Actions CI.

Reply:
The redirected URL now points to content, that was already linked so the redirected URL was removed.


## Test environments
* local Ubuntu 20.04, R 4.0.3

* win-builder
* R version 4.0.3 (2020-10-10)
* R Under development (unstable) (2021-01-31 r79912)
* R version 3.6.3 (2020-02-29)

* R-hub
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit
* Ubuntu Linux 20.04.1 LTS, R-release, GCC
* Fedora Linux, R-devel, clang, gfortran

* Continuous Integration Systems
* Drone CI: Debian testing, R 4.0.1 (2020-06-06)
* Github Actions
* Windows Server 2019, R 4.0.3 (2020-10-10)
* Mac OS X 10.15.7, R 4.0.3 (2020-10-10)
* Ubuntu 20.04.1, R 4.0.3 (2020-10-10)
* Ubuntu 20.04.1, R-devel (unstable) (2021-01-25 r79883)


## R CMD check results

0 errors | 0 warnings | 1 note

* Possibly mis-spelled words in DESCRIPTION: customizable (12:34)
Oxford Advanced Learner's Dictionary lists this word.
Thanks for your great service
Robert

0 comments on commit 61c3699

Please sign in to comment.