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 Nov 7, 2023
1 parent 470d75d commit ec6e831
Show file tree
Hide file tree
Showing 20 changed files with 370 additions and 71 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: 0.103.0
Date: 2023-10-12
Version: 0.104.0
Date: 2023-11-07
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: 5 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export(get_cmt)
export(get_concentration_parameters_from_data)
export(get_config_path)
export(get_covariate_baselines)
export(get_covariates)
export(get_doseid)
export(get_doses)
export(get_dv_symbol)
Expand Down Expand Up @@ -140,6 +141,7 @@ export(has_zero_order_elimination)
export(install_pharmpy)
export(is_linearized)
export(is_real)
export(is_strictness_fulfilled)
export(list_time_varying_covariates)
export(load_dataset)
export(load_example_model)
Expand Down Expand Up @@ -177,6 +179,7 @@ export(remove_parameter_uncertainty_step)
export(remove_peripheral_compartment)
export(remove_unused_parameters_and_rvs)
export(rename_symbols)
export(replace_non_random_rvs)
export(resample_data)
export(reset_index)
export(resume_tool)
Expand All @@ -198,6 +201,7 @@ export(sample_individual_estimates)
export(sample_parameters_from_covariance_matrix)
export(sample_parameters_uniformly)
export(set_additive_error_model)
export(set_baseline_effect)
export(set_combined_error_model)
export(set_covariates)
export(set_direct_effect)
Expand All @@ -222,6 +226,7 @@ export(set_power_on_ruv)
export(set_proportional_error_model)
export(set_reference_values)
export(set_seq_zo_fo_absorption)
export(set_simulation)
export(set_time_varying_error_model)
export(set_tmdd)
export(set_transit_compartments)
Expand Down
Loading

0 comments on commit ec6e831

Please sign in to comment.