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

$params not working without ka #696

Closed
mattfidler opened this issue Jun 23, 2024 · 0 comments · Fixed by #697
Closed

$params not working without ka #696

mattfidler opened this issue Jun 23, 2024 · 0 comments · Fixed by #697

Comments

@mattfidler
Copy link
Member

library(rxode2)
#> Warning: package 'rxode2' was built under R version 4.3.3
#> rxode2 2.1.3 using 4 threads (see ?getRxThreads)
#>   no cache: create with `rxCreateCache()`
mod <- function() {
  ini({
    cl <- 0.1
    vc <- 4
    err.sd <- 0.1
  })
  model({
    Cc <- linCmt(cl, vc)
    Cc ~ add(err.sd)
  })
}

mod <- mod()

mod$params
#> Error in if (.mv$extramt == 1L) {: argument is of length zero

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

@mattfidler mattfidler changed the title $params not working in without ka $params not working without ka Jun 23, 2024
@mattfidler mattfidler linked a pull request Jun 23, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant