Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send email with results of pretest in case all DOIs were not accepted #220

Closed
njahn82 opened this issue Mar 22, 2021 · 1 comment
Closed
Assignees
Labels
bug Something isn't working duplicate This issue or pull request already exists
Milestone

Comments

@njahn82
Copy link
Collaborator

njahn82 commented Mar 22, 2021

An email should be send to the users when DOIs do not meet eligible criteria. The email ideally contains a report and the data attachment.

Example

library(metacheck)
miss_dois <- c("10.1016/B978-0-12-803581-8.12084-3",
               "10.1515/9783110438321-201",
               "10.1007/978-3-030-30978-7",
               "10.1007/978-3-030-20867-7",
               "10.1007/978-3-319-74989-1_7",
               "10.5281/ZENODO.3474968",
               "10.5281/ZENODO.3489385",
               "10.5281/ZENODO.3666686",
               "10.5281/ZENODO.3674003",
               "10.5281/ZENODO.3763313",
               "10.5281/ZENODO.3982290",
               "10.2312/ESKP.2020.2.7.5",
               "10.2312/IASS.2020.037",
               "10.1007/978-3-662-48297-1",
               "10.1142/9789811202339_0003",
               "10.5281/ZENODO.4382017")
tabulate_metacheckable(miss_dois)
#> # A tibble: 16 x 7
#>    not_missing unique within_limits doi_org_found from_cr cr_md article
#>    <lgl>       <lgl>  <lgl>         <lgl>         <lgl>   <lgl> <lgl>  
#>  1 TRUE        TRUE   TRUE          TRUE          TRUE    TRUE  FALSE  
#>  2 TRUE        TRUE   TRUE          TRUE          TRUE    TRUE  FALSE  
#>  3 TRUE        TRUE   TRUE          TRUE          TRUE    TRUE  FALSE  
#>  4 TRUE        TRUE   TRUE          TRUE          TRUE    TRUE  FALSE  
#>  5 TRUE        TRUE   TRUE          TRUE          TRUE    TRUE  FALSE  
#>  6 TRUE        TRUE   TRUE          TRUE          FALSE   NA    NA     
#>  7 TRUE        TRUE   TRUE          TRUE          FALSE   NA    NA     
#>  8 TRUE        TRUE   TRUE          TRUE          FALSE   NA    NA     
#>  9 TRUE        TRUE   TRUE          TRUE          FALSE   NA    NA     
#> 10 TRUE        TRUE   TRUE          TRUE          FALSE   NA    NA     
#> 11 TRUE        TRUE   TRUE          TRUE          FALSE   NA    NA     
#> 12 TRUE        TRUE   TRUE          TRUE          FALSE   NA    NA     
#> 13 TRUE        TRUE   TRUE          TRUE          FALSE   NA    NA     
#> 14 TRUE        TRUE   TRUE          TRUE          TRUE    TRUE  FALSE  
#> 15 TRUE        TRUE   TRUE          TRUE          TRUE    TRUE  FALSE  
#> 16 TRUE        TRUE   TRUE          TRUE          FALSE   NA    NA

Created on 2021-03-22 by the reprex package (v0.3.0)

@njahn82 njahn82 changed the title Send report with results of pretest in case all DOIs were not accepted Send email with results of pretest in case all DOIs were not accepted Mar 22, 2021
@maxheld83 maxheld83 added this to the Wide Release milestone Mar 22, 2021
@maxheld83 maxheld83 added the bug Something isn't working label Apr 20, 2021
maxheld83 added a commit that referenced this issue Apr 20, 2021
maxheld83 added a commit that referenced this issue Apr 20, 2021
maxheld83 added a commit that referenced this issue Sep 13, 2021
closing #221 closing #212 closing #61 closing #5
starting #220 #217 #172 #47
opens #281
@maxheld83
Copy link
Contributor

closing in favor of #285; no DOIs left after pretest is a special case of #285.
Will also be tested in #279

@maxheld83 maxheld83 added the duplicate This issue or pull request already exists label Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants