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

EAPI=8

inherit R-packages

DESCRIPTION='Miscellaneous Functions T. Yanagida'
KEYWORDS="~amd64 ~x64-macos ~arm64-macos"
SRC_URI="http://cran.r-project.org/src/contrib/misty_0.5.4.tar.gz"
LICENSE='MIT'

IUSE="${IUSE-} r_suggests_matrix r_suggests_mnormt r_suggests_patchwork
	r_suggests_plyr"
R_SUGGESTS="
	r_suggests_matrix? ( virtual/Matrix )
	r_suggests_mnormt? ( sci-CRAN/mnormt )
	r_suggests_patchwork? ( sci-CRAN/patchwork )
	r_suggests_plyr? ( sci-CRAN/plyr )
"
DEPEND="sci-CRAN/lme4
	sci-CRAN/lavaan
	sci-CRAN/norm
	sci-CRAN/ggplot2
	virtual/nlme
	sci-CRAN/rstudioapi
	>=dev-lang/R-3.5.0
	sci-CRAN/haven
	sci-CRAN/readxl
	sci-CRAN/writexl
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"