Skip to content

Commit

Permalink
Merge pull request #7 from EdoardoCostantini:develop
Browse files Browse the repository at this point in the history
Deploy version 2.0.0
  • Loading branch information
EdoardoCostantini authored Apr 30, 2023
2 parents f284f08 + baa2a9e commit 2f1bbbf
Show file tree
Hide file tree
Showing 34 changed files with 947 additions and 504 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
^app\.R$
^init\.R$
^deployment\.R$
data-raw/
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: plotmipca
Title: Plot mi-pca results
Version: 1.0.0
Version: 2.0.0
Authors@R:
person("Edoardo", "Costantini", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9581-9913"))
Expand Down
15 changes: 6 additions & 9 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Generated by roxygen2: do not edit by hand

export(plotMids)
export(plotResults)
export(plot_case)
export(plot_simulation)
export(plot_trace)
export(server)
export(start_app)
export(ui_call)
import(dplyr)
import(ggplot2)
import(lattice)
import(mice)
import(pkgload)
import(shiny)
import(shinyWidgets)
import(shinybrowser)
Loading

0 comments on commit 2f1bbbf

Please sign in to comment.