summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-bitops/package.py
blob: 2d61f87d170b1ef6edd075c916d6c97ba31611d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 RBitops(RPackage):
    """Functions for bitwise operations on integer vectors."""

    homepage = "https://cran.r-project.org/package=bitops"
    url      = "https://cran.r-project.org/src/contrib/bitops_1.0-6.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/bitops"

    version('1.0-6', 'fba16485a51b1ccd354abde5816b6bdd')