Skip to content

Commit 4f3ddcb

Browse files
committed
CRAN attempt2
1 parent eef8fba commit 4f3ddcb

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# fanplot 4.0.1
22

33
* updated suggests for demo file, as required for CRAN
4+
* update citation info, including URL of R Journal article
45

56
# fanplot 4.0.0
67

build_package.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ pkgdown::build_reference()
2424

2525
usethis::use_spell_check()
2626

27-
usethis::use_github_action("check_standard.yaml")
27+
usethis::use_github_action("check-standard.yaml", ref = "v4")
2828
usethis::use_github_action("pkgdown")
2929
usethis::use_github_actions_badge()
3030
usethis::use_github_actions_badge()
31+
usethis::use_github_action()
3132

3233
usethis::use_git()
3334
usethis::use_github()

inst/CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ bibentry(bibtype = "Article",
77
volume = "7",
88
number = "2",
99
pages = "15--23",
10-
url = "https://journal.r-project.org/archive/2015-1/abel.pdf",
10+
url = "https://journal.r-project.org/articles/RJ-2015-002/RJ-2015-002.pdf",
1111

1212
textVersion =
1313
paste("Abel, Guy J. (2015).",
1414
"fanplot: An R Package for Visualising Sequential Distributions.",
1515
"The R Journal, 7(2), 15-23.",
16-
"URL https://journal.r-project.org/archive/2015-1/abel.pdf")
16+
"URL https://journal.r-project.org/articles/RJ-2015-002/RJ-2015-002.pdf")
1717
)

vignettes/01_r_journal.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ title: "R Journal Article"
1919

2020

2121
<div class="pdf-frame">
22-
<iframe src="https://journal.r-project.org/archive/2015-1/abel.pdf#toolbar=0">
22+
<iframe src="https://journal.r-project.org/articles/RJ-2015-002/RJ-2015-002.pdf#toolbar=0">
2323
</iframe>
2424
</div>

0 commit comments

Comments
 (0)