Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$expand() issue #721

Open
mattfidler opened this issue Jun 29, 2024 · 0 comments
Open

$expand() issue #721

mattfidler opened this issue Jun 29, 2024 · 0 comments

Comments

@mattfidler
Copy link
Member

mattfidler commented Jun 29, 2024

library(rxode2et)
#> Warning: package 'rxode2et' was built under R version 4.3.3
ev <- et()
ev <- ev %>%
  et(id=1:10, amt=1:10, dosing.to=1, ii=14, addl=5, rate=(1:10)/(15/60/24), cmt=1)

ev$expand()
#>  [1] "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
#> [26] "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
#> [51] "" "" "" "" "" "" "" "" "" ""
#> Error in eval(expr, envir, enclos): 'lst[j]' needs to be a integer vector

Created on 2024-06-29 with reprex v2.1.0

@mattfidler mattfidler transferred this issue from nlmixr2/rxode2et Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant