summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-tidyverse/package.py
blob: 51b2942770b12a4a4578022f86de37451710f07c (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# Copyright 2013-2024 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 RTidyverse(RPackage):
    """Easily Install and Load the 'Tidyverse'.

    The 'tidyverse' is a set of packages that work in harmony because they
    share common data representations and 'API' design. This package is
    designed to make it easy to install and load multiple 'tidyverse' packages
    in a single step. Learn more about the 'tidyverse' at
    <https://tidyverse.org>."""

    cran = "tidyverse"

    license("MIT")

    version("2.0.0", sha256="3d3c2d135056333247d309d1c2cc98cc0d87e2c781f4c6fbceab28d28c0728e5")
    version("1.3.2", sha256="37fbf8b72e49e96b1770dfb8e37f3e9e29269e8d6c96d6d3902561252ec1cf61")
    version("1.3.1", sha256="83cf95109d4606236274f5a8ec2693855bf75d3a1b3bc1ab4426dcc275ed6632")
    version("1.3.0", sha256="6d8acb81e994f9bef5e4dcf908bcea3786d108adcf982628235b6c8c80f6fe09")
    version("1.2.1", sha256="ad67a27bb4e89417a15338fe1a40251a7b5dedba60e9b72637963d3de574c37b")

    depends_on("r+X", type=("build", "run"))
    depends_on("r@3.2:", type=("build", "run"), when="@1.3.0:")
    depends_on("r@3.3:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-conflicted@1.2.0:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-broom@0.4.2:", type=("build", "run"))
    depends_on("r-broom@0.5.2:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-broom@0.7.6:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-broom@0.7.10:", type=("build", "run"), when="@1.3.2:")
    depends_on("r-broom@1.0.3:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-cli@1.0.0:", type=("build", "run"))
    depends_on("r-cli@1.1.0:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-cli@2.4.0:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-cli@3.1.0:", type=("build", "run"), when="@1.3.2:")
    depends_on("r-cli@3.6.0:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-dbplyr@1.1.0:", type=("build", "run"))
    depends_on("r-dbplyr@1.4.2:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-dbplyr@2.1.1:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-dbplyr@2.3.0:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-dplyr@0.7.4:", type=("build", "run"))
    depends_on("r-dplyr@0.8.3:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-dplyr@1.0.5:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-dplyr@1.0.7:", type=("build", "run"), when="@1.3.2:")
    depends_on("r-dplyr@1.1.0:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-dtplyr@1.1.0:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-dtplyr@1.2.0:", type=("build", "run"), when="@1.3.2:")
    depends_on("r-dtplyr@1.2.2:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-forcats@0.2.0:", type=("build", "run"))
    depends_on("r-forcats@0.4.0:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-forcats@0.5.1:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-forcats@1.0.0:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-googledrive@1.0.1:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-googledrive@2.0.0:", type=("build", "run"), when="@1.3.2:")
    depends_on("r-ragg@1.2.5:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-googlesheets4@0.3.0:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-googlesheets4@1.0.0:", type=("build", "run"), when="@1.3.2:")
    depends_on("r-googlesheets4@1.0.1:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-ggplot2@2.2.1:", type=("build", "run"))
    depends_on("r-ggplot2@3.2.1:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-ggplot2@3.3.3:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-ggplot2@3.3.5:", type=("build", "run"), when="@1.3.2:")
    depends_on("r-ggplot2@3.4.1:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-haven@1.1.0:", type=("build", "run"))
    depends_on("r-haven@2.2.0:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-haven@2.3.1:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-haven@2.4.3:", type=("build", "run"), when="@1.3.2:")
    depends_on("r-haven@2.5.1:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-hms@0.3:", type=("build", "run"))
    depends_on("r-hms@0.5.2:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-hms@1.0.0:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-hms@1.1.1:", type=("build", "run"), when="@1.3.2:")
    depends_on("r-hms@1.1.2:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-httr@1.3.1:", type=("build", "run"))
    depends_on("r-httr@1.4.1:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-httr@1.4.2:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-httr@1.4.4:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-jsonlite@1.5:", type=("build", "run"))
    depends_on("r-jsonlite@1.6:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-jsonlite@1.7.2:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-jsonlite@1.8.4:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-lubridate@1.7.1:", type=("build", "run"))
    depends_on("r-lubridate@1.7.4:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-lubridate@1.7.10:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-lubridate@1.8.0:", type=("build", "run"), when="@1.3.2:")
    depends_on("r-lubridate@1.9.2:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-magrittr@1.5:", type=("build", "run"))
    depends_on("r-magrittr@2.0.1:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-magrittr@2.0.3:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-modelr@0.1.1:", type=("build", "run"))
    depends_on("r-modelr@0.1.5:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-modelr@0.1.8:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-modelr@0.1.10:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-pillar@1.4.2:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-pillar@1.6.0:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-pillar@1.6.4:", type=("build", "run"), when="@1.3.2:")
    depends_on("r-pillar@1.8.1:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-purrr@0.2.4:", type=("build", "run"))
    depends_on("r-purrr@0.3.3:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-purrr@0.3.4:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-purrr@1.0.1:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-readr@1.1.1:", type=("build", "run"))
    depends_on("r-readr@1.3.1:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-readr@1.4.0:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-readr@2.1.1:", type=("build", "run"), when="@1.3.2:")
    depends_on("r-readr@2.1.4:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-readxl@1.0.0:", type=("build", "run"))
    depends_on("r-readxl@1.3.1:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-readxl@1.4.2:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-reprex@0.1.1:", type=("build", "run"))
    depends_on("r-reprex@0.3.0:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-reprex@2.0.0:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-reprex@2.0.1:", type=("build", "run"), when="@1.3.2:")
    depends_on("r-reprex@2.0.2:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-rlang@0.1.4:", type=("build", "run"))
    depends_on("r-rlang@0.4.1:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-rlang@0.4.10:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-rlang@0.4.12:", type=("build", "run"), when="@1.3.2:")
    depends_on("r-rlang@1.0.6:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-rstudioapi@0.7:", type=("build", "run"))
    depends_on("r-rstudioapi@0.10:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-rstudioapi@0.13:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-rstudioapi@0.14:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-rvest@0.3.2:", type=("build", "run"))
    depends_on("r-rvest@0.3.5:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-rvest@1.0.0:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-rvest@1.0.2:", type=("build", "run"), when="@1.3.2:")
    depends_on("r-rvest@1.0.3:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-stringr@1.2.0:", type=("build", "run"))
    depends_on("r-stringr@1.4.0:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-stringr@1.5.0:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-tibble@1.3.4:", type=("build", "run"))
    depends_on("r-tibble@2.1.3:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-tibble@3.1.0:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-tibble@3.1.6:", type=("build", "run"), when="@1.3.2:")
    depends_on("r-tibble@3.1.8:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-tidyr@0.7.2:", type=("build", "run"))
    depends_on("r-tidyr@1.0.0:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-tidyr@1.1.3:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-tidyr@1.1.4:", type=("build", "run"), when="@1.3.2:")
    depends_on("r-tidyr@1.3.0:", type=("build", "run"), when="@2.0.0:")
    depends_on("r-xml2@1.1.1:", type=("build", "run"))
    depends_on("r-xml2@1.2.2:", type=("build", "run"), when="@1.3.0:")
    depends_on("r-xml2@1.3.2:", type=("build", "run"), when="@1.3.1:")
    depends_on("r-xml2@1.3.3:", type=("build", "run"), when="@1.3.2:")
    depends_on("r-crayon@1.4.1:", type=("build", "run"), when="@1.3.1:1.3.2")
    depends_on("r-crayon@1.4.2:", type=("build", "run"), when="@1.3.2:1.3.2")