r-webshot: new package at 0.5.1 (#9824)
This commit is contained in:
parent
dcb696bd3f
commit
2ee0d98be1
1 changed files with 20 additions and 0 deletions
20
var/spack/repos/builtin/packages/r-webshot/package.py
Normal file
20
var/spack/repos/builtin/packages/r-webshot/package.py
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Copyright 2013-2018 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 RWebshot(RPackage):
|
||||
"""webshot: Take Screenshots of Web Pages"""
|
||||
|
||||
homepage = "https://github.com/wch/webshot/"
|
||||
url = "https://cran.r-project.org/src/contrib/webshot_0.5.1.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/webshot/"
|
||||
|
||||
version('0.5.1', sha256='b9750d206c6fa0f1f16cc212b0a34f4f4bfa916962d2c877f0ee9a33620f4b23')
|
||||
|
||||
depends_on('r-magrittr', type=('build', 'run'))
|
||||
depends_on('r-jsonlite', type=('build', 'run'))
|
||||
depends_on('r-callr', type=('build', 'run'))
|
Loading…
Reference in a new issue