Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps #14

Merged
merged 6 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 0 additions & 52 deletions .azure-pipelines/azure-pipelines-win.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .ci_support/win_64_.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

120 changes: 0 additions & 120 deletions .scripts/run_win_build.bat

This file was deleted.

21 changes: 9 additions & 12 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion azure-pipelines.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 16 additions & 20 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% set version = "2.0.0" %}

{% set posix = 'm2-' if win else '' %}
{% set native = 'm2w64-' if win else '' %}

Expand All @@ -15,30 +14,28 @@ source:

build:
merge_build_host: true # [win]
# If this is a new build for the same version, increment the build number.
number: 0

number: 1
rpaths:
- lib/R/lib/
- lib/
skip: true # [win]

requirements:
build:
- {{ posix }}zip # [win]
- cross-r-base {{ r_base }} # [build_platform != target_platform]
- {{ posix }}zip # [win]
- cross-r-base {{ r_base }} # [build_platform != target_platform]

host:
- gmp # [linux]
- gmp # [linux]
- mpfr # [linux]
- r-base
- r-ucscxenatools
- r-digest
- r-httr
- r-dplyr >=0.8.3
- r-ezcox
- r-forcats
- r-ggplot2 >=3.2.0
- r-ggpubr >=0.2
- r-httr
- r-magrittr >=1.5
- r-ppcor
- r-psych
Expand All @@ -47,19 +44,19 @@ requirements:
- r-stringr
- r-tibble >=2.1.3
- r-tidyr
- r-ucscxenatools

run:
- gmp # [linux]
- gmp # [linux]
- mpfr # [linux]
- r-base
- r-ucscxenatools
- r-digest
- r-httr
- r-dplyr >=0.8.3
- r-ezcox
- r-forcats
- r-ggplot2 >=3.2.0
- r-ggpubr >=0.2
- r-httr
- r-magrittr >=1.5
- r-ppcor
- r-psych
Expand All @@ -68,28 +65,27 @@ requirements:
- r-stringr
- r-tibble >=2.1.3
- r-tidyr
- r-ucscxenatools

test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('UCSCXenaShiny')" # [not win]
- "\"%R%\" -e \"library('UCSCXenaShiny')\"" # [win]

about:
home: https://github.com/openbiox/UCSCXenaShiny

license: GPL-2.0-or-later
home: https://openbiox.github.io/UCSCXenaShiny/
dev_url: https://github.com/openbiox/UCSCXenaShiny
license: GPL-3.0-or-later
summary: Provides functions and a Shiny application for downloading, analyzing and visualizing datasets from UCSC Xena (<http://xena.ucsc.edu/>), which is a collection of UCSC-hosted public databases such as TCGA, ICGC, TARGET, GTEx, CCLE, and others.

license_family: GPL3
license_file:
- {{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-3

extra:
recipe-maintainers:
- Byronxy
- conda-forge/r
- ShixiangWang
- kaigu1990
- lishensuo
- Byronxy
- longfei8533
- kaigu1990
- ShixiangWang