New Upstream Snapshot - r-cran-httpcode

Ready changes

Summary

Merged new upstream version: 0.3.0+git20221104.1.029052c (was: 0.3.0).

Resulting package

Built on 2022-12-20T06:13 (took 7m17s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots r-cran-httpcode

Lintian Result

Diff

diff --git a/DESCRIPTION b/DESCRIPTION
index 28144a2..8b024a4 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -4,7 +4,7 @@ Description: Find and explain the meaning of 'HTTP' status codes.
     Functions included for searching for codes by full or partial number,
     by message, and get appropriate dog and cat images for many
     status codes.
-Version: 0.3.0
+Version: 0.3.0.91
 Authors@R: person("Scott", "Chamberlain", role = c("aut","cre"),
     email = "myrmecocystus@gmail.com", 
     comment = c(ORCID = "0000-0003-1444-9135"))
@@ -13,11 +13,10 @@ URL: https://github.com/sckott/httpcode
 BugReports: https://github.com/sckott/httpcode/issues
 Encoding: UTF-8
 Language: en-US
+Roxygen: list(markdown = TRUE)
 Suggests: testthat
-RoxygenNote: 7.1.0
+RoxygenNote: 7.2.1
 NeedsCompilation: no
-Packaged: 2020-04-10 03:18:28 UTC; sckott
+Packaged: 2022-12-20 06:08:09 UTC; root
 Author: Scott Chamberlain [aut, cre] (<https://orcid.org/0000-0003-1444-9135>)
 Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
-Repository: CRAN
-Date/Publication: 2020-04-10 06:20:02 UTC
diff --git a/LICENSE b/LICENSE
index d99b2f4..f2a8228 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,2 +1,2 @@
-YEAR: 2020
+YEAR: 2022
 COPYRIGHT HOLDER: Scott Chamberlain
diff --git a/MD5 b/MD5
deleted file mode 100644
index 6397e63..0000000
--- a/MD5
+++ /dev/null
@@ -1,18 +0,0 @@
-c9c5ea2233606714762ae92ace32c1d6 *DESCRIPTION
-35bd8606c71dfbfad3ad27387e177ad4 *LICENSE
-e5098ac0d7fbb9c953a4fb8c3beae14f *NAMESPACE
-f8b880dd9d2027be8f3c9c502513ac6d *NEWS.md
-348a687b32580259335f1c077035261a *R/cat_for_status.R
-370fbb26637fb7d88c91fc3dc8a48f8c *R/code.R
-94ee7cce81002a7c0ea5c9da491c0f24 *R/httpcode-package.R
-564b2feff3d74d3641811ea4a562a97e *R/status_codes.R
-a8f4ea204fa383bf7e272e2ac5cfc52d *R/zzz.R
-d2918c9cd9c225cd35474ffff86f6337 *README.md
-36681ce476c9ab40c2371c4022bcd06e *man/cat_for_status.Rd
-ab080c349d3ddaaf2a5f5cec7b8722aa *man/http.Rd
-20c35bdd87bfc9ed1f035860a5560bea *man/httpcode-package.Rd
-5d49bba423dfb828b47c4f847ff940a9 *tests/testthat.R
-d59b19d4b6cf5b6954a3dfc327e33b74 *tests/testthat/test-http_code.R
-91321e9ff847799d355dff459c4f3f48 *tests/testthat/test-http_search.R
-49d2ce89e32e0bb6357db0fea2329a8b *tests/testthat/test-pets.R
-cbfcf9f657347c888e8b1f2cfdb869b2 *tests/testthat/test-status_codes.R
diff --git a/README.md b/README.md
index 91d7661..bea3afb 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@ httpcode
 
 
 
-[![cran checks](https://cranchecks.info/badges/worst/httpcode)](https://cranchecks.info/pkgs/httpcode)
-[![Build Status](https://travis-ci.org/sckott/httpcode.svg)](https://travis-ci.org/sckott/httpcode)
-[![codecov](https://codecov.io/gh/sckott/httpcode/branch/master/graph/badge.svg)](https://codecov.io/gh/sckott/httpcode)
+[![cran checks](https://badges.cranchecks.info/worst/httpcode.svg)](https://cloud.r-project.org/web/checks/check_results_httpcode.html)
+[![R-check](https://github.com/sckott/httpcode/actions/workflows/R-check.yaml/badge.svg)](https://github.com/sckott/httpcode/actions/workflows/R-check.yaml)
+[![codecov](https://codecov.io/gh/sckott/httpcode/branch/master/graph/badge.svg?token=gvEuPJXQuK)](https://codecov.io/gh/sckott/httpcode)
 [![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/httpcode)](https://github.com/metacran/cranlogs.app)
 [![cran version](https://www.r-pkg.org/badges/version/httpcode)](https://cran.r-project.org/package=httpcode)
 
@@ -36,7 +36,8 @@ Development version
 
 
 ```r
-remotes::install_github("sckott/httpcode")
+install.packages("pak")
+pak::pkg_install("sckott/httpcode")
 ```
 
 
@@ -255,4 +256,4 @@ See [issues](https://github.com/sckott/httpcode/issues)
 
 Please note that this project is released with a [Contributor Code of Conduct][coc]. By participating in this project you agree to abide by its terms.
 
-[coc]: https://github.com/sckott/httpcode/blob/master/CODE_OF_CONDUCT.md
+[coc]: https://github.com/sckott/httpcode/blob/main/CODE_OF_CONDUCT.md
diff --git a/debian/changelog b/debian/changelog
index 8fcc15e..2674cb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+r-cran-httpcode (0.3.0+git20221104.1.029052c-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 20 Dec 2022 06:08:13 -0000
+
 r-cran-httpcode (0.3.0-2) unstable; urgency=medium
 
   * Set upstream metadata fields: Archive, Bug-Database, Bug-Submit,

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: r-base-core (>= 4.1.3.20220413-2~jan+lint1), 4.2.0-1~jan+unchanged1), r-api-4.0

More details

Full run details