Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File version #6

Closed
wants to merge 57 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
ef75eec
Add logo for app
Apr 9, 2020
ad8533d
Add file for shinyproxy
SalebHet Sep 22, 2021
e1dfde0
switching to GitHub Actions
borishejblum Oct 1, 2021
7051c1d
update gitignore
borishejblum Oct 1, 2021
03c40ed
Merge branch 'master' of https://github.com/borishejblum/vici
borishejblum Oct 1, 2021
8af3a5d
Compiled README
borishejblum Oct 1, 2021
a40887e
LK connect
SalebHet Oct 11, 2021
473b5de
Merge remote-tracking branch 'refs/remotes/origin/master'
SalebHet Oct 11, 2021
d2eb0d6
fin merge travail melany
SalebHet Jan 11, 2022
2e33249
add cran branch on file to execute GA
Apr 22, 2022
9efc7c1
update for LabKey
SalebHet Jun 10, 2022
f2e79ef
Update for Labkey
SalebHet Jun 13, 2022
1d6f1a1
merge
SalebHet Jun 13, 2022
e8cb0d9
Merge branch 'master' of ssh://github.com/sistm/vici
SalebHet Jun 13, 2022
3ea8972
Update for LK 20.11
SalebHet Jun 13, 2022
ed709fe
Update Dockerfile for dependences
SalebHet Jun 14, 2022
597ae02
update boxplot
Jul 19, 2022
ede8d65
Update DockerFile for boxplot palette picker
Jul 25, 2022
4d43d19
Add palette color picker for boxplot
Aug 26, 2022
15cac5d
Better preset
Aug 26, 2022
d1840f1
fix bug title cut
Aug 30, 2022
47407b7
should be fix
Aug 30, 2022
dc16ace
with good file it's better
Aug 30, 2022
924e906
fix bug info lost
Aug 30, 2022
e6f31c1
enhance boxplot custom
Sep 22, 2022
f80a8cc
enhance boxplot according to VRI ask and better UI
Sep 26, 2022
625bd46
fix typo in Dockerfile
Jan 17, 2023
c1dbfbb
Switch to local files version
Mar 14, 2023
9930789
Update for CRAN check
Mar 15, 2023
d3692bc
Fix for CRAN check
Mar 15, 2023
00e6ecb
Start Fixing "notes" for CRAN check
Mar 16, 2023
abf0f28
update informations for cran commit
Mar 22, 2023
bb9157d
update and clean functions for cran submission
Mar 22, 2023
b7370d5
Add GHA
Mar 23, 2023
8e3e131
clean comment
Mar 30, 2023
57ce1eb
change url for issues link
Apr 18, 2023
47a6512
fix last modifications to CRAN submission
Apr 26, 2023
97c1aa5
improved palettes
borishejblum Jun 20, 2023
ffc9dda
improved palettes
borishejblum Jun 20, 2023
1fd608f
merge auto-conflict
borishejblum Jun 20, 2023
8ecc65a
different img path
borishejblum Jun 20, 2023
21414d6
better images
borishejblum Jun 20, 2023
c503c1a
test images
borishejblum Jun 20, 2023
0f8bfe3
fixed 0.7.1 version
borishejblum Jun 20, 2023
05a9422
changing heatmap color gradient
Jan 29, 2024
7390b25
0.7.2 start
borishejblum Feb 2, 2024
612dfaf
roxygen update
borishejblum Feb 2, 2024
c1d38e0
fixing NOTE
borishejblum Feb 2, 2024
1ca41f2
upgrading to checkput v4
borishejblum Feb 2, 2024
babf5a6
Cran comments update
borishejblum Feb 2, 2024
0b2cadf
refactoring update boxplot
borishejblum Feb 2, 2024
8f6abeb
updates from LabKey branch
borishejblum Feb 2, 2024
9939f50
adding histogram
borishejblum Feb 2, 2024
fb4520d
fix bug (sry for late strange git action)
Feb 2, 2024
d0c01de
v0.7.3
borishejblum Feb 2, 2024
c9e487e
fixed params
borishejblum Feb 2, 2024
a3037c4
updated cran comments
borishejblum Feb 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ $run_dev.*
^\.travis\.yml$
^appveyor\.yml$
^cran-comments\.md$
^\.github$
^CRAN-SUBMISSION$
1 change: 1 addition & 0 deletions .github/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.html
49 changes: 49 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [cran, file_version]
pull_request:
branches: [cran, file_version]

name: R-CMD-check

jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})

strategy:
fail-fast: false
matrix:
config:
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
*.Rproj
*.DS_Store
85 changes: 0 additions & 85 deletions .travis.yml

This file was deleted.

32 changes: 15 additions & 17 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
Package: vici
Title: Vaccine Induced Cellular Immunogenicity with Bivariate Modeling
Version: 0.5.4
Date: 2019-08-21
Authors@R: person('Boris', 'Hejblum', email = 'boris.hejblum@u-bordeaux.fr', role = c('cre', 'aut'))
Version: 0.7.3
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'))
)
Description: A shiny app for accurate estimation of vaccine induced immunogenicity
with bivariate linear modeling. Method is detailed in: Lhomme, Hejblum, Lacabaratz,
Wiedemann, Lelievre, Levy, Thiebaut & Richert (2019). Submitted.
BugReports: https://github.com/borishejblum/vici/issues
Wiedemann, Lelievre, Levy, Thiebaut & Richert (2020). Journal of Immunological Methods,
477:112711. <doi:10.1016/j.jim.2019.112711>.
BugReports: https://github.com/sistm/vici/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
Expand All @@ -21,17 +25,11 @@ Imports:
stats,
tidyr,
utils,
covr,
testthat,
RSelenium,
golem,
future,
pkgload,
processx,
numDeriv,
methods,
stringr,
MASS,
Matrix,
lmerTest
RoxygenNote: 7.1.2
RColorBrewer,
scales,
shinyWidgets
Suggests:
testthat
RoxygenNote: 7.3.0
18 changes: 0 additions & 18 deletions Dockerfile

This file was deleted.

9 changes: 7 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ export(mod_modelfit_ui)
export(mod_settings_pan_server)
export(mod_settings_pan_ui)
export(run_app)
import(Matrix)
import(RColorBrewer)
import(ggplot2)
import(ggpubr)
import(lmerTest)
import(scales)
import(shiny)
import(shinyWidgets)
importFrom(cowplot,plot_grid)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(nlme,"coef<-")
importFrom(nlme,Initialize)
importFrom(nlme,asOneFormula)
importFrom(nlme,getGroups)
Expand All @@ -39,15 +41,18 @@ importFrom(stats,contrasts)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,logLik)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.fail)
importFrom(stats,na.omit)
importFrom(stats,nlminb)
importFrom(stats,optim)
importFrom(stats,pt)
importFrom(stats,qt)
importFrom(stats,relevel)
importFrom(stats,sigma)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,vcov)
importFrom(stringr,str_detect)
importFrom(tidyr,spread)
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# vici 0.7.0

* Added graphical options

# vici 0.6.0

* Added support for additional degree of freedom methods

# vici 0.5.3

* Added source code & CRAN link buttons
Expand Down
Loading