Package: svgtools
Type: Package
Title: Manipulate SVG (Template) Files of Charts
Version: 1.1.0
Date: 2021-12-14
Authors@R: 
  c(person("Konrad","Oberwimmer",email="konrad.oberwimmer@iqs.gv.at",role=c("aut", "cre")),
    person("Christian","Wimmer",role="aut"),
    person("Michael","Bruneforth",role="ctb"))
Description: The purpose of this package is to manipulate SVG files that are templates of charts the user wants to produce. 
    In vector graphics one copes with x-/y-coordinates of elements (e.g. lines, rectangles, text). Their scale is often dependent on the program that is used to produce the graphics. 
    In applied statistics one usually has numeric values on a fixed scale (e.g. percentage values between 0 and 100) to show in a chart. 
    Basically, 'svgtools' transforms the statistical values into coordinates and widths/heights of the vector graphics.
    This is done by stackedBar() for bar charts, by linesSymbols() for charts with lines and/or symbols (dot markers) and scatterSymbols() for scatterplots.
Encoding: UTF-8
License: GPL-3
RoxygenNote: 7.1.2
Depends: R (>= 4.0.0)
Imports: xml2 (>= 1.3.0), stringr (>= 1.4.0), rsvg (>= 2.1), magick (>=
        2.4.0)
Suggests: knitr, rmarkdown, bezier
VignetteBuilder: knitr, rmarkdown
NeedsCompilation: no
Packaged: 2021-12-14 06:33:42 UTC; k.oberwimmer
Author: Konrad Oberwimmer [aut, cre],
  Christian Wimmer [aut],
  Michael Bruneforth [ctb]
Maintainer: Konrad Oberwimmer <konrad.oberwimmer@iqs.gv.at>
Repository: CRAN
Date/Publication: 2021-12-14 14:30:02 UTC
Built: R 4.2.0; ; 2022-03-22 11:01:59 UTC; unix
