You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> devtools::load_all(".")
ℹ Loading testbrochure
> run_app()
Error in brochureApp(golem_add_external_resources(), home(), onStart = onStart, :
could not find function "brochureApp"
And the DESCRIPTION does not import {brochure}:
Package: testbrochure
Title: An Amazing Shiny App
Version: 0.0.0.9000
Authors@R:
person(given = "firstname",
family = "lastname",
role = c("aut", "cre"),
email = "[email protected]")
Description: What the package does (one paragraph).
License: What license is it under?
Imports:
config (>= 0.3.1),
golem (>= 0.3.1),
shiny (>= 1.7.1)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Following the Readme:
Creates a blank brochure app. But,
And the
DESCRIPTION
does not import{brochure}
:The workaround is of course trivial,
but ideally this import would be declared by the function (like
{golem}
and{shiny}
)@ColinFay Not sure if this is best filed under a
{brochure}
or{golem}
?The text was updated successfully, but these errors were encountered: