r-pixmap: added new package (#20795)

This commit is contained in:
Glenn Johnson 2021-01-15 03:51:35 -06:00 committed by GitHub
parent 59cf4c9039
commit ad0c0e81fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,19 @@
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class RPixmap(RPackage):
"""Bitmap Images ("Pixel Maps")
Functions for import, export, plotting and other manipulations of bitmapped
images."""
homepage = "https://cloud.r-project.org/package=pixmap"
url = "https://cloud.r-project.org/src/contrib/pixmap_0.4-11.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/pixmap"
version('0.4-11', sha256='6fa010749a59cdf56aad9f81271473b7d55697036203f2cd5d81372bcded7412')