Skip to content

Commit

Permalink
Release 0.0.1.0001
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalci committed Mar 14, 2020
1 parent 92c7f60 commit c57b17c
Show file tree
Hide file tree
Showing 52 changed files with 1,077 additions and 363 deletions.
12 changes: 6 additions & 6 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
^build/R/
^build/js/

tododata
data
vignettes
docs
temp
build
^tododata/
^data/
^vignettes/
^docs/
^temp/
^build/
^.*\.jmo$

^tests$
Expand Down
11 changes: 7 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: ClinicoPath
Type: Package
Title: Analysis for Clinicopathological Research
Version: 0.0.1
Date: 2020-03-09
Version: 0.0.1.0001
Date: 2020-03-11
Authors@R:
person(given = "Serdar",
family = "Balci",
Expand Down Expand Up @@ -40,7 +40,9 @@ Imports:
knitr,
remotes,
kableExtra,
ggstatsplot
ggstatsplot,
ggalluvial,
networkD3
Remotes:
easystats/modelbased,
easystats/insight,
Expand All @@ -51,7 +53,8 @@ Remotes:
Suggests:
effectsize,
emmeans,
rmarkdown
rmarkdown,
igraph
RoxygenNote: 7.0.2
VignetteBuilder: knitr
URL: https://github.com/sbalci/ClinicoPathJamoviModule/, https://sbalci.github.io/ClinicoPathJamoviModule/
Expand Down
7 changes: 7 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Generated by roxygen2: do not edit by hand

export(crosstable)
export(multisurvival)
export(reportcat)
export(statsplot2)
export(summarydata)
export(survival)
export(tableone)
import(finalfit)
import(ggalluvial)
import(ggplot2)
import(ggstatsplot)
import(jmvcore)
import(networkD3)
import(survival)
import(survminer)
importFrom(R6,R6Class)
importFrom(ggalluvial,StatStratum)
importFrom(jmvcore,toNumeric)
importFrom(purrr,map)
importFrom(rlang,.data)
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# ClinicoPath 0.0.1.0001

Added multivariate survival, and comparison plots.




# ClinicoPath v0.0.1


Expand Down
9 changes: 8 additions & 1 deletion R/00jmv.R
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,11 @@
`year`=2019,
`title`="survminer: Drawing Survival Curves using 'ggplot2'",
`publisher`="[R package]. Retrieved from https://CRAN.R-project.org/package=survminer",
`url`="https://CRAN.R-project.org/package=survminer"))
`url`="https://CRAN.R-project.org/package=survminer"),
`ggalluvial`=list(
`type`="software",
`author`="Jason Cory Brunson",
`year`=2019,
`title`="ggalluvial: Alluvial Plots in 'ggplot2'.",
`publisher`="[R package]. Retrieved from https://CRAN.R-project.org/package=ggalluvial",
`url`="https://CRAN.R-project.org/package=ggalluvial"))
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit c57b17c

Please sign in to comment.