Skip to content

Commit

Permalink
Documentation improved
Browse files Browse the repository at this point in the history
  • Loading branch information
fpahlke committed Apr 5, 2024
1 parent 9f3df45 commit d79a3c8
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 36 deletions.
4 changes: 2 additions & 2 deletions R/class_analysis_dataset.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
## |
## | Contact us for information about our services: info@rpact.com
## |
## | File version: $Revision: 7763 $
## | Last changed: $Date: 2024-03-28 14:35:29 +0100 (Do, 28 Mrz 2024) $
## | File version: $Revision: 7808 $
## | Last changed: $Date: 2024-04-05 18:22:34 +0200 (Fr, 05 Apr 2024) $
## | Last changed by: $Author: pahlke $
## |

Expand Down
20 changes: 11 additions & 9 deletions R/class_core_parameter_set.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
## |
## | Contact us for information about our services: info@rpact.com
## |
## | File version: $Revision: 7763 $
## | Last changed: $Date: 2024-03-28 14:35:29 +0100 (Do, 28 Mrz 2024) $
## | File version: $Revision: 7809 $
## | Last changed: $Date: 2024-04-05 18:37:05 +0200 (Fr, 05 Apr 2024) $
## | Last changed by: $Author: pahlke $
## |

Expand Down Expand Up @@ -1757,13 +1757,6 @@ knit_print.ParameterSet <- function(x, ...) {
return(knitr::asis_output(result))
}

#'
#' @rdname kable.ParameterSet
#'
#' @export
#'
kable <- function(x, ...) UseMethod("kable")

#'
#' @title
#' Create output in Markdown
Expand All @@ -1782,6 +1775,8 @@ kable <- function(x, ...) UseMethod("kable")
#' top headings start with \code{##} in Markdown. \code{options("rpact.print.heading.base.number" = "-1")} means
#' that all headings will be written bold but are not explicit defined as header.
#'
#' @name kableParameterSet
#'
#' @export
#'
kable.ParameterSet <- function(x, ...) {
Expand All @@ -1808,3 +1803,10 @@ kable.ParameterSet <- function(x, ...) {
.assertPackageIsInstalled("knitr")
knitr::kable(x, ...)
}

#'
#' @rdname kableParameterSet
#'
#' @export
#'
kable <- function(x, ...) UseMethod("kable")
4 changes: 2 additions & 2 deletions R/f_analysis_base.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
## |
## | Contact us for information about our services: info@rpact.com
## |
## | File version: $Revision: 7742 $
## | Last changed: $Date: 2024-03-22 13:46:29 +0100 (Fr, 22 Mrz 2024) $
## | File version: $Revision: 7808 $
## | Last changed: $Date: 2024-04-05 18:22:34 +0200 (Fr, 05 Apr 2024) $
## | Last changed by: $Author: pahlke $
## |

Expand Down
19 changes: 0 additions & 19 deletions man/kable.Rd

This file was deleted.

9 changes: 5 additions & 4 deletions man/kable.ParameterSet.Rd → man/kableParameterSet.Rd

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

0 comments on commit d79a3c8

Please sign in to comment.