R Under development (unstable) (2024-07-24 r86924 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # Copyright (C) 2013 - 2023 Metrum Research Group > # > # This file is part of mrgsolve. > # > # mrgsolve is free software: you can redistribute it and/or modify it > # under the terms of the GNU General Public License as published by > # the Free Software Foundation, either version 2 of the License, or > # (at your option) any later version. > # > # mrgsolve is distributed in the hope that it will be useful, but > # WITHOUT ANY WARRANTY; without even the implied warranty of > # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > # GNU General Public License for more details. > # > # You should have received a copy of the GNU General Public License > # along with mrgsolve. If not, see . > > Sys.setenv("R_TESTS" = "") > library(magrittr) > library(mrgsolve) Attaching package: 'mrgsolve' The following object is masked from 'package:stats': filter > library(testthat) Attaching package: 'testthat' The following objects are masked from 'package:magrittr': equals, is_less_than, not > > test_check("mrgsolve", reporter="summary") S4: test-S4: ......... annot: test-annot: ...................................................... as_data_set: test-as_data_set: .................................. as_list_mrgmod: test-as_list_mrgmod: ....................................... cache: test-cache: .... carry-out: test-carry-out: ......... carry_out: test-carry_out_recover: .................... data_set: test-data_set: ................................................ deslist: test-deslist: ........... dplyr-generics: test-dplyr-generics: ...................W.. env: test-env: .................... ev: test-ev: ................................................................................ ev_assign: test-ev_assign: ... ev_days: test-ev_days: ....... ev_rx: test-ev_rx: ................ evd: test-evd: ................................................. evid4: test-evid4: ......... fixed-cmtn: test-fixed-cmtn: ... funset: test-funset: ... idata_set: test-idata_set: ... infusion: test-infusion: .............. init: test-init: ...... inventory-too: test-inventory-too: .....W............................... inventory: test-inventory: ....... iv-po: test-iv-po: ...... knobs: test-knobs: ....... matlist: test-matlist: .......................................... matrix: test-matrix: .................... modlib: test-modlib: ... modspec: test-modspec: .................................................................................................................................... mread: test-mread: .... mrgindata: test-mrgindata: .............................SS......... mrgmod: test-mrgmod: ................... mrgsim: test-mrgsim: ........................................................... mrgsim_q: test-mrgsim_q: ... mrgsims: test-mrgsims: .... mwrite: test-mwrite: ........................................................................... nmxml: test-nmxml: ................................................................................ numericlist: test-numericlist: .... obsonly-obsaug: test-obsonly-obsaug: ......... opts: test-opts: .... param: test-param: ............................ rcpp_globals: test-rcpp_globals: ..... realize: test-realize: ...... records: test-records: .. recsort: test-recsort: ............ relabel: test-relabel: ............ rename: test-rename: ....... rng: test-rng: ..... ss: test-ss: ................. tad: test-tad: ........ tgrid: test-tgrid: ......... update: test-update: ............................................ utils: test-utils: ...................................................... workflow: test-workflow: ... ══ Skipped ═════════════════════════════════════════════════════════════════════ 1. integer64 columns are dropped from data_set [SLV-TEST-0011] ('test-mrgindata.R:166:3') - Reason: bit64 cannot be loaded 2. integer64 columns are dropped from idata_set [SLV-TEST-0012] ('test-mrgindata.R:186:3') - Reason: bit64 cannot be loaded ══ Warnings ════════════════════════════════════════════════════════════════════ 1. select_mrgsims ('test-dplyr-generics.R:86:3') - Using an external vector in selections was deprecated in tidyselect 1.1.0. ℹ Please use `all_of()` or `any_of()` instead. # Was: data %>% select(vars) # Now: data %>% select(all_of(vars)) See . 2. inventory conditions ('test-inventory-too.R:39:3') - Using an external vector in selections was deprecated in tidyselect 1.1.0. ℹ Please use `all_of()` or `any_of()` instead. # Was: data %>% select(need) # Now: data %>% select(all_of(need)) See . ══ DONE ════════════════════════════════════════════════════════════════════════ > > > proc.time() user system elapsed 16.68 1.65 22.68