Skip to content

Commit

Permalink
fix description & namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Nov 13, 2024
1 parent 10c8976 commit d58f6dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Authors@R:
family = "Funk",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2842-3406")
comment = c(ORCID = "0000-0002-2842-3406"))
Description: Provides functionality for extracting particular bits of stan
models as well as removing and adding lines.
License: MIT + file LICENSE
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ S3method("[",stanedit)
S3method("[<-",stanedit)
S3method(print,stanedit)
export(add_block)
export(find_block)
export(find_declaration)
export(get_block)
export(get_vars)
export(insert_lines)
export(remove_lines)
export(stanedit)
export(var_names)
export(write_model)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_class)

0 comments on commit d58f6dd

Please sign in to comment.