Package: ggOceanMaps Type: Package Title: Plot Data on Oceanographic Maps using 'ggplot2' Version: 3.0.0 Date: 2026-06-22 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("Roger", "Bivand", role = "ctb"), person("Hadley", "Wickham", 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() or qmap() functions using 'ggplot2' layers separated by the '+' operator. The package uses spatial shape- ('sf') and raster ('stars') files, geospatial packages for R to manipulate, and the 'ggplot2' package to plot these files. The package ships with low-resolution spatial data files and higher resolution files for detailed maps are stored in the 'ggOceanMapsLargeData' repository on GitHub and downloaded automatically when needed. Depends: R (>= 3.5.0), ggplot2 (>= 3.4.0) Imports: sf, stars, methods, utils, smoothr, units, grDevices, stats, tools Suggests: ggspatial, knitr, rmarkdown, testthat (>= 3.0.0), vdiffr (>= 1.0.0), sp, withr Config/testthat/edition: 3 License: GPL-3 Encoding: UTF-8 LazyData: true LazyDataCompression: xz Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://mikkovihtakari.r-universe.dev Date/Publication: 2026-06-22 11:51:20 UTC RemoteUrl: https://github.com/mikkovihtakari/ggoceanmaps RemoteRef: HEAD RemoteSha: bf408a558d141786a85258aab1dd9cbc7c0d195b NeedsCompilation: no Packaged: 2026-06-22 13:54:51 UTC; root Author: Mikko Vihtakari [aut, cre] (affiliation: Institute of Marine Research, ORCID: ), Roger Bivand [ctb], Hadley Wickham [ctb] Maintainer: Mikko Vihtakari