Skip to content

Commit

Permalink
[bot-automerge] r-nlmixr2 v2.1.0 (#3)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jan 9, 2024
2 parents e911c21 + 4b6f65f commit 8cc9f3b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 14 deletions.
14 changes: 12 additions & 2 deletions .gitignore

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

6 changes: 3 additions & 3 deletions .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 README.md

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

13 changes: 5 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = '2.0.9' %}
{% set version = "2.1.0" %}
{% set posix = 'm2-' if win else '' %}
{% set native = 'm2w64-' if win else '' %}

Expand All @@ -10,10 +10,10 @@ source:
url:
- {{ cran_mirror }}/src/contrib/nlmixr2_{{ version }}.tar.gz
- {{ cran_mirror }}/src/contrib/Archive/nlmixr2/nlmixr2_{{ version }}.tar.gz
sha256: 07bb04fb17f3065380a07d8f100ceb2997d1ddfdecef06cf9bb84e390aa8cbd5
sha256: 08b7f1740c0acd5337aa58a13214c29384dfb53528c63b55a0bcdcc3385ea241

build:
merge_build_host: True # [win]
merge_build_host: true # [win]
number: 0
noarch: generic
rpaths:
Expand Down Expand Up @@ -56,11 +56,8 @@ about:
home: https://nlmixr2.org/
dev_url: https://github.com/nlmixr2/nlmixr2/
license: GPL-3.0-or-later
summary: Fit and compare nonlinear mixed-effects models in differential equations with flexible
dosing information commonly seen in pharmacokinetics and pharmacodynamics (Almquist,
Leander, and Jirstrand 2015 <doi:10.1007/s10928-015-9409-1>). Differential equation
solving is by compiled C code provided in the 'rxode2' package (Wang, Hallow, and
James 2015 <doi:10.1002/psp4.12052>).
summary: Fit and compare nonlinear mixed-effects models in differential equations with flexible dosing information commonly seen in pharmacokinetics and pharmacodynamics (Almquist, Leander, and Jirstrand 2015 <doi:10.1007/s10928-015-9409-1>). Differential equation solving is by compiled C code provided in the 'rxode2'
package (Wang, Hallow, and James 2015 <doi:10.1002/psp4.12052>).
license_family: GPL3
license_file:
- {{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-3
Expand Down

0 comments on commit 8cc9f3b

Please sign in to comment.