Package: cropcircles Type: Package Title: Crops an Image to a Circle Version: 0.2.4 Authors@R: person( given = "Daniel", family = "Oehm", role = c("aut", "cre"), email = "danieloehm@gmail.com" ) URL: https://github.com/doehm/cropcircles BugReports: https://github.com/doehm/cropcircles/issues Description: Images are cropped to a circle with a transparent background. The function takes a vector of images, either local or from a link, and circle crops the image. Paths to the cropped image are returned for plotting with 'ggplot2'. Also includes cropping to a hexagon, heart, parallelogram, and square. Depends: R (>= 4.1.0) Imports: glue, magick, purrr License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.2.3 Config/pak/sysreqs: libmagick++-dev gsfonts libssl-dev Repository: https://doehm.r-universe.dev Date/Publication: 2023-12-01 07:44:55 UTC RemoteUrl: https://github.com/doehm/cropcircles RemoteRef: HEAD RemoteSha: 94bde278089fa154e05c1bd0996fb48b362dc204 NeedsCompilation: no Packaged: 2026-06-13 06:53:57 UTC; root Author: Daniel Oehm [aut, cre] Maintainer: Daniel Oehm