Skip to content

Commit

Permalink
0.7.2 start
Browse files Browse the repository at this point in the history
  • Loading branch information
borishejblum committed Feb 2, 2024
1 parent 05a9422 commit 7390b25
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master, file_version]
branches: [cran, file_version]
pull_request:
branches: [main, master, file_version]
branches: [cran, file_version]

name: R-CMD-check

Expand Down
3 changes: 0 additions & 3 deletions CRAN-SUBMISSION

This file was deleted.

4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: vici
Title: Vaccine Induced Cellular Immunogenicity with Bivariate Modeling
Version: 0.7.1
Date: 2023-06-26
Version: 0.7.2
Date: 2024-02-02
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')),
person('Clement', 'Nerestan', email = 'clement.nerestan@u-bordeaux.fr', role = c('aut'))
Expand Down
2 changes: 1 addition & 1 deletion R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ app_ui <- function() {
tags$head(tags$link(rel="shortcut icon", href="www/favicon.ico")),
titlePanel(div(img(src='www/logo.svg', align="right", height="120"), "VICI: accurate estimation of Vaccine Induced Cellular Immunogenicity with bivariate modeling"),
windowTitle = "VICI"),
h6("v0.7.1"),
h6("v0.7.2"),
h5(),

shiny::actionLink(inputId='github_code', label="Source code",
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bibentry(
number = "",
pages = "112711",
url = "https://doi.org/10.1016/j.jim.2019.112711",
note = "R package version 0.7.1",
note = "R package version 0.7.2",
textVersion = paste("Lhomme E, Hejblum BP, Lacabaratz C, Wiedemann A, Lelièvre J-D, Levy Y, Thiébaut R, Richert L (2020). Analyzing cellular immunogenicity in vaccine clinical trials: a new statistical method including non-specific responses for accurate estimation of vaccine efficacy. Journal of Immunological Methods, 477:112711. <doi:10.1016/j.jim.2019.112711>.")
)

Expand Down

0 comments on commit 7390b25

Please sign in to comment.