File tree Expand file tree Collapse file tree
var/spack/repos/builtin/packages/r-ragg Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Copyright 2013-2022 Lawrence Livermore National Security, LLC and other
2+ # Spack Project Developers. See the top-level COPYRIGHT file for details.
3+ #
4+ # SPDX-License-Identifier: (Apache-2.0 OR MIT)
5+
6+ from spack .package import *
7+
8+
9+ class RRagg (RPackage ):
10+ """Graphic Devices Based on AGG.
11+
12+ Anti-Grain Geometry (AGG) is a high-quality and high-performance 2D drawing
13+ library. The 'ragg' package provides a set of graphic devices based on AGG
14+ to use as alternative to the raster devices provided through the
15+ 'grDevices' package."""
16+
17+ cran = "ragg"
18+
19+ version ("1.2.3" , sha256 = "976da0007ef0d4dbadda4734727b539671b65c1eff4ff392d734f4e2c846f2b2" )
20+
21+ depends_on ("r-systemfonts@1.0.3:" , type = ("build" , "run" ))
22+ depends_on ("r-textshaping@0.3.0:" , type = ("build" , "run" ))
23+ depends_on ("freetype" )
24+ depends_on ("libpng" )
25+ depends_on ("libtiff" )
26+ depends_on ("jpeg" )
You can’t perform that action at this time.
0 commit comments