Package: predict3d Type: Package Title: Draw Three Dimensional Predict Plot Using Package 'rgl' Version: 0.1.6 URL: https://github.com/cardiomoon/predict3d BugReports: https://github.com/cardiomoon/predict3d/issues Authors@R: person("Keon-Woong","Moon", role=c("aut", "cre"),email="cardiomoon@gmail.com") Description: Draw 2 dimensional and three dimensional plot for multiple regression models using package 'ggplot2' and 'rgl'. Supports linear models (lm), generalized linear models (glm) and local polynomial regression fittings (loess). Depends: R (>= 3.3.0) License: GPL-2 Encoding: UTF-8 Imports: ggplot2(>= 4.0.0), rgl(>= 1.0.1), dplyr, ggiraphExtra, modelr, purrr, rlang, stringr, magrittr, stats, reshape2, plyr, tidyr RoxygenNote: 7.3.3 Suggests: moonBook, TH.data, knitr, rmarkdown VignetteBuilder: knitr Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev libglu1-mesa-dev make texlive libicu-dev libpng-dev libuv1-dev libgl1-mesa-dev zlib1g-dev Repository: https://cardiomoon.r-universe.dev Date/Publication: 2025-10-01 05:44:45 UTC RemoteUrl: https://github.com/cardiomoon/predict3d RemoteRef: HEAD RemoteSha: 4fef880681e673a863e213d2146be8c405a1c41a NeedsCompilation: no Packaged: 2026-07-04 02:59:44 UTC; root Author: Keon-Woong Moon [aut, cre] Maintainer: Keon-Woong Moon