Package: ggOceanMaps
Type: Package
Title: Plot Data on Oceanographic Maps using 'ggplot2'
Version: 1.1
Date: 2021-05-21
Authors@R: c(person("Mikko", "Vihtakari", email = "mikko.vihtakari@hi.no",
                  role = c("aut", "cre"), 
                  comment = c(affiliation = "Institute of Marine Research", 
                  ORCID = "0000-0003-0371-4319")),
             person("Hadley", "Wickham", role = "ctb"),
             person("Simon", "O'Hanlon", role = "ctb"),
             person("Roger", "Bivand", role = "ctb")
            )
URL: https://mikkovihtakari.github.io/ggOceanMaps/
BugReports: https://github.com/MikkoVihtakari/ggOceanMaps/issues
Description: Allows plotting data on bathymetric maps using 'ggplot2'. Plotting
  oceanographic spatial data is made as simple as feasible, but also flexible
  for custom modifications. Data that contain geographic information from 
  anywhere around the globe can be plotted on maps generated by the basemap()
  function using 'ggplot2' layers separated by the '+' operator. The package
  uses spatial shapefiles stored in the 'ggOceanMapsData' package, geospatial 
  packages for R to manipulate, and the 'ggspatial' package to help to plot 
  these shapefiles.
Depends: R (>= 3.5.0), ggplot2, ggspatial
Imports: sp, raster, rgdal, rgeos, methods, utils, sf, stars, smoothr,
        units, dplyr, parallel
Suggests: ggOceanMapsData, cowplot, knitr, rmarkdown, scales
Additional_repositories: https://mikkovihtakari.github.io/drat
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-05-21 11:36:48 UTC; a22357
Author: Mikko Vihtakari [aut, cre] (Institute of Marine Research,
    <https://orcid.org/0000-0003-0371-4319>),
  Hadley Wickham [ctb],
  Simon O'Hanlon [ctb],
  Roger Bivand [ctb]
Maintainer: Mikko Vihtakari <mikko.vihtakari@hi.no>
Repository: CRAN
Date/Publication: 2021-05-21 14:40:07 UTC
