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

EAPI=8

inherit R-packages

DESCRIPTION='Automates the Creation of New St... (see metadata)'
KEYWORDS="~amd64 ~x64-macos ~arm64-macos"
SRC_URI="http://cran.r-project.org/src/contrib/ProjectTemplate_0.10.4.tar.gz"
LICENSE='GPL-3'

IUSE="${IUSE-} r_suggests_data_table r_suggests_dbi r_suggests_feather
	r_suggests_foreign r_suggests_formatr r_suggests_gdata
	r_suggests_ggplot2 r_suggests_log4r r_suggests_lubridate
	r_suggests_pixmap r_suggests_plyr r_suggests_qs r_suggests_readxl
	r_suggests_reshape r_suggests_rjdbc r_suggests_rmysql
	r_suggests_rodbc r_suggests_rpostgresql r_suggests_rsqlite
	r_suggests_stringr r_suggests_testthat r_suggests_tuner
	r_suggests_whisker r_suggests_xlsx"
R_SUGGESTS="
	r_suggests_data_table? ( sci-CRAN/data_table )
	r_suggests_dbi? ( sci-CRAN/DBI )
	r_suggests_feather? ( sci-CRAN/feather )
	r_suggests_foreign? ( virtual/foreign )
	r_suggests_formatr? ( sci-CRAN/formatR )
	r_suggests_gdata? ( sci-CRAN/gdata )
	r_suggests_ggplot2? ( sci-CRAN/ggplot2 )
	r_suggests_log4r? ( >=sci-CRAN/log4r-0.1.5 )
	r_suggests_lubridate? ( sci-CRAN/lubridate )
	r_suggests_pixmap? ( sci-CRAN/pixmap )
	r_suggests_plyr? ( sci-CRAN/plyr )
	r_suggests_qs? ( sci-CRAN/qs )
	r_suggests_readxl? ( sci-CRAN/readxl )
	r_suggests_reshape? ( sci-CRAN/reshape )
	r_suggests_rjdbc? ( sci-CRAN/RJDBC )
	r_suggests_rmysql? ( sci-CRAN/RMySQL )
	r_suggests_rodbc? ( sci-CRAN/RODBC )
	r_suggests_rpostgresql? ( sci-CRAN/RPostgreSQL )
	r_suggests_rsqlite? ( sci-CRAN/RSQLite )
	r_suggests_stringr? ( sci-CRAN/stringr )
	r_suggests_testthat? ( >=sci-CRAN/testthat-0.8 )
	r_suggests_tuner? ( sci-CRAN/tuneR )
	r_suggests_whisker? ( sci-CRAN/whisker )
	r_suggests_xlsx? ( sci-CRAN/xlsx )
"
DEPEND="sci-CRAN/digest
	sci-CRAN/tibble
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"

_UNRESOLVED_PACKAGES=( 'sci-CRAN/GetoptLong' )