From 7c8e777c0d53770b69045d9f5d2301232aa8efbd Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Wed, 18 Sep 2024 17:04:11 -0500 Subject: [PATCH] build: Use just R --- conda.recipe/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda.recipe/build.sh b/conda.recipe/build.sh index 5ea71a1..21b5f19 100644 --- a/conda.recipe/build.sh +++ b/conda.recipe/build.sh @@ -8,4 +8,4 @@ CXX=$CXX CXX98=$CXX CXX11=$CXX CXX14=$CXX" > ~/.R/Makevars -$R CMD INSTALL --build . +R CMD INSTALL --build .