summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-packrat/package.py
blob: 16e6261025f791555b54eee1547edaf72c30151f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 2013-2022 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.package import *


class RPackrat(RPackage):
    """A Dependency Management System for Projects and their R Package
    Dependencies.

    Manage the R packages your project depends on in an isolated, portable, and
    reproducible way."""

    cran = "packrat"

    version('0.8.0', sha256='3025b9052974bec00fb09299226b80004d48e611e15a65e5a0bc49d3538844ef')
    version('0.7.0', sha256='e8bce1fd78f28f3a7bf56e65a2ae2c6802e69bf55466c24e1d1a4b8a5f83dcc2')
    version('0.5.0', sha256='d6a09290fbe037a6c740921c5dcd70b500e5b36e4713eae4010adf0c456bc5f7')
    version('0.4.9-3', sha256='87299938a751defc54eb00a029aecd3522d6349d900aaa8b3e1aa6bf31e98234')
    version('0.4.8-1', sha256='a283caf4fda419e6571ae9ca6210a59002a030721feb8a50c0d0787fd6f672f3')
    version('0.4.7-1', sha256='6e5067edd41a4086bb828617d3378210a3dbc995e223b02af811549519f3223a')

    depends_on('r@3.0.0:', type=('build', 'run'))