File: github_issue.R

package info (click to toggle)
r-cran-marginaleffects 0.32.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,784 kB
  • sloc: sh: 13; makefile: 8
file content (10 lines) | stat: -rw-r--r-- 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
github_issue <- function() {
    msg <- insight::format_string(
        "Please report this error along with a minimal reproducible example using
    publicly available data on Github:

    https://github.com/vincentarelbundock/marginaleffects/issues
    "
    )
    return(msg)
}