diff --git a/recipes/r-cpp11armadillo/meta.yaml b/recipes/r-cpp11armadillo/meta.yaml index d3017142e5ed4..740841d4fbd87 100644 --- a/recipes/r-cpp11armadillo/meta.yaml +++ b/recipes/r-cpp11armadillo/meta.yaml @@ -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