Skip to content

Commit

Permalink
add r-cpp11armadillo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnachun committed Dec 26, 2024
1 parent 414748b commit 80a83e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes/r-cpp11armadillo/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ requirements:

test:
commands:
- $R -e "library('cpp11armadillo')"
- $R -e "library('cpp11armadillo')" # [not win]
- "\"%R%\" -e \"library('cpp11armadillo')\"" # [win]

about:
home: https://pacha.dev/cpp11armadillo/, https://github.com/pachadotdev/cpp11armadillo
home: https://pacha.dev/cpp11armadillo/
dev_url: https://github.com/pachadotdev/cpp11armadillo
license: Apache-2.0
license_file: LICENSE.md
summary: Provides function declarations and inline function definitions that facilitate communication
Expand Down

0 comments on commit 80a83e3

Please sign in to comment.