summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-teachingdemos/package.py
blob: eeecc70eff7f0350c60a4d3838854c574083a743 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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 RTeachingdemos(RPackage):
    """Demonstrations for Teaching and Learning.

    Demonstration functions that can be used in a classroom to demonstrate
    statistical concepts, or on your own to better understand the concepts
    or the programming."""

    cran = "TeachingDemos"

    version('2.12', sha256='3e75405ce1affa406d6df85e06f96381412bc7a2810b25d8c81bfe64c4698644')
    version('2.10', sha256='2ef4c2e36ba13e32f66000e84281a3616584c86b255bca8643ff3fe4f78ed704')

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