ggPMXdevelopment / ggPMX

ggPMX R package
37 stars 11 forks source link

Use `purr::map() + purr::exec()` #354

Closed mattfidler closed 1 year ago

mattfidler commented 1 year ago
Warning (test-nonmem_reader.R:55:3): pmx_nm: params: simfile;
          result: can read NONMEM-Output
`invoke_map()` was deprecated in purrr 1.0.0.
ℹ Please use map() + exec() instead.
Backtrace:
  1. ggPMX::pmx_nm(directory = nonmem_dir, runno = "001", simfile = "custom_sim.lst")
       at test-nonmem_reader.R:55:2
 14. purrr::invoke_map(.f = .$fun, .x = .$params)