# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Quantifying Animal Movement and ... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/PhysMove_1.2.4.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_emln r_suggests_kableextra r_suggests_knitr r_suggests_maps r_suggests_officedown r_suggests_rmarkdown r_suggests_spelling r_suggests_testthat" R_SUGGESTS=" r_suggests_emln? ( >=sci-CRAN/emln-1.0 ) r_suggests_kableextra? ( >=sci-CRAN/kableExtra-1.3.4 ) r_suggests_knitr? ( >=sci-CRAN/knitr-1.43 ) r_suggests_maps? ( >=sci-CRAN/maps-3.4.2 ) r_suggests_officedown? ( >=sci-CRAN/officedown-0.3.0 ) r_suggests_rmarkdown? ( >=sci-CRAN/rmarkdown-2.22 ) r_suggests_spelling? ( >=sci-CRAN/spelling-2.2.1 ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.1.9 ) " DEPEND=">=sci-CRAN/rootSolve-1.8.2.3 >=sci-CRAN/ggplot2-3.4.2 >=sci-CRAN/sf-1.0.16 >=dev-lang/R-4.4 >=sci-CRAN/scales-1.2.1 >=sci-CRAN/broom-1.0.5 >=sci-CRAN/poweRlaw-1.0.0 >=sci-CRAN/RColorBrewer-1.1.3 >=sci-CRAN/rlang-1.1.1 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'infomapecology (>= 2.0.0)' )