Skip to content

Commit

Permalink
#91 Update PPCAT
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Dickinson committed Mar 6, 2024
1 parent f98b7dc commit 89cae1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/pp.R
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ pp_tmax$PPORRES <- pp_tmax$TMAX
PP <- bind_rows(pp_tmax, pp_npts, pp_lambda, pp_Ke, pp_cmax, pp_Clast, pp_AUC, pp_AUC_inf)

# Constant variables
PP$PPCAT <- "COMPARTMENTAL"
PP$PPCAT <- unique(pc$PCTEST)
PP$PPSTRESC <- PP$PPORRES
PP$PPSTRESN <- PP$PPORRES
PP$PPSTRESU <- PP$PPORRESU
Expand Down
Binary file modified data/pp.rda
Binary file not shown.

0 comments on commit 89cae1c

Please sign in to comment.