Load the package dependencies of a plugin. This is designed to be used in an
app.R
file to ensure that the dependencies are detected by packages like
rsconnect.
Arguments
- lPlugin
list
A named list with required elementsmeta
andshiny
, and optional fieldsspec
,packages
andrequired_inputs
. Usually generated byplugin_Read()
.