Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 29, 2023
2 parents 5b172d9 + 951de60 commit f82c83c
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/html-5-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
pull_request:
branches: [main, master]

name: HTML5 check
name: html-5-check

jobs:
HTML5-check:
html-5-check:
uses: easystats/workflows/.github/workflows/html-5-check.yaml@main
10 changes: 10 additions & 0 deletions .github/workflows/update-to-latest-easystats.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on:
schedule:
# Check for dependency updates once a month
- cron: "0 0 1 * *"

name: update-to-latest-easystats

jobs:
update-to-latest-easystats:
uses: easystats/workflows/.github/workflows/update-to-latest-easystats.yaml@main
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ Description: Provides utilities to describe posterior
Depends:
R (>= 3.6)
Imports:
insight (>= 0.19.3.2),
datawizard (>= 0.7.0),
insight (>= 0.19.5),
datawizard (>= 0.9.0),
graphics,
methods,
stats,
Expand Down
7 changes: 0 additions & 7 deletions R/print_html.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# Reexports models ------------------------

#' @importFrom insight print_html
#' @export
insight::print_html


#' @export
print_html.describe_posterior <- function(x, digits = 2, caption = "Summary of Posterior Distribution", ...) {
.print_html_default(x = x, digits = digits, caption = caption, ...)
Expand Down
7 changes: 0 additions & 7 deletions R/print_md.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# Reexports models ------------------------

#' @importFrom insight print_md
#' @export
insight::print_md


#' @export
print_md.describe_posterior <- function(x, digits = 2, caption = "Summary of Posterior Distribution", ...) {
.print_md_default(x = x, digits = digits, caption = caption, ...)
Expand Down
10 changes: 10 additions & 0 deletions R/reexports.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# DO NOT REMOVE
# Re-exported generics for which the current package defines S3 methods

#' @importFrom insight print_html
#' @export
insight::print_html

#' @importFrom insight print_md
#' @export
insight::print_md
2 changes: 1 addition & 1 deletion man/reexports.Rd

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

0 comments on commit f82c83c

Please sign in to comment.