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' Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libicu-dev Repository: https://allancameron.r-universe.dev Date/Publication: 2025-07-21 11:16:33 UTC RemoteUrl: https://github.com/allancameron/geomtextpath RemoteRef: HEAD RemoteSha: b5d87f562ecd42344a0ddbcf53754fcc3329d780 NeedsCompilation: no Packaged: 2026-06-16 09:48:32 UTC; root Author: Allan Cameron [aut, cre], Teun van den Brand [aut] (ORCID: ) Maintainer: Allan Cameron