Skip to content

Commit

Permalink
Update R-Universe release (#123)
Browse files Browse the repository at this point in the history
This PR is automatically created and pushes recent additions from the
main branch to the r-universe release branch.
  • Loading branch information
aleksanderbl29 authored Dec 24, 2024
2 parents 7667a01 + 4ce0b84 commit 42678e5
Show file tree
Hide file tree
Showing 45 changed files with 1,580 additions and 1,560 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/R-CMD-check-as-cran.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,21 @@ jobs:
matrix:
config:
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
# - {os: windows-latest, r: 'release'}
- {os: ubuntu-24.04, r: 'release'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
NOT_CRAN: false

steps:
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-tinytex@v2

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-real-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
VCR_TURN_OFF: ${{ matrix.config.vcrturnoff }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
covr::to_cobertura(cov)
shell: Rscript {0}

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }}
file: ./cobertura.xml
plugin: noop
files: ./cobertura.xml
plugins: noop
disable_search: true
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down
6 changes: 6 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,17 @@ knitr::opts_chunk$set(
# dawaR <a href="https://dawar.aleksanderbl.dk/"><img src="man/figures/logo.png" align="right" height="139" alt="dawaR website" /></a>

<!-- badges: start -->

[![CRAN status](https://www.r-pkg.org/badges/version/dawaR)](https://CRAN.R-project.org/package=dawaR)

[![r-universe](https://aleksanderbl29.r-universe.dev/badges/dawaR)](https://aleksanderbl29.r-universe.dev/dawaR)

[![R-CMD-check](https://github.com/aleksanderbl29/dawaR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/aleksanderbl29/dawaR/actions/workflows/R-CMD-check.yaml)

[![Codecov test coverage](https://codecov.io/gh/aleksanderbl29/dawaR/graph/badge.svg)](https://app.codecov.io/gh/aleksanderbl29/dawaR)

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

<!-- badges: end -->

The goal of `{dawaR}` is to make access to the Danish Web Address API convenient for many more users.
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@

[![CRAN
status](https://www.r-pkg.org/badges/version/dawaR)](https://CRAN.R-project.org/package=dawaR)

[![r-universe](https://aleksanderbl29.r-universe.dev/badges/dawaR)](https://aleksanderbl29.r-universe.dev/dawaR)

[![R-CMD-check](https://github.com/aleksanderbl29/dawaR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/aleksanderbl29/dawaR/actions/workflows/R-CMD-check.yaml)

[![Codecov test
coverage](https://codecov.io/gh/aleksanderbl29/dawaR/graph/badge.svg)](https://app.codecov.io/gh/aleksanderbl29/dawaR)

[![Project Status: Active – The project has reached a stable, usable
state and is being actively
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

<!-- badges: end -->

The goal of `{dawaR}` is to make access to the Danish Web Address API
Expand Down
1 change: 1 addition & 0 deletions dawaR.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: 02e43198-a9b0-4810-898b-acca95731eb5

RestoreWorkspace: No
SaveWorkspace: No
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ http_interactions:
status_code: 200
message: OK
headers:
x-gravitee-client-identifier: 948768a6f45dd39605267d52f6a113932f9da99bc9daeffbbcc2165499a39266
x-gravitee-client-identifier: 38beb9d21ed1371fa32420f02c924a9e066e36339500664c02f9a5b0f6a9fa58
content-type: application/json; charset=UTF-8
cache-control: max-age=86400
vary: Accept-Encoding
date: Thu, 05 Dec 2024 10:08:38 GMT
x-gravitee-transaction-id: e08454b1-71ae-4bbb-8454-b171aebbbb45
x-gravitee-request-id: e08454b1-71ae-4bbb-8454-b171aebbbb45
date: Tue, 24 Dec 2024 09:51:55 GMT
x-gravitee-transaction-id: 51f1a662-3767-4d16-b1a6-6237670d16bb
x-gravitee-request-id: 51f1a662-3767-4d16-b1a6-6237670d16bb
content-encoding: gzip
body:
encoding: ''
Expand Down Expand Up @@ -142,5 +142,5 @@ http_interactions:
}
}
]
recorded_at: 2024-12-05 10:08:38 GMT
recorded_at: 2024-12-24 09:51:55 GMT
recorded_with: vcr/1.6.0, webmockr/1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ http_interactions:
status_code: 200
message: OK
headers:
x-gravitee-client-identifier: 948768a6f45dd39605267d52f6a113932f9da99bc9daeffbbcc2165499a39266
x-gravitee-client-identifier: 38beb9d21ed1371fa32420f02c924a9e066e36339500664c02f9a5b0f6a9fa58
content-type: application/json; charset=UTF-8
cache-control: max-age=86400
vary: Accept-Encoding
date: Thu, 05 Dec 2024 10:08:39 GMT
x-gravitee-transaction-id: 969ea2c5-6142-4943-9ea2-c56142a943b8
x-gravitee-request-id: 969ea2c5-6142-4943-9ea2-c56142a943b8
date: Tue, 24 Dec 2024 09:51:56 GMT
x-gravitee-transaction-id: 22cf9e26-f6e8-4559-8f9e-26f6e8355910
x-gravitee-request-id: 22cf9e26-f6e8-4559-8f9e-26f6e8355910
content-encoding: gzip
body:
encoding: ''
Expand All @@ -26,5 +26,5 @@ http_interactions:
[
]
recorded_at: 2024-12-05 10:08:39 GMT
recorded_at: 2024-12-24 09:51:56 GMT
recorded_with: vcr/1.6.0, webmockr/1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ http_interactions:
status_code: 200
message: OK
headers:
x-gravitee-client-identifier: 948768a6f45dd39605267d52f6a113932f9da99bc9daeffbbcc2165499a39266
x-gravitee-client-identifier: 38beb9d21ed1371fa32420f02c924a9e066e36339500664c02f9a5b0f6a9fa58
content-type: application/json; charset=UTF-8
cache-control: max-age=86400
vary: Accept-Encoding
date: Thu, 05 Dec 2024 10:08:40 GMT
x-gravitee-transaction-id: bc7a417c-860b-4114-ba41-7c860bd114dd
x-gravitee-request-id: bc7a417c-860b-4114-ba41-7c860bd114dd
date: Tue, 24 Dec 2024 09:51:56 GMT
x-gravitee-transaction-id: 4b40ab7f-d766-4545-80ab-7fd766254547
x-gravitee-request-id: 4b40ab7f-d766-4545-80ab-7fd766254547
content-encoding: gzip
body:
encoding: ''
Expand Down Expand Up @@ -200,5 +200,5 @@ http_interactions:
}
}
]
recorded_at: 2024-12-05 10:08:40 GMT
recorded_at: 2024-12-24 09:51:56 GMT
recorded_with: vcr/1.6.0, webmockr/1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ http_interactions:
status_code: 200
message: OK
headers:
x-gravitee-client-identifier: 948768a6f45dd39605267d52f6a113932f9da99bc9daeffbbcc2165499a39266
x-gravitee-client-identifier: 38beb9d21ed1371fa32420f02c924a9e066e36339500664c02f9a5b0f6a9fa58
content-type: application/json; charset=UTF-8
cache-control: max-age=86400
vary: Accept-Encoding
date: Thu, 05 Dec 2024 10:08:41 GMT
x-gravitee-transaction-id: 0fae8ea2-10b6-4128-ae8e-a210b6012864
x-gravitee-request-id: 0fae8ea2-10b6-4128-ae8e-a210b6012864
date: Tue, 24 Dec 2024 09:51:57 GMT
x-gravitee-transaction-id: 94a7b7ef-26d8-4a5c-a7b7-ef26d8fa5c56
x-gravitee-request-id: 94a7b7ef-26d8-4a5c-a7b7-ef26d8fa5c56
content-encoding: gzip
body:
encoding: ''
Expand Down Expand Up @@ -780,5 +780,5 @@ http_interactions:
}
}
]
recorded_at: 2024-12-05 10:08:41 GMT
recorded_at: 2024-12-24 09:51:57 GMT
recorded_with: vcr/1.6.0, webmockr/1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ http_interactions:
status_code: 200
message: OK
headers:
x-gravitee-client-identifier: 948768a6f45dd39605267d52f6a113932f9da99bc9daeffbbcc2165499a39266
x-gravitee-client-identifier: 38beb9d21ed1371fa32420f02c924a9e066e36339500664c02f9a5b0f6a9fa58
content-type: application/json; charset=UTF-8
cache-control: max-age=86400
vary: Accept-Encoding
date: Thu, 05 Dec 2024 10:08:42 GMT
x-gravitee-transaction-id: 53437181-d2a5-4501-8371-81d2a51501d6
x-gravitee-request-id: 53437181-d2a5-4501-8371-81d2a51501d6
date: Tue, 24 Dec 2024 09:51:59 GMT
x-gravitee-transaction-id: 4a37c6d0-b98f-495d-b7c6-d0b98fc95dc8
x-gravitee-request-id: 4a37c6d0-b98f-495d-b7c6-d0b98fc95dc8
content-encoding: gzip
body:
encoding: ''
Expand All @@ -26,5 +26,5 @@ http_interactions:
[
]
recorded_at: 2024-12-05 10:08:42 GMT
recorded_at: 2024-12-24 09:51:58 GMT
recorded_with: vcr/1.6.0, webmockr/1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ http_interactions:
status_code: 200
message: OK
headers:
x-gravitee-client-identifier: 948768a6f45dd39605267d52f6a113932f9da99bc9daeffbbcc2165499a39266
x-gravitee-client-identifier: 38beb9d21ed1371fa32420f02c924a9e066e36339500664c02f9a5b0f6a9fa58
content-type: application/json; charset=UTF-8
cache-control: max-age=86400
vary: Accept-Encoding
date: Thu, 05 Dec 2024 10:08:49 GMT
x-gravitee-transaction-id: 5191193d-17bf-4182-9119-3d17bfb1825e
x-gravitee-request-id: 5191193d-17bf-4182-9119-3d17bfb1825e
date: Tue, 24 Dec 2024 09:52:06 GMT
x-gravitee-transaction-id: 9c48d592-2c23-468c-88d5-922c23a68c9f
x-gravitee-request-id: 9c48d592-2c23-468c-88d5-922c23a68c9f
content-encoding: gzip
body:
encoding: ''
Expand Down Expand Up @@ -780,5 +780,5 @@ http_interactions:
}
}
]
recorded_at: 2024-12-05 10:08:49 GMT
recorded_at: 2024-12-24 09:52:06 GMT
recorded_with: vcr/1.6.0, webmockr/1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ http_interactions:
status_code: 200
message: OK
headers:
x-gravitee-client-identifier: 948768a6f45dd39605267d52f6a113932f9da99bc9daeffbbcc2165499a39266
x-gravitee-client-identifier: 38beb9d21ed1371fa32420f02c924a9e066e36339500664c02f9a5b0f6a9fa58
content-type: application/json; charset=UTF-8
cache-control: max-age=86400
vary: Accept-Encoding
date: Thu, 05 Dec 2024 10:08:38 GMT
x-gravitee-transaction-id: 1f295f7f-1cee-4930-a95f-7f1cee393052
x-gravitee-request-id: 1f295f7f-1cee-4930-a95f-7f1cee393052
date: Tue, 24 Dec 2024 09:51:55 GMT
x-gravitee-transaction-id: 99f538ae-5a5a-4bc6-b538-ae5a5acbc67a
x-gravitee-request-id: 99f538ae-5a5a-4bc6-b538-ae5a5acbc67a
content-encoding: gzip
body:
encoding: ''
Expand Down Expand Up @@ -142,5 +142,5 @@ http_interactions:
}
}
]
recorded_at: 2024-12-05 10:08:38 GMT
recorded_at: 2024-12-24 09:51:55 GMT
recorded_with: vcr/1.6.0, webmockr/1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ http_interactions:
status_code: 200
message: OK
headers:
x-gravitee-client-identifier: 948768a6f45dd39605267d52f6a113932f9da99bc9daeffbbcc2165499a39266
x-gravitee-client-identifier: 38beb9d21ed1371fa32420f02c924a9e066e36339500664c02f9a5b0f6a9fa58
content-type: application/json; charset=UTF-8
cache-control: max-age=86400
vary: Accept-Encoding
date: Thu, 05 Dec 2024 10:08:45 GMT
x-gravitee-transaction-id: 79de4e7f-7b80-45b2-9e4e-7f7b8045b2fd
x-gravitee-request-id: 79de4e7f-7b80-45b2-9e4e-7f7b8045b2fd
date: Tue, 24 Dec 2024 09:52:02 GMT
x-gravitee-transaction-id: b760ad54-fa7b-4abf-a0ad-54fa7b5abf5e
x-gravitee-request-id: b760ad54-fa7b-4abf-a0ad-54fa7b5abf5e
content-encoding: gzip
body:
encoding: ''
Expand Down Expand Up @@ -200,5 +200,5 @@ http_interactions:
}
}
]
recorded_at: 2024-12-05 10:08:45 GMT
recorded_at: 2024-12-24 09:52:02 GMT
recorded_with: vcr/1.6.0, webmockr/1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ http_interactions:
status_code: 200
message: OK
headers:
x-gravitee-client-identifier: 948768a6f45dd39605267d52f6a113932f9da99bc9daeffbbcc2165499a39266
x-gravitee-client-identifier: 38beb9d21ed1371fa32420f02c924a9e066e36339500664c02f9a5b0f6a9fa58
access-control-allow-origin: '*'
content-type: application/json; charset=UTF-8
cache-control: max-age=86400
vary: Accept-Encoding
date: Thu, 05 Dec 2024 10:08:40 GMT
x-gravitee-transaction-id: 969c9308-7ec6-4073-9c93-087ec64073eb
x-gravitee-request-id: 969c9308-7ec6-4073-9c93-087ec64073eb
date: Tue, 24 Dec 2024 09:51:57 GMT
x-gravitee-transaction-id: 31e771c0-ab89-4b2f-a771-c0ab899b2f2d
x-gravitee-request-id: 31e771c0-ab89-4b2f-a771-c0ab899b2f2d
content-encoding: gzip
body:
encoding: ''
Expand All @@ -27,5 +27,5 @@ http_interactions:
[
]
recorded_at: 2024-12-05 10:08:40 GMT
recorded_at: 2024-12-24 09:51:57 GMT
recorded_with: vcr/1.6.0, webmockr/1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ http_interactions:
status_code: 200
message: OK
headers:
x-gravitee-client-identifier: 948768a6f45dd39605267d52f6a113932f9da99bc9daeffbbcc2165499a39266
x-gravitee-client-identifier: 38beb9d21ed1371fa32420f02c924a9e066e36339500664c02f9a5b0f6a9fa58
access-control-allow-origin: '*'
content-type: application/json; charset=UTF-8
cache-control: max-age=86400
vary: Accept-Encoding
date: Thu, 05 Dec 2024 10:08:47 GMT
x-gravitee-transaction-id: e80e1b4b-77dd-4303-8e1b-4b77ddf30346
x-gravitee-request-id: e80e1b4b-77dd-4303-8e1b-4b77ddf30346
date: Tue, 24 Dec 2024 09:52:04 GMT
x-gravitee-transaction-id: bc2cfc45-01a7-4c6c-acfc-4501a77c6ce5
x-gravitee-request-id: bc2cfc45-01a7-4c6c-acfc-4501a77c6ce5
content-encoding: gzip
body:
encoding: ''
Expand Down Expand Up @@ -55,5 +55,5 @@ http_interactions:
}
}
]
recorded_at: 2024-12-05 10:08:47 GMT
recorded_at: 2024-12-24 09:52:04 GMT
recorded_with: vcr/1.6.0, webmockr/1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ http_interactions:
status_code: 200
message: OK
headers:
x-gravitee-client-identifier: 948768a6f45dd39605267d52f6a113932f9da99bc9daeffbbcc2165499a39266
x-gravitee-client-identifier: 38beb9d21ed1371fa32420f02c924a9e066e36339500664c02f9a5b0f6a9fa58
access-control-allow-origin: '*'
content-type: application/json; charset=UTF-8
cache-control: max-age=86400
vary: Accept-Encoding
date: Thu, 05 Dec 2024 10:08:37 GMT
x-gravitee-transaction-id: 7492afd8-97f8-4cba-92af-d897f88cbac3
x-gravitee-request-id: 7492afd8-97f8-4cba-92af-d897f88cbac3
date: Tue, 24 Dec 2024 09:51:53 GMT
x-gravitee-transaction-id: 5a813f45-0657-4ad3-813f-4506572ad3dc
x-gravitee-request-id: 5a813f45-0657-4ad3-813f-4506572ad3dc
content-encoding: gzip
body:
encoding: ''
Expand All @@ -27,5 +27,5 @@ http_interactions:
[
]
recorded_at: 2024-12-05 10:08:37 GMT
recorded_at: 2024-12-24 09:51:53 GMT
recorded_with: vcr/1.6.0, webmockr/1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ http_interactions:
status_code: 200
message: OK
headers:
x-gravitee-client-identifier: 948768a6f45dd39605267d52f6a113932f9da99bc9daeffbbcc2165499a39266
x-gravitee-client-identifier: 38beb9d21ed1371fa32420f02c924a9e066e36339500664c02f9a5b0f6a9fa58
access-control-allow-origin: '*'
content-type: application/json; charset=UTF-8
cache-control: max-age=86400
vary: Accept-Encoding
date: Thu, 05 Dec 2024 10:08:43 GMT
x-gravitee-transaction-id: 13e828e6-87f4-4ea3-a828-e687f44ea312
x-gravitee-request-id: 13e828e6-87f4-4ea3-a828-e687f44ea312
date: Tue, 24 Dec 2024 09:52:00 GMT
x-gravitee-transaction-id: 40ac3ca0-0126-4b0e-ac3c-a001264b0e13
x-gravitee-request-id: 40ac3ca0-0126-4b0e-ac3c-a001264b0e13
content-encoding: gzip
body:
encoding: ''
Expand All @@ -27,5 +27,5 @@ http_interactions:
[
]
recorded_at: 2024-12-05 10:08:43 GMT
recorded_at: 2024-12-24 09:52:00 GMT
recorded_with: vcr/1.6.0, webmockr/1.0.0
Loading

0 comments on commit 42678e5

Please sign in to comment.