Skip to content

Commit

Permalink
Remove another reference to rxode2parse
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Jul 17, 2024
1 parent 8503076 commit 65a9f8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#! /bin/sh

#echo --------[begin Workaround]--------
${R_HOME}/bin/R CMD BATCH inst/tools/workaround.R
rm workaround.Rout
#echo --------[end Workaround]--------

echo --------[begin src/Makevars]--------
cat src/Makevars
Expand Down
2 changes: 1 addition & 1 deletion inst/tools/workaround.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ close(md5file)
.in <- gsub("@ARMA@", file.path(find.package("RcppArmadillo"),"include"), .in)
.in <- gsub("@BH@", file.path(find.package("BH"),"include"), .in)
.in <- gsub("@RCPP@", file.path(find.package("Rcpp"),"include"), .in)
.in <- gsub("@RXP@", file.path(find.package("rxode2parse"),"include"), .in)
.in <- gsub("@RXP@", file.path(find.package("rxode2"),"include"), .in)

if (.Platform$OS.type == "windows" && !file.exists("src/Makevars.win")) {
writeLines(gsub("@ISYSTEM@", "I",
Expand Down

0 comments on commit 65a9f8f

Please sign in to comment.