# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit R-packages

DESCRIPTION='Methods to Analyse Ring Re-Encounter Data'
KEYWORDS="~amd64 ~x64-macos ~arm64-macos"
SRC_URI="http://cran.r-project.org/src/contrib/birdring_1.5.tar.gz"
LICENSE='GPL-2'

DEPEND="sci-CRAN/maps
	sci-CRAN/ks
	sci-CRAN/sp
	>=dev-lang/R-2.10.1
	sci-CRAN/basemaps
	sci-CRAN/geosphere
	sci-CRAN/lazyData
	sci-CRAN/raster
	sci-CRAN/rworldmap
	sci-CRAN/rworldxtra
	sci-CRAN/sf
"
RDEPEND="${DEPEND-}"