-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Aic bic (#37) * tighten priors * implement AIC/BIC UI * hide edf * fix for old models * extract create table function, add test (#38) * extract create table function, add test * update docu * update tests for fitPlotRModel * fix typo * extract log likelihood computation (#39) * extract log likelihood computation * update docu * create test data from debugging in original function, add test to extracted function * add other case to test * Update DESCRIPTION * fix XX / XX2 * add some comments --------- Co-authored-by: Antonia Runge <antonia.runge@inwt-statistics.de> * Feat/apply model import from datatools (#43) * add yaml config * apply config * use modelimport from dataTools, remove old module * clean up namespace * update news.md, clean up * load yaml inside server.R * add parameter * Update cosign-installer version * "About" of pandora repository * update config, add help * update news.md --------- Co-authored-by: Marcus Groß <marcus.gross@inwt-statistics.de> Co-authored-by: Jan Abel <106665518+jan-abel-inwt@users.noreply.github.com>
- Loading branch information
1 parent
3105000
commit 3d67086
Showing
29 changed files
with
584 additions
and
275 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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#' Config | ||
#' | ||
#' @return (list) configuration parameters for import of data and models | ||
#' | ||
#' @export | ||
config <- function() { | ||
config_path <- system.file("config.yaml", package = "PlotR") | ||
read_yaml(config_path) | ||
} |
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
Oops, something went wrong.