R version 4.4.0 RC (2024-04-16 r86441 ucrt) -- "Puppy Cup" 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. > library(checkmate) > library(testthat) > library(MBNMAdose) Attaching package: 'MBNMAdose' The following object is masked from 'package:stats': dexp The following object is masked from 'package:base': rank > library(igraph) Attaching package: 'igraph' The following object is masked from 'package:testthat': compare The following objects are masked from 'package:stats': decompose, spectrum The following object is masked from 'package:base': union > library(dplyr) Attaching package: 'dplyr' The following objects are masked from 'package:igraph': as_data_frame, groups, union The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > > > datalist <- list("triptans"=triptans, + "psoriasis75"=psoriasis75, + "ssri"=ssri, + "osteopain"=osteopain, + "gout"=gout + ) > > > > proc.time() user system elapsed 0.71 0.12 0.81