Skip to content

Commit

Permalink
Use nlmixr2data::nmtest
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Apr 4, 2024
1 parent 750f594 commit 316b236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-nmtest.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
if (file.exists(test_path("test-nmtest.qs")) && !.Call(`_rxode2_isIntel`)) {
if (!.Call(`_rxode2_isIntel`)) {

## system("rm -v ~/src/rxode2/src/*.so ~/src/rxode2/src/*.o ~/src/rxode2parse/src/*.so ~/src/rxode2parse/src/*.o ~/src/rxode2random/src/*.so ~/src/rxode2random/src/*.o");devtools::install("~/src/rxode2parse", dep=FALSE); devtools::install("~/src/rxode2random", dep=FALSE); devtools::load_all();rxClean();#devtools::test()

## devtools::load_all()

d <- qs::qread(test_path("test-nmtest.qs"))
d <- nlmixr2data::nmtest
# internally rxode2 treats lag time evids differently than
# non-lagged events

Expand Down

0 comments on commit 316b236

Please sign in to comment.