Skip to content

Conversation

@stuvet
Copy link
Contributor

@stuvet stuvet commented Aug 9, 2023

Calling shiny::shinyAppTemplate(".") without library(shiny) throws the following error:

Error in HTML("\n\n\n
  test_that(\"Module values are consistent\", {\n  
     app <- AppDriver$new(name = \"mod\")\n  
     app$click(\"examplemodule1-button\")\n  
     app$click(\"examplemodule1-button\")\n  
     app$expect_values()\n
  })") :  
could not find function "HTML"

Changed to shiny::HTML

@CLAassistant
Copy link

CLAassistant commented Aug 9, 2023

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ cpsievert
❌ stuvet
You have signed the CLA already but the status is still pending? Let us recheck it.

@cpsievert
Copy link
Collaborator

Thank you @stuvet! I'd be happy to merge this once you've 1. accepted the CLA and 2. added a NEWS item.

@cpsievert cpsievert merged commit 9a39cea into rstudio:main Jun 16, 2025
1 check was pending
cpsievert added a commit that referenced this pull request Jun 16, 2025
schloerke added a commit that referenced this pull request Jul 6, 2025
* main: (32 commits)
  Revert the addition of spacing between `icon` and `label` in `actionButton()` (#4248)
  Restrict `icon`/`label` separator spacing to `actionButton()` (#4247)
  Fix front-end action button label updating logic (#4242)
  Update news
  Properly handle undefined value for input subscribe callback (#4243)
  Start new version (#4241)
  v1.11.0 release candidate (#4232)
  Follow up to #3996: fix front-end checkbox label updating logic (#4238)
  feat(InputBinding): subscribe callback now supports event priority (#4211)
  Follow up to #3996 when label is unspecified (i.e., NULL), don't include it in the message (#4237)
  Run routine (#4234)
  chore: #4175 update jquery-ui to 1.14.1 (#4205)
  Update jQuery to 3.7.1 (#3969)
  Fix 404 in example 08_html (shiny.min.css) (#4221)
  Follow up to #3870: fix location of news item (#4233)
  Bugfix for error found in tests (#3870)
  Allow update input labels with HTML (#3996)
  Adds mirai to documentation (#4230)
  family->given for R Core authorship (#4222)
  fix(renderPlot): get interactive plotting working with ggplot2 v4.0 (#4228)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants