Skip to content

Commit

Permalink
CRAN submission v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiromagno committed Jul 4, 2023
1 parent 2679fa3 commit d6a2e0e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 17 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ Collate:
'write_xlsx.R'
Depends:
R (>= 2.10)
URL: https://github.com/ramiromagno/quincunx
URL: https://github.com/ramiromagno/quincunx, https://rmagno.eu/quincunx/
BugReports: https://github.com/ramiromagno/quincunx/issues
Roxygen: list(markdown = TRUE)
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(

<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/quincunx)](https://CRAN.R-project.org/package=quincunx)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/mit/)
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-green.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![](https://img.shields.io/badge/doi-10.1093/bioinformatics/btab522-blue.svg)](https://doi.org/10.1093/bioinformatics/btab522)
<!-- badges: end -->
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![CRAN
status](https://www.r-pkg.org/badges/version/quincunx)](https://CRAN.R-project.org/package=quincunx)
[![License:
MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/mit/)
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-green.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![](https://img.shields.io/badge/doi-10.1093/bioinformatics/btab522-blue.svg)](https://doi.org/10.1093/bioinformatics/btab522)
<!-- badges: end -->
Expand Down
16 changes: 6 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
## quincunx v0.1.5
## quincunx v0.1.7

This version adds support to the new format (v2.0) of pgs scoring files.
I've also updated the website to use bootstrap 5 template.
This version adds support to the harmonized version of pgs scoring files.

## R CMD check results

0 errors | 0 warnings | 1 note

This is the only NOTE:

```
N checking for detritus in the temp directory
'lastMiKTeXException'
Found the following files/directories:
```
- The maintainer email has changed from [email protected] to
[email protected].
- This is a resubmission, I have update the CITATION file and changed
the invalid URL pointing to the MIT license.
8 changes: 4 additions & 4 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
citHeader("To cite quincunx in publications use:")

citEntry(
entry = "Article",
bibentry(
bibtype = "Article",
title = "quincunx: an R package to query, download and wrangle PGS Catalog data",
author = "Ramiro Magno, Isabel Duarte, and Ana-Teresa Maia",
journal = "Bioinformatics",
year = "2021",
volume = "",
number = "",
volume = "38",
number = "1",
pages = "1--3",
url = "https://doi.org/10.1093/bioinformatics/btab522",
textVersion = paste(
Expand Down

0 comments on commit d6a2e0e

Please sign in to comment.