Skip to content

Commit 5882cdc

Browse files
author
Elizabeth Fischer
committed
Re-did nolink in R packages (were lost in rebase)
1 parent a4741f4 commit 5882cdc

File tree

93 files changed

+292
-292
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+292
-292
lines changed

var/spack/repos/builtin/packages/r-datatable/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ class RDatatable(RPackage):
3737

3838
version('1.9.6', 'b1c0c7cce490bdf42ab288541cc55372')
3939

40-
depends_on('r-chron', type='nolink')
40+
depends_on('r-chron', type=('build', 'run'))

var/spack/repos/builtin/packages/r-devtools/package.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ class RDevtools(RPackage):
3434

3535
version('1.11.1', '242672ee27d24dddcbdaac88c586b6c2')
3636

37-
depends_on('r-httr', type=nolink)
38-
depends_on('r-memoise', type=nolink)
39-
depends_on('r-whisker', type=nolink)
40-
depends_on('r-digest', type=nolink)
41-
depends_on('r-rstudioapi', type=nolink)
42-
depends_on('r-jsonlite', type=nolink)
43-
depends_on('r-git2r', type=nolink)
44-
depends_on('r-withr', type=nolink)
37+
depends_on('r-httr', type=('build', 'run'))
38+
depends_on('r-memoise', type=('build', 'run'))
39+
depends_on('r-whisker', type=('build', 'run'))
40+
depends_on('r-digest', type=('build', 'run'))
41+
depends_on('r-rstudioapi', type=('build', 'run'))
42+
depends_on('r-jsonlite', type=('build', 'run'))
43+
depends_on('r-git2r', type=('build', 'run'))
44+
depends_on('r-withr', type=('build', 'run'))

var/spack/repos/builtin/packages/r-diagrammer/package.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ class RDiagrammer(RPackage):
3434

3535
version('0.8.4', '9ee295c744f5d4ba9a84289ca7bdaf1a')
3636

37-
depends_on('r-htmlwidgets', type=nolink)
38-
depends_on('r-igraph', type=nolink)
39-
depends_on('r-influencer', type=nolink)
40-
depends_on('[email protected]:', type=nolink)
41-
depends_on('r-stringr', type=nolink)
42-
depends_on('r-visnetwork', type=nolink)
43-
depends_on('r-scales', type=nolink)
37+
depends_on('r-htmlwidgets', type=('build', 'run'))
38+
depends_on('r-igraph', type=('build', 'run'))
39+
depends_on('r-influencer', type=('build', 'run'))
40+
depends_on('[email protected]:', type=('build', 'run'))
41+
depends_on('r-stringr', type=('build', 'run'))
42+
depends_on('r-visnetwork', type=('build', 'run'))
43+
depends_on('r-scales', type=('build', 'run'))

var/spack/repos/builtin/packages/r-doparallel/package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ class RDoparallel(RPackage):
3535

3636
version('1.0.10', 'd9fbde8f315d98d055483ee3493c9b43')
3737

38-
depends_on('r-foreach', type=nolink)
39-
depends_on('r-iterators', type=nolink)
38+
depends_on('r-foreach', type=('build', 'run'))
39+
depends_on('r-iterators', type=('build', 'run'))

var/spack/repos/builtin/packages/r-dplyr/package.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ class RDplyr(RPackage):
3535

3636
version('0.5.0', '1fcafcacca70806eea2e6d465cdb94ef')
3737

38-
depends_on('r-assertthat', type=nolink)
39-
depends_on('r-r6', type=nolink)
40-
depends_on('r-rcpp', type=nolink)
41-
depends_on('r-tibble', type=nolink)
42-
depends_on('r-magrittr', type=nolink)
43-
depends_on('r-lazyeval', type=nolink)
44-
depends_on('r-dbi', type=nolink)
45-
depends_on('r-bh', type=nolink)
38+
depends_on('r-assertthat', type=('build', 'run'))
39+
depends_on('r-r6', type=('build', 'run'))
40+
depends_on('r-rcpp', type=('build', 'run'))
41+
depends_on('r-tibble', type=('build', 'run'))
42+
depends_on('r-magrittr', type=('build', 'run'))
43+
depends_on('r-lazyeval', type=('build', 'run'))
44+
depends_on('r-dbi', type=('build', 'run'))
45+
depends_on('r-bh', type=('build', 'run'))

var/spack/repos/builtin/packages/r-dt/package.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ class RDt(RPackage):
3636

3737
version('0.1', '5c8df984921fa484784ec4b8a4fb6f3c')
3838

39-
depends_on('r-htmltools', type=nolink)
40-
depends_on('r-htmlwidgets', type=nolink)
41-
depends_on('r-magrittr', type=nolink)
39+
depends_on('r-htmltools', type=('build', 'run'))
40+
depends_on('r-htmlwidgets', type=('build', 'run'))
41+
depends_on('r-magrittr', type=('build', 'run'))

var/spack/repos/builtin/packages/r-dygraphs/package.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class RDygraphs(RPackage):
3838

3939
version('0.9', '7f0ce4312bcd3f0a58b8c03b2772f833')
4040

41-
depends_on('r-magrittr', type=nolink)
42-
depends_on('r-htmlwidgets', type=nolink)
43-
depends_on('r-zoo', type=nolink)
44-
depends_on('r-xts', type=nolink)
41+
depends_on('r-magrittr', type=('build', 'run'))
42+
depends_on('r-htmlwidgets', type=('build', 'run'))
43+
depends_on('r-zoo', type=('build', 'run'))
44+
depends_on('r-xts', type=('build', 'run'))

var/spack/repos/builtin/packages/r-e1071/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ class RE1071(RPackage):
3636

3737
version('1.6-7', 'd109a7e3dd0c905d420e327a9a921f5a')
3838

39-
depends_on('r-class', type=nolink)
39+
depends_on('r-class', type=('build', 'run'))

var/spack/repos/builtin/packages/r-evaluate/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ class REvaluate(RPackage):
3737

3838
version('0.9', '877d89ce8a9ef7f403b1089ca1021775')
3939

40-
depends_on('r-stringr', type=nolink)
40+
depends_on('r-stringr', type=('build', 'run'))

var/spack/repos/builtin/packages/r-foreach/package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ class RForeach(RPackage):
4040

4141
version('1.4.3', 'ef45768126661b259f9b8994462c49a0')
4242

43-
depends_on('r-codetools', type=nolink)
44-
depends_on('r-iterators', type=nolink)
43+
depends_on('r-codetools', type=('build', 'run'))
44+
depends_on('r-iterators', type=('build', 'run'))

0 commit comments

Comments
 (0)