Package: geomtextpath
Type: Package
Title: Curved Text in 'ggplot2'
Version: 0.2.0
Authors@R: c(
    person(given = "Allan",
           family = "Cameron",
           role = c("aut", "cre"),
           email = "Allan.Cameron@nhs.scot"),
    person(given = "Teun",
           family = "van den Brand",
           role = c("aut"),
           email = "tahvdbrand@gmail.com",
           comment = c(ORCID = "0000-0002-9335-7468")))
Description: A 'ggplot2' extension that allows text to follow curved paths.
    Curved text makes it easier to directly label paths or neatly annotate in 
    polar co-ordinates.
License: MIT + file LICENSE
LazyData: true
URL: https://allancameron.github.io/geomtextpath/
BugReports: https://github.com/AllanCameron/geomtextpath/issues
Encoding: UTF-8
Depends: ggplot2 (>= 3.5.2), R (>= 3.6.0)
Imports: grid, scales, systemfonts, rlang, textshaping (>= 0.4.0),
        vctrs
RoxygenNote: 7.3.2
Suggests: testthat (>= 3.0.0), covr, knitr, rmarkdown, ragg, roxygen2,
        sf, xml2, markdown (>= 1.3)
Config/testthat/edition: 3
VignetteBuilder: knitr
Collate: 'borrowed_gridtext.R' 'coord_curvedpolar.R' 'data.R'
        'text_params.R' 'geom_textpath.R' 'geom_labelpath.R'
        'geom_textsegment.R' 'geom_textabline.R' 'geom_textcontour.R'
        'geom_textcurve.R' 'geom_textdensity.R' 'utils.R'
        'geom_textdensity2d.R' 'geom_texthline.R' 'geom_textsf.R'
        'geom_textsmooth.R' 'geom_textvline.R' 'geomtextpath-package.R'
        'grob_labelpath.R' 'grob_textpath.R' 'guide_axis_textpath.R'
        'onload.R' 'path_handling.R' 'scales.R' 'sf_helpers.R'
        'smoothing.R' 'text_helpers.R' 'text_placement.R'
        'trig_helpers.R'
NeedsCompilation: no
Packaged: 2025-07-21 11:16:54 UTC; Administrator
Author: Allan Cameron [aut, cre],
  Teun van den Brand [aut] (ORCID:
    <https://orcid.org/0000-0002-9335-7468>)
Maintainer: Allan Cameron <Allan.Cameron@nhs.scot>
Repository: CRAN
Date/Publication: 2025-07-21 12:10:02 UTC
Built: R 4.4.3; ; 2025-10-21 13:21:26 UTC; windows
