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

autodec plugin grabs some stuff we don't want #1233

Open
kylebaron opened this issue Sep 12, 2024 · 0 comments
Open

autodec plugin grabs some stuff we don't want #1233

kylebaron opened this issue Sep 12, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@kylebaron
Copy link
Collaborator

library(mrgsolve)
#> 
#> Attaching package: 'mrgsolve'
#> The following object is masked from 'package:stats':
#> 
#>     filter

code <- '
$plugin autodec evtools
$table 
evt::dose = evt::bolus(100, 1);
'

mod <- mcode("foo", code, compile = FALSE)
cpp <- as.list(mod)$cpp_variables
cpp
#>     type  var context
#> 1 double dose    auto

Created on 2024-09-12 with reprex v2.1.1

@kylebaron kylebaron self-assigned this Sep 12, 2024
@kylebaron kylebaron added the bug label Sep 12, 2024
@kylebaron kylebaron added this to the Next version milestone Sep 21, 2024
@kylebaron kylebaron moved this to Evaluate in Development Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Evaluate
Development

No branches or pull requests

1 participant