# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Creating, Exploring and Manipulating GTFS Files' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/GTFSwizard_1.2.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_data_table r_suggests_gtfstools r_suggests_hms r_suggests_leaflet r_suggests_shiny r_suggests_testthat r_suggests_tidytransit" R_SUGGESTS=" r_suggests_data_table? ( sci-CRAN/data_table ) r_suggests_gtfstools? ( sci-CRAN/gtfstools ) r_suggests_hms? ( sci-CRAN/hms ) r_suggests_leaflet? ( sci-CRAN/leaflet ) r_suggests_shiny? ( sci-CRAN/shiny ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_tidytransit? ( sci-CRAN/tidytransit ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/dplyr sci-CRAN/tidyr sci-CRAN/checkmate sci-CRAN/sf sci-CRAN/ggplot2 sci-CRAN/gtfsio sci-CRAN/rlang sci-CRAN/tibble " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"