Skip to content

Commit

Permalink
Update DESCRIPTION/documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 24, 2024
1 parent e66d1d6 commit a83f770
Show file tree
Hide file tree
Showing 31 changed files with 845 additions and 154 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: pharmr
Encoding: UTF-8
Version: 1.2.0
Date: 2024-08-22
Version: 1.3.0
Date: 2024-10-24
Title: Interface to the 'Pharmpy' 'Pharmacometrics' Library
Authors@R: c(
person("Rikard", "Nordgren", role=c("aut", "cre", "cph"), email="[email protected]"),
Expand Down
5 changes: 4 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ S3method(knitr::knit_print,pharmpy.model.random_variables.RandomVariables)
S3method(knitr::knit_print,pharmpy.model.statements.Assignment)
S3method(knitr::knit_print,pharmpy.model.statements.Statements)
S3method(knitr::knit_print,pharmpy.modeling.odes.ODEDisplayer)
S3method(length,pharmpy.model.parameters.Parameters)
S3method(repr::repr_html,pharmpy.model.statements.Statements)
S3method(repr::repr_latex,pharmpy.model.distributions.symbolic.JointNormalDistribution)
S3method(repr::repr_latex,pharmpy.model.distributions.symbolic.NormalDistribution)
S3method(repr::repr_latex,pharmpy.model.random_variables.RandomVariables)
S3method(repr::repr_latex,pharmpy.model.statements.Assignment)
S3method(repr::repr_latex,pharmpy.modeling.odes.ODEDisplayer)
S3method(length,pharmpy.model.parameters.Parameters)
export(add_admid)
export(add_allometry)
export(add_bioavailability)
Expand Down Expand Up @@ -106,6 +106,7 @@ export(get_lag_times)
export(get_mdv)
export(get_model_code)
export(get_model_covariates)
export(get_mu_connected_to_parameter)
export(get_number_of_individuals)
export(get_number_of_observations)
export(get_number_of_observations_per_individual)
Expand Down Expand Up @@ -134,6 +135,7 @@ export(has_linear_odes)
export(has_linear_odes_with_real_eigenvalues)
export(has_michaelis_menten_elimination)
export(has_mixed_mm_fo_elimination)
export(has_mu_reference)
export(has_odes)
export(has_presystemic_metabolite)
export(has_proportional_error_model)
Expand Down Expand Up @@ -189,6 +191,7 @@ export(remove_predictions)
export(remove_residuals)
export(remove_unused_parameters_and_rvs)
export(rename_symbols)
export(replace_fixed_thetas)
export(replace_non_random_rvs)
export(resample_data)
export(reset_index)
Expand Down
Loading

0 comments on commit a83f770

Please sign in to comment.