# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Plot Glycans using ggplot2' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/gglycan_0.0.3.tar.gz" LICENSE='Artistic-2' DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/ggplot2 sci-CRAN/dplyr sci-CRAN/ggstar >=sci-CRAN/ggtangle-0.1.0 sci-CRAN/ggrepel sci-CRAN/igraph sci-CRAN/rlang sci-CRAN/yulab_utils " RDEPEND="${DEPEND-}" _UNRESOLVED_PACKAGES=( 'quarto' )