From 1321cc2ebc6b8c2bc6a1897ea1e03fb98221cf69 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Fri, 5 May 2023 17:55:29 +0200 Subject: [PATCH] Add snapshot for rjournal_article deprecation Something that missed from ba7bb2e052bea1fdd28a8bfbb6723fde0f3307ec --- tests/testthat/_snaps/rjournal_article.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/testthat/_snaps/rjournal_article.md diff --git a/tests/testthat/_snaps/rjournal_article.md b/tests/testthat/_snaps/rjournal_article.md new file mode 100644 index 00000000..3cd76f01 --- /dev/null +++ b/tests/testthat/_snaps/rjournal_article.md @@ -0,0 +1,9 @@ +# rjournal_article() is deprecated + + Code + x <- rjournal_article() + Warning + `rjournal_article()` was deprecated in rticles 0.25. + i Please use `rjtools::rjournal_pdf_article()` instead. + i See official recommandation at https://rjournal.github.io/submissions.html +