Skip to content

Commit

Permalink
Merge branch 'reply_detox'
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Feb 16, 2021
2 parents aa7fb09 + 6125d59 commit 4c932d1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 580 deletions.
6 changes: 3 additions & 3 deletions R/cr_md_cc.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ get_license_md <- function(cr) {
#' CC license has to apply to version of record and must be valid
#' without delay.
#'
#' @param license_df normalized license metadata from [license_df()]
#' @param license_df normalized license metadata from [get_license_md()]
#'
#' @importFrom dplyr `%>%` mutate filter
#' @export
Expand All @@ -99,7 +99,7 @@ get_compliant_cc <- function(license_df) {
#' CC license has to apply to version of record and must be valid
#' without delay.
#'
#' @param license_df normalized license metadata from [license_df()]
#' @param license_df normalized license metadata from [get_license_md()]
#' @param compliant_dois DOIs representing records with valid CC info
#'
#' @importFrom dplyr `%>%` mutate filter
Expand All @@ -119,7 +119,7 @@ vor_issue <- function(license_df, compliant_dois) {
#' @details Obtain records with CC license where license start_date
#' and earliest publication date for the version of records
#' differs, suggesting delayed CC license provision.
#' @param license_df normalized license metadata from [license_df()]
#' @param license_df normalized license metadata from [get_license_md()]
#'
#' @importFrom dplyr `%>%` mutate filter
#' @export
Expand Down
132 changes: 0 additions & 132 deletions inst/rmarkdown/templates/email/skeleton/skeleton.Rmd

This file was deleted.

Loading

0 comments on commit 4c932d1

Please sign in to comment.