Skip to content

Commit

Permalink
Description
Browse files Browse the repository at this point in the history
version update
import arrange
  • Loading branch information
jhk0530 committed May 6, 2024
1 parent 4e0dd2d commit 56413a1
Showing 1 changed file with 22 additions and 15 deletions.
37 changes: 22 additions & 15 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,26 +1,33 @@
Package: jsmodule
Title: 'RStudio' Addins and 'Shiny' Modules for Medical Research
Version: 1.5.3
Date: 2024-04-15
Authors@R: c(person("Jinseob", "Kim", email = "jinseob2kim@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9403-605X")),
person("Zarathu", role = c("cph", "fnd")),
person("Hyunki", "Lee", email = "leevenstar@snu.ac.kr", role = c("aut")),
person("Changwoo", "Lim", email = "limcw@zarathu.com", role = c("aut")),
person("Jinhwan", "Kim", email = "jinhwan@zarathu.com", role = c("aut")),
person("Yoonkyoung", "Jeon", email = "rachel200357@gmail.com", role = c("aut")),
person("Jaewoong", "Heo", email = "koolerjaebee@gmail.com", role = c("aut"))
)
Version: 1.5.4
Date: 2024-05-06
Authors@R: c(
person("Jinseob", "Kim", email = "jinseob2kim@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9403-605X")),
person("Zarathu", role = c("cph", "fnd")),
person("Hyunki", "Lee", email = "leevenstar@snu.ac.kr", role = c("aut")),
person("Changwoo", "Lim", email = "limcw@zarathu.com", role = c("aut")),
person("Jinhwan", "Kim", email = "jinhwan@zarathu.com", role = c("aut"), comment = c(ORCID = "0009-0009-3217-2417")),
person("Yoonkyoung", "Jeon", email = "rachel200357@gmail.com", role = c("aut")),
person("Jaewoong", "Heo", email = "koolerjaebee@gmail.com", role = c("aut")))
Description: 'RStudio' addins and 'Shiny' modules for descriptive statistics, regression and survival analysis.
Depends: R (>= 3.4.0)
License: Apache License 2.0
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports: utils, stats, data.table, shiny, readxl, DT, jstable, labelled, methods, GGally, ggplot2, haven, rstudioapi, shinycustomloader, MatchIt(>= 3.0.0), survey, jskm(>= 0.4.4), survival, purrr, geepack, maxstat, survIDINRI, timeROC, shinyWidgets, pROC, Hmisc, see, readr, RColorBrewer, ggpubr, officer, rvg, epiDisplay, forestploter, scales
Imports:
data.table, DT, epiDisplay, forestploter, geepack,
GGally, ggplot2, ggpubr, haven, Hmisc,
jskm(>= 0.4.4), jstable, labelled, MatchIt(>= 3.0.0), maxstat,
methods, officer, pROC, purrr, RColorBrewer,
readr, readxl, rstudioapi, rvg, scales,
see, shiny, shinycustomloader, shinyWidgets, stats,
survey, survIDINRI, survival, timeROC, utils
URL: https://jinseob2kim.github.io/jsmodule/, https://github.com/jinseob2kim/jsmodule
BugReports: https://github.com/jinseob2kim/jsmodule/issues
Suggests:
testthat,
shinytest,
knitr,
rmarkdown
testthat,
shinytest,
knitr,
rmarkdown
VignetteBuilder: knitr

0 comments on commit 56413a1

Please sign in to comment.