Skip to content

Commit

Permalink
small case
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmdphd committed Aug 14, 2017
1 parent bc96531 commit 79205bd
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
*.csv
*.xlsx
tests
packrat/lib*/
README_files/
README_cache/
README.html
Expand Down
2 changes: 0 additions & 2 deletions R/ConcTime.R → R/concTime.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,3 @@ caffConcTimeMulti <- function(Weight, Dose, N = 20, Tau = 8, Repeat = 4){
return(ggsuper)
}

globVar <- utils::globalVariables(c('CL', 'V', 'Ka', 'Ke', 'x', 'y', 'Time', 'Subject', 'Conc', 'AI', 'AUC', 'Aavss', 'Cavss', 'Cmax', 'Cmaxss', 'Cminss', 'ConcOrig', 'ConcTemp', 'Half_life', 'Tmax', 'X1', 'X2', 'X3', 'eta1', 'eta2', 'eta3'))

4 changes: 3 additions & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
#' @seealso \url{https://asancpt.github.io/caffsim}
#' @export

"UnitTable"
"UnitTable"

globVar <- utils::globalVariables(c('CL', 'V', 'Ka', 'Ke', 'x', 'y', 'Time', 'Subject', 'Conc', 'AI', 'AUC', 'Aavss', 'Cavss', 'Cmax', 'Cmaxss', 'Cminss', 'ConcOrig', 'ConcTemp', 'Half_life', 'Tmax', 'X1', 'X2', 'X3', 'eta1', 'eta2', 'eta3'))
File renamed without changes.
File renamed without changes.
Binary file modified caffsim.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion man/caffPlot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/caffPlotMulti.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified releases/caffsim_0.2.0.tar.gz
Binary file not shown.

0 comments on commit 79205bd

Please sign in to comment.