summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-rstudioapi/package.py
blob: 13f4d0c10c97b9d450186f812b03c615736a8f95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2019 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 RRstudioapi(RPackage):
    """Access the RStudio API (if available) and provide informative error
    messages when it's not."""

    homepage = "https://cran.r-project.org/web/packages/rstudioapi/index.html"
    url      = "https://cran.r-project.org/src/contrib/rstudioapi_0.7.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/rstudioapi"

    version('0.7', 'ee4ab567a7a9fdfac1a6fd01fe38de4a')
    version('0.6', 'fdb13bf46aab02421557e713fceab66b')
    version('0.5', '6ce1191da74e7bcbf06b61339486b3ba')