summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-bit/package.py
blob: 0d178c10f871b3a914f5614c8bb4b6b3fc85fed0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 RBit(RPackage):
    """ A class for vectors of 1-bit booleans."""

    homepage = "https://cran.rstudio.com/web/packages/bit/index.html"
    url      = "https://cran.rstudio.com/src/contrib/bit_1.1-12.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/bit"
    version('1.1-12', 'c4473017beb93f151a8e672e4d5747af')