Skip to content

Commit 59f15d1

Browse files
committed
update news, cran-comments for next cran release
1 parent e221a0a commit 59f15d1

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: geodist
22
Title: Fast, Dependency-Free Geodesic Distance Calculations
3-
Version: 0.0.8.023
3+
Version: 0.0.8.024
44
Authors@R: c(
55
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre")),
66
person("Michael D.", "Sumner", role = "aut"),

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.0.8.00X (dev)
1+
# v0.1.0
22

33
### Major changes:
44

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"codeRepository": "https://github.com/hypertidy/geodist",
1212
"issueTracker": "https://github.com/hypertidy/geodist/issues",
1313
"license": "https://spdx.org/licenses/MIT",
14-
"version": "0.0.8.023",
14+
"version": "0.0.8.024",
1515
"programmingLanguage": {
1616
"@type": "ComputerLanguage",
1717
"name": "R",

cran-comments.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# CRAN notes for geodist_0.0.8 submission
1+
# CRAN notes for geodist_0.1.0 submission
22

3-
The current version (0.0.7) generates Warnings on all CRAN Linux machines: "a function declaration without a prototype is deprecated in all versions of C". The function declaration referred to is, however, *static*, so does not require a prototype. Moreover, I can not replicate that warning with Clang v14.0.6 using "-Wstrict-prototype".
4-
5-
Other than that, this submission generates no errors, warning or notes on the following R versions and operating systems:
3+
This submission fixes notes which appear on some CRAN checks regarding improperly formatted .Rd files.
4+
This submission generates no errors, warning or notes on the following R versions and operating systems:
65

76
* Ubuntu: R-oldrelease, R-release, R-devel
87
- OSX: R-release

0 commit comments

Comments
 (0)