The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
icon("cogs")) in
scout_action():# old
scout_action(
id = 3,
icon = "house",
label = "3",
description = "3"
)
# now
scout_action(
id = 3,
icon = icon("house"),
label = "3",
description = "3"
)This allows to leverage other icon sets that fontawesome.
{testthat}
(mistakenly using expect() instead of
expect_length()).These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.