Package: gaussplotR Type: Package Title: Fit, Predict and Plot 2D Gaussians Version: 0.2.6 Authors@R: person(given = "Vikram B.", family = "Baliga", role = c("aut", "cre", "cph"), email = "vbaliga87@gmail.com", comment = c(ORCID = "0000-0002-9367-8974") ) Description: Functions to fit two-dimensional Gaussian functions, predict values from fits, and produce plots of predicted data via either 'ggplot2' or base R plotting. License: GPL-3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1.9000 Imports: ggplot2 (>= 3.3.0), metR (>= 0.7.0), rgl, viridisLite Suggests: lattice, knitr, rmarkdown, testthat Depends: R (>= 3.3.0) URL: https://github.com/vbaliga/gaussplotR BugReports: https://github.com/vbaliga/gaussplotR/issues VignetteBuilder: knitr Config/pak/sysreqs: libabsl-dev cmake libfreetype6-dev libgdal-dev gdal-bin libgeos-dev libglu1-mesa-dev make texlive libicu-dev libpng-dev libuv1-dev libgl1-mesa-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev zlib1g-dev Repository: https://vbaliga.r-universe.dev Date/Publication: 2021-07-29 20:06:02 UTC RemoteUrl: https://github.com/vbaliga/gaussplotR RemoteRef: HEAD RemoteSha: 632de7cf2c6d8107dd8cc35eb86dba65aa39850c NeedsCompilation: no Packaged: 2026-06-22 07:54:27 UTC; root Author: Vikram B. Baliga [aut, cre, cph] (ORCID: ) Maintainer: Vikram B. Baliga