Bug reports"

knitr::opts_chunk$set(echo = TRUE)
library("htmltools")

Bug reports

If you encounter a bug or issue with the web-application or package itself, please submit an issue at the GitHub issues page. Requests for features are also warmly welcome. If possible try to describe the issue so it can be reproduced. You can for example also include the source generated via the report button.

If you do not have a GitHub account, feel free to email me at anders.ellern.bilgrau (at) gmail.com with your problems or suggestions. Please refer to GMCM version r packageVersion("GMCM") when filing a report.


cat(
as.character(
  shiny::withTags(
    div(
      align = "center", 
      "Anders Ellern Bilgrau",
      HTML("—"),
      a(href = "https://github.com/AEBilgrau/GMCM/labels/shiny",
        shiny::icon("bug")),
      HTML("—"),
      "2019"
    )
  )
))


Try the GMCM package in your browser

Any scripts or data that you put into this service are public.

GMCM documentation built on Nov. 6, 2019, 1:08 a.m.