From 60043f783ade0cfc016721fbcd0d9f85062fa758 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Thu, 12 Nov 2020 16:37:24 -0800 Subject: [PATCH] url in description need trailing slash; rbuildignore readme.md too (avoid cran url checking) --- .Rbuildignore | 3 ++- DESCRIPTION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index d0826e0..b33ccd3 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -6,7 +6,8 @@ ^\.travis\.yml$ ^.*\.Rproj$ ^\.Rproj\.user$ -^README\.Rmd$ +README.Rmd +README.md man-roxygen ^notes\.md$ ^appveyor.yml$ diff --git a/DESCRIPTION b/DESCRIPTION index 851e900..15b0b49 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -16,7 +16,7 @@ Authors@R: c(person("Rich", "FitzJohn", role = "aut", email = "rich.fitzjohn@gma person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com"), person("Stefan Milton Bache", role = "aut", email = "stefan@stefanbache.dk")) VignetteBuilder: knitr -URL: https://docs.ropensci.org/jqr (docs), https://github.com/ropensci/jqr (devel) +URL: https://docs.ropensci.org/jqr/ (docs), https://github.com/ropensci/jqr (devel) BugReports: https://github.com/ropensci/jqr/issues SystemRequirements: libjq: jq-devel (rpm) or libjq-dev (deb) Imports: