Skip to content

Commit

Permalink
update news, cran comments, codemeta
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Apr 9, 2024
1 parent fbb5e29 commit dc333cb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
crul 1.4.2
==========

### DOCUMENTATION

* fix typos (thanks @mdsumner and @espinielli) (#173) (#176)
* change to `_PACKAGE` pattern for pkg level man file (#177)

### INTERNAL

* tweak to test helper base url setup (#178)


crul 1.4
========

Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"codeRepository": "https://github.com/ropensci/crul",
"issueTracker": "https://github.com/ropensci/crul/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.4.0",
"version": "1.4.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.2.3 (2023-03-15)",
"runtimePlatform": "R version 4.3.3 (2024-02-29)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -198,5 +198,5 @@
"applicationCategory": "Web",
"isPartOf": "https://ropensci.org",
"keywords": ["http", "https", "API", "web-services", "curl", "download", "libcurl", "async", "mocking", "caching"],
"fileSize": "1235.828KB"
"fileSize": "1235.955KB"
}
7 changes: 3 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments

* local macOS install, R 4.3.0
* ubuntu 20.04 (on github actions), R 4.3.0
* local macOS install, R 4.3.3
* ubuntu 22.04 (on github actions), R 4.3.3
* win-builder (devel and release)

## R CMD check results
Expand All @@ -14,8 +14,7 @@

---

This version includes a few new features and fix to make examples/tests
more robust
This version includes a fix to make tests more robust to internet outage

Thanks!
Scott Chamberlain

0 comments on commit dc333cb

Please sign in to comment.