Package: ggvfields
Type: Package
Title: Vector Field Visualizations with 'ggplot2'
Version: 1.0.0
Authors@R: 
    c(person(given = "Dusty",
           family = "Turner",
           role = c("aut", "cre"),
           email = "dusty.s.turner@gmail.com"),
      person(given = "David",
           family = "Kahle",
           role = c("aut"),
           email = "david_kahle@baylor.edu"),
      person(given = "Rodney X.",
           family = "Sturdivant",
           role = c("aut"),
           email = "rodney_sturdivant@baylor.edu"))
Maintainer: Dusty Turner <dusty.s.turner@gmail.com>
Description: A 'ggplot2' extension for visualizing vector fields in two-dimensional 
           space. Provides flexible tools for creating vector and stream field layers, 
           visualizing gradients and potential fields, and smoothing vector and 
           scalar data to estimate underlying patterns. 
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0), ggplot2 (>= 3.3.0)
Imports: farver, tibble, numDeriv, deSolve, grid, utils, scales, cli
URL: https://github.com/dusty-turner/ggvfields
BugReports: https://github.com/dusty-turner/ggvfields/issues
Suggests: ggdensity, knitr, rmarkdown, testthat (>= 3.0.0)
Date: 2025-03-08
Config/testthat/edition: 3
BuildVignettes: true
NeedsCompilation: no
Packaged: 2025-03-13 15:33:55 UTC; Dusty_Turner1
Author: Dusty Turner [aut, cre],
  David Kahle [aut],
  Rodney X. Sturdivant [aut]
Repository: CRAN
Date/Publication: 2025-03-15 17:10:05 UTC
Built: R 4.5.1; ; 2025-10-06 02:36:34 UTC; windows
