# Copyright 1999-2021 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Process Accelerometer Data for P... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/PhysicalActivity_0.2-4.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_data_table r_suggests_dbi r_suggests_e1071 r_suggests_randomforest r_suggests_reticulate r_suggests_rms r_suggests_rsqlite" R_SUGGESTS=" r_suggests_data_table? ( sci-CRAN/data_table ) r_suggests_dbi? ( sci-CRAN/DBI ) r_suggests_e1071? ( sci-CRAN/e1071 ) r_suggests_randomforest? ( sci-CRAN/randomForest ) r_suggests_reticulate? ( sci-CRAN/reticulate ) r_suggests_rms? ( sci-CRAN/rms ) r_suggests_rsqlite? ( sci-CRAN/RSQLite ) " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/keras' )