From 0e12b19d4c0aea6981c73677d9a491d30b050064 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sat, 17 Jun 2023 05:41:48 +0000 Subject: [PATCH 1/2] Rebuild for r-base 4.3 --- .ci_support/migrations/r_base43.yaml | 17 +++++++++++++++++ conda-forge.yml | 8 ++++---- recipe/meta.yaml | 2 +- 3 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 .ci_support/migrations/r_base43.yaml diff --git a/.ci_support/migrations/r_base43.yaml b/.ci_support/migrations/r_base43.yaml new file mode 100644 index 0000000..ec19ef3 --- /dev/null +++ b/.ci_support/migrations/r_base43.yaml @@ -0,0 +1,17 @@ +migrator_ts: 1682187595 +__migrator: + kind: version + migration_number: 1 + bump_number: 1 + operation: key_add + commit_message: "Rebuild for r-base 4.3" + primary_key: r_base + automerge: True + longterm: True + include_noarch: True + pr_limit: 40 + conda_forge_yml_patches: + provider.win_64: win_disabled + +r_base: + - 4.3 # [not win] diff --git a/conda-forge.yml b/conda-forge.yml index 7445f04..5d017bf 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -1,8 +1,8 @@ -github: - branch_name: main - tooling_branch_name: main -conda_forge_output_validation: true bot: automerge: true conda_build: pkg_format: '2' +conda_forge_output_validation: true +github: + branch_name: main + tooling_branch_name: main diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d5ce509..45d21b8 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -14,7 +14,7 @@ source: build: merge_build_host: True # [win] - number: 0 + number: 1 noarch: generic rpaths: - lib/R/lib/ From 5672fffea21d8f3123a830d8a77cbe8da5cff0fc Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sat, 17 Jun 2023 05:41:57 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.23.1, and conda-forge-pinning 2023.06.16.18.10.30 --- .azure-pipelines/azure-pipelines-linux.yml | 8 ++++---- .../{linux_64_r_base4.1.yaml => linux_64_r_base4.3.yaml} | 2 +- .scripts/build_steps.sh | 4 ++-- README.md | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) rename .ci_support/{linux_64_r_base4.1.yaml => linux_64_r_base4.3.yaml} (97%) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index aab0284..cf605a5 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,14 +8,14 @@ jobs: vmImage: ubuntu-latest strategy: matrix: - linux_64_r_base4.1: - CONFIG: linux_64_r_base4.1 - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 linux_64_r_base4.2: CONFIG: linux_64_r_base4.2 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_r_base4.3: + CONFIG: linux_64_r_base4.3 + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 timeoutInMinutes: 360 steps: diff --git a/.ci_support/linux_64_r_base4.1.yaml b/.ci_support/linux_64_r_base4.3.yaml similarity index 97% rename from .ci_support/linux_64_r_base4.1.yaml rename to .ci_support/linux_64_r_base4.3.yaml index bcd807d..13280d7 100644 --- a/.ci_support/linux_64_r_base4.1.yaml +++ b/.ci_support/linux_64_r_base4.3.yaml @@ -13,6 +13,6 @@ pin_run_as_build: min_pin: x.x max_pin: x.x r_base: -- '4.1' +- '4.3' target_platform: - linux-64 diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 71a4242..595f8b5 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -33,9 +33,9 @@ CONDARC mamba install --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12" + conda-build pip boa conda-forge-ci-setup=3 mamba update --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12" + conda-build pip boa conda-forge-ci-setup=3 # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/README.md b/README.md index bd57575..9b9ca67 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -About r-redcapr -=============== +About r-redcapr-feedstock +========================= + +Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/r-redcapr-feedstock/blob/main/LICENSE.txt) Home: https://ouhscbbmc.github.io/REDCapR/, https://github.com/OuhscBbmc/REDCapR, https://www.ouhsc.edu/bbmc/, https://project-redcap.org Package license: MIT -Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/r-redcapr-feedstock/blob/main/LICENSE.txt) - Summary: Encapsulates functions to streamline calls from R to the REDCap API. REDCap (Research Electronic Data CAPture) is a web application for building and managing online surveys and databases developed at Vanderbilt University. The Application Programming Interface (API) offers an avenue to access and modify data programmatically, improving the capacity for literate and reproducible programming. Current build status