# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Retinal Reconstruction Program' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/retistruct_0.8.1.tar.gz" IUSE="${IUSE-} r_suggests_spelling r_suggests_testthat" R_SUGGESTS=" r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND=">=sci-CRAN/RTriangle-1.6.0.15 sci-CRAN/R_matlab sci-CRAN/rgl >=sci-CRAN/geometry-0.4.3 sci-CRAN/shinyFiles sci-CRAN/shinyjs sci-CRAN/R6 >=dev-lang/R-3.5.0 sci-CRAN/bslib sci-CRAN/ttutils virtual/foreign sci-CRAN/png sci-CRAN/RImageJROI sci-CRAN/sp sci-CRAN/shiny sci-CRAN/tiff sci-CRAN/fs " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"