Skip to content

Commit

Permalink
for minApp 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalci committed Apr 14, 2021
1 parent 4017dc0 commit cefb62e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ ClinicoPath.Rproj
build
.Rbuildignore
.gitignore
^data/
data.R
jamovi
^.*\.jmo

Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export(tableone)
export(vartree)
export(venn)
import(ggplot2)
import(ggvenn)
import(jmvcore)
importFrom(R6,R6Class)
importFrom(jmvcore,toNumeric)
Expand Down
7 changes: 0 additions & 7 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,3 @@
#' @usage data(histopathology)
#' @format A data frame
"histopathology"

#' @title rocdata
#'
#' @description Example data for ROC analysis
#' @usage data(rocdata)
#' @format A data frame
"rocdata"
2 changes: 1 addition & 1 deletion R/venn.b.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#'
#' @importFrom R6 R6Class
#' @import jmvcore
#' @import ggvenn
#'


vennClass <- if (requireNamespace('jmvcore'))
Expand Down
Binary file added data/histopathology.rda
Binary file not shown.
16 changes: 16 additions & 0 deletions man/histopathology.Rd

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

0 comments on commit cefb62e

Please sign in to comment.