Skip to content

Commit

Permalink
Merge pull request #88 from hneth/master
Browse files Browse the repository at this point in the history
Fix CRAN issue
  • Loading branch information
hneth authored Aug 31, 2022
2 parents 5eed03e + 2c55ea9 commit 0e71aea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

## Resubmission

This is a resubmission. In this version I have:

* Changed automated references from "http://doi.org/" to "https://doi.org/" (to fix invalid URLs).


## Test environments

* local OS X install, R 4.0.5
Expand All @@ -15,7 +22,7 @@ There were no ERRORs or WARNINGs.
There was one NOTE: The new maintainer name/contact info (Hansjoerg Neth <h.neth@uni.kn>) is correct,
as confirmed in email from previous maintainer (Nathaniel Phillips <nathaniel.d.phillips.is@gmail.com>) to CRAN (<cran-submissions@r-project.org>) on 2022-08-30, 18:27 CEST. See also <https://github.com/ndphillips/FFTrees/issues/70>.

The "(possibly) invalid URLs" are valid.
The remaining "(possibly) invalid URLs" are valid.

## Downstream dependencies

Expand Down
4 changes: 2 additions & 2 deletions vignettes/apa.csl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<if type="thesis report" match="any">
<choose>
<if variable="DOI" match="any">
<text variable="DOI" prefix="http://doi.org/"/>
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else-if variable="archive" match="any">
<group>
Expand All @@ -158,7 +158,7 @@
<else>
<choose>
<if variable="DOI">
<text variable="DOI" prefix="http://doi.org/"/>
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else>
<choose>
Expand Down

0 comments on commit 0e71aea

Please sign in to comment.