Skip to content

Commit

Permalink
[bot-automerge] r-rsm v2.10.2
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] committed Sep 6, 2020
2 parents de44a88 + 09d1d00 commit 43e487a
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 26 deletions.
27 changes: 18 additions & 9 deletions .azure-pipelines/azure-pipelines-linux.yml

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

2 changes: 1 addition & 1 deletion .gitattributes

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

5 changes: 3 additions & 2 deletions .scripts/build_steps.sh

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

12 changes: 10 additions & 2 deletions .scripts/run_docker_build.sh

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

2 changes: 1 addition & 1 deletion LICENSE.txt

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

2 changes: 1 addition & 1 deletion README.md

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

17 changes: 7 additions & 10 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = '2.10' %}
{% set version = "2.10.2" %}
{% set posix = 'm2-' if win else '' %}
{% set native = 'm2w64-' if win else '' %}

Expand All @@ -11,12 +11,12 @@ source:
url:
- {{ cran_mirror }}/src/contrib/rsm_{{ version }}.tar.gz
- {{ cran_mirror }}/src/contrib/Archive/rsm/rsm_{{ version }}.tar.gz
sha256: 8c565b870d13801554582fc1ca72889c7dceed155be2172d05a4290c56eecb28
sha256: 66446cfb4298f1b306be286d1f2cd8b7f68acc900d3cc0d9a054aa48e192091c

build:
noarch: generic
merge_build_host: True # [win]
number: 1002
merge_build_host: true # [win]
number: 0
rpaths:
- lib/R/lib/
- lib/
Expand All @@ -39,13 +39,10 @@ test:
about:
home: https://CRAN.R-project.org/package=rsm
license: GPL (>= 2)
summary: 'Provides functions to generate response-surface designs, fit first- and second-order
response-surface models, make surface plots, obtain the path of steepest ascent, and
do canonical analysis. A good reference on these methods is Chapter 10 of Wu, C-F
J and Hamada, M (2009) "Experiments: Planning, Analysis, and Parameter Design Optimization"
ISBN 978-0-471-69946-0.'
summary: 'Provides functions to generate response-surface designs, fit first- and second-order response-surface models, make surface plots, obtain the path of steepest ascent, and do canonical analysis. A good reference on these methods is Chapter 10 of Wu, C-F J and Hamada, M (2009) "Experiments: Planning, Analysis,
and Parameter Design Optimization" ISBN 978-0-471-69946-0.'
license_family: GPL3
license_file: '{{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-3'
license_file: {{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-3

extra:
recipe-maintainers:
Expand Down

0 comments on commit 43e487a

Please sign in to comment.