forked from ignacio82/vizdraws
-
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.
updates documentation and add units argument
- Loading branch information
Ignacio Martinez
committed
Apr 17, 2019
1 parent
0d9f691
commit 6e64958
Showing
4 changed files
with
82 additions
and
25 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 |
---|---|---|
@@ -1,15 +1,18 @@ | ||
Package: IMPosterior | ||
Title: Plot the posterior distribution | ||
Version: 0.5 | ||
Version: 0.6 | ||
Authors@R: c( | ||
person("Ignacio", "Martinez", email = "[email protected]", role = c("aut", "cre")), | ||
person("Linus", "Marco", email = "LMarco@mathematica-mpr.com", role = "aut")) | ||
Description: What the package does (one paragraph). | ||
person("Linus", "Marco", email = "lmarco163@gmail.com", role = "aut")) | ||
Description: Plot the posterior distribution and the probabilities of being to the right or left of a threshold. | ||
Depends: R (>= 3.4.2) | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Imports: dplyr, | ||
Imports: | ||
dplyr, | ||
tidyr, | ||
glue | ||
RoxygenNote: 6.0.1 | ||
glue, | ||
htmlwidgets, | ||
magrittr | ||
RoxygenNote: 6.1.1 |
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,7 +1,7 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export("%>%") | ||
export(IMPosterior) | ||
export(IMPosteriorOutput) | ||
export(renderIMPosterior) | ||
import(htmlwidgets) | ||
importFrom(magrittr,"%>%") |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.