Skip to content

Commit

Permalink
v1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed Oct 7, 2024
1 parent 9b83e60 commit b761a36
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 19 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: gtfstools
Title: General Transit Feed Specification (GTFS) Editing and Analysing
Tools
Version: 1.2.1
Version: 1.3.0
Authors@R: c(
person("Daniel", "Herszenhut", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8066-1105")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gtfstools (development version)
# gtfstools 1.3.0

## New features

Expand Down
14 changes: 4 additions & 10 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,17 @@
"identifier": "gtfstools",
"description": "Utility functions to read, manipulate, analyse and write transit feeds in the General Transit Feed Specification (GTFS) data format.",
"name": "gtfstools: General Transit Feed Specification (GTFS) Editing and Analysing\n Tools",
"relatedLink": ["https://ipeagit.github.io/gtfstools/", "https://CRAN.R-project.org/package=gtfstools"],
"relatedLink": "https://ipeagit.github.io/gtfstools/",
"codeRepository": "https://github.com/ipeaGIT/gtfstools",
"issueTracker": "https://github.com/ipeaGIT/gtfstools/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.2.0.9000",
"version": "1.3.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.2 (2023-10-31)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"runtimePlatform": "R version 4.2.2 (2022-10-31 ucrt)",
"author": [
{
"@type": "Person",
Expand Down Expand Up @@ -304,7 +298,7 @@
},
"SystemRequirements": null
},
"fileSize": "3394.796KB",
"fileSize": "6711.288KB",
"releaseNotes": "https://github.com/ipeaGIT/gtfstools/blob/master/NEWS.md",
"readme": "https://github.com/ipeaGIT/gtfstools/blob/master/README.md",
"contIntegration": ["https://github.com/ipeaGIT/gtfstools/actions?query=workflow%3Acheck", "https://app.codecov.io/gh/ipeaGIT/gtfstools?branch=master"],
Expand Down
32 changes: 25 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,34 @@
## Test environments

- Local Ubuntu 20.04 installation (R 4.2.2)
- Local Windows 11 installation (R 4.2.2)
- GitHub Actions:
- Windows (release, oldrel)
- MacOS (release, oldrel)
- Ubuntu 20.04 (devel, release, oldrel)
- r-hub:
- Windows Server 2022, R-devel, 64 bit
- Ubuntu Linux 20.04.1 LTS, R-release, GCC
- Fedora Linux, R-devel, clang, gfortran
- Ubuntu 22.04 (devel, release, oldrel)
- win-builder (release, oldrel)

## R CMD check results

0 errors | 0 warnings | 0 notes
0 errors | 0 warnings | 1 note

New submission

Package was archived on CRAN

Possibly misspelled words in DESCRIPTION:
GTFS (3:44, 21:62)

CRAN repository db overrides:
X-CRAN-Comment: Archived on 2024-09-01 as issues were not corrected
in time.

Found the following (possibly) invalid URLs:
URL: https://www.sptrans.com.br/desenvolvedores/
From: inst/doc/gtfstools.html
Status: 403
Message: Forbidden

The package was archived due to underlying problems with the cpp11 package. We
were not able to fix the issue on time because the maintainer was off in a
course, but we have now fixed it. The "GTFS" word is an acronym correctly
spelled, and we have not had any issues accessing the URL above.

0 comments on commit b761a36

Please sign in to comment.