Package 'dhmisc'

Title: Dhersz Utility Functions
Description: Utility functions frequently used by dhersz.
Authors: Daniel Herszenhut [aut, cre]
Maintainer: Daniel Herszenhut <[email protected]>
License: GPL-3
Version: 0.0.0.9016
Built: 2024-11-02 02:56:40 UTC
Source: https://github.com/dhersz/dhmisc

Help Index


Download Brazil's rapid transit corridors and stops

Description

Downloads Brazil's rapid transit corridors and stops made available by ITDP Brasil at Mobilidados.

Usage

brazil_rapid_transit()

Value

A list with two entries: one sf with the transit stops, and another one with the transit corridors.


Bump package version

Description

Automatically bumps package version and optionally updates package metadata. Helper around desc::desc_bump_version() and codemetar::write_codemeta().

Usage

bump_pkg_version(which = "dev", update_metadata = TRUE)

Arguments

which

Component of version number to bump, either "major", "minor", "patch" or "dev" (the default).

update_metadata

Should codemetar::write_codemeta() be run to update the package metadata? Defaults to TRUE (please refer to https://codemeta.github.io/ for more information on software metadata).

Examples

## Not run: bump_pkg_version()