Skip to content

Commit

Permalink
update cran-comments, news for 0.1.2 submission
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Aug 21, 2023
1 parent 5f2b043 commit 3cca328
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gtfsrouter
Title: Routing with GTFS (General Transit Feed Specification) Data
Version: 0.1.1.006
Version: 0.1.1.007
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre")),
person("Marcin", "Stepniak", , "[email protected]", role = "aut",
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@

# v 0.1.1.00x (dev version)
# v 0.1.2

## Minor changes:

- Added @jmertic @5balls @pteridin to allcontributors
- Fix UBSAN bug in traveltimes.cpp (#111)
- Updated package man entry (#110)

---

Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/UrbanAnalyst/gtfsrouter",
"issueTracker": "https://github.com/UrbanAnalyst/gtfsrouter/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.1.1.006",
"version": "0.1.1.007",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CRAN notes for gtfsrouter_0.1.1 submission
# CRAN notes for gtfsrouter_0.1.2 submission

Several attempts to re-submit this package have been rejected because the auto-checking service identified examples, tests, and vignettes with "CPU time > 2.5 times elapsed time". These were caused by default parallelisation in the data.table package. All calls in these directories have now been rectified by explicitly restricting data.table to a single thread.
This submission fixes UBSAN errors from previous, recent submission. It also rectifies the package documentation in the man/ entry, as recommended in recent email from Kurt Hornik.

Other than that, the current CRAN version issues a single note regarding explicit C++ specification. This submission rectifies that, and generates no additional notes or warnings on:

Expand All @@ -9,4 +9,4 @@ Other than that, the current CRAN version issues a single note regarding explici
* Mac-OS: R-release
* win-builder (R-release, R-devel, R-oldrelease)

C++ source code in package also generates no warnings with either Clang++ -Weverything or UBSAN
C++ source code in package also generates no warnings with Clang++ -Weverything

0 comments on commit 3cca328

Please sign in to comment.