Skip to content

Commit

Permalink
Update for cran check
Browse files Browse the repository at this point in the history
  • Loading branch information
cneresta committed Jan 26, 2024
1 parent fbe2545 commit 8de46f2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
9 changes: 6 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: vici
Title: Vaccine Induced Cellular Immunogenicity with Bivariate Modeling
Version: 0.6.0
Version: 0.7.0
Date: 2022-06-27
Authors@R: c(person('Boris', 'Hejblum', email = 'boris.hejblum@u-bordeaux.fr', role = c('cre', 'aut')),
person('Melanie', 'Huchon', email = 'melanie.huchon@u-bordeaux.fr', role = c('aut')),
Expand All @@ -26,7 +26,10 @@ Imports:
stats,
stringr,
tidyr,
utils
utils,
scales,
shinyWidgets,
RColorBrewer
Suggests:
testthat
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ export(mod_modelfit_ui)
export(mod_settings_pan_server)
export(mod_settings_pan_ui)
export(run_app)
import(RColorBrewer)
import(ggplot2)
import(ggpubr)
import(scales)
import(shiny)
import(shinyWidgets)
importFrom(cowplot,plot_grid)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
Expand Down
2 changes: 2 additions & 0 deletions R/boxplot_VICI.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#'Default is \code{TRUE}.
#'@param baseline baseline value used in title when \code{inter} is \code{FALSE}.
#'Default is \code{NULL}.
#'@param fill a logical flag indicating if the boxplot is filled
#'Default if \code{FALSE}
#'
#'@return a \code{ggpubr} plot object
#'
Expand Down
6 changes: 5 additions & 1 deletion man/boxplot_VICI.Rd

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

6 changes: 3 additions & 3 deletions man/mod_settings_pan.Rd

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

0 comments on commit 8de46f2

Please sign in to comment.