From ea0ca01fb2a8eb12fe11fa8988f6b21cb12b0aaa Mon Sep 17 00:00:00 2001 From: pvictor Date: Sun, 8 Jan 2023 19:25:54 +0100 Subject: [PATCH] prepare for cran --- DESCRIPTION | 4 ++-- NEWS.md | 2 +- README.Rmd | 2 +- README.md | 2 +- cran-comments.md | 8 +++----- 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 31cb214..57f1040 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,13 +1,13 @@ Package: gfonts Title: Offline 'Google' Fonts for 'Markdown' and 'Shiny' -Version: 0.1.3.9000 +Version: 0.2.0 Authors@R: c( person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")), person("Fanny", "Meyer", role = "aut"), person("Mario", "Ranftl", role = c("ctb", "cph"), comment = "google-webfonts-helper")) Description: Download 'Google' fonts and generate 'CSS' to use in 'rmarkdown' documents and 'shiny' applications. Some popular fonts are included and ready to use. -URL: https://dreamrs.github.io/gfonts, https://github.com/dreamRs/gfonts +URL: https://dreamrs.github.io/gfonts/, https://github.com/dreamRs/gfonts BugReports: https://github.com/dreamRs/gfonts/issues License: GPL-3 Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index e8ef86b..b1b67d5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# gfonts 0.1.4 +# gfonts 0.2.0 * Change URL for service: https://gwfh.mranftl.com diff --git a/README.Rmd b/README.Rmd index 2ef044c..e62a559 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,7 +17,7 @@ knitr::opts_chunk$set( [![CRAN status](https://www.r-pkg.org/badges/version/gfonts)](https://CRAN.R-project.org/package=gfonts) -[![Codecov test coverage](https://codecov.io/gh/dreamRs/gfonts/branch/master/graph/badge.svg)](https://codecov.io/gh/dreamRs/gfonts?branch=master) +[![Codecov test coverage](https://codecov.io/gh/dreamRs/gfonts/branch/master/graph/badge.svg)](https://app.codecov.io/gh/dreamRs/gfonts?branch=master) [![R-CMD-check](https://github.com/dreamRs/gfonts/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dreamRs/gfonts/actions/workflows/R-CMD-check.yaml) diff --git a/README.md b/README.md index 8d93305..9ae4321 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![CRAN status](https://www.r-pkg.org/badges/version/gfonts)](https://CRAN.R-project.org/package=gfonts) [![Codecov test -coverage](https://codecov.io/gh/dreamRs/gfonts/branch/master/graph/badge.svg)](https://codecov.io/gh/dreamRs/gfonts?branch=master) +coverage](https://codecov.io/gh/dreamRs/gfonts/branch/master/graph/badge.svg)](https://app.codecov.io/gh/dreamRs/gfonts?branch=master) [![R-CMD-check](https://github.com/dreamRs/gfonts/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dreamRs/gfonts/actions/workflows/R-CMD-check.yaml) diff --git a/cran-comments.md b/cran-comments.md index 7b4a6f9..0ac411d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,16 +1,14 @@ ## Test environments -* local Windows 10 install, R 4.1.0 -* ubuntu 20.04, Windows 10, macOS (on GitHub Actions), R 4.1.1 +* local Ubuntu 22.04 install, R 4.2.2 +* ubuntu 22.04, Windows 10, macOS (on GitHub Actions), R 4.2.2 * win-builder (devel and release) -* win-builder (devel) ## R CMD check results 0 errors | 0 warnings | 0 note -* Fixed a failing test reported by BDR. -* Removed a dependency and some new features. +* Updated API URL. Thanks, Victor