Skip to content

Commit 37ef6bc

Browse files
committed
new package: r-ragg
1 parent 8e2adf4 commit 37ef6bc

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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")

0 commit comments

Comments
 (0)