-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from EdoardoCostantini:develop
Deploy version 2.0.0
- Loading branch information
Showing
34 changed files
with
947 additions
and
504 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
^app\.R$ | ||
^init\.R$ | ||
^deployment\.R$ | ||
data-raw/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Oops, something went wrong.