Generate Authors and Copyright Information

copyrightAuthorsUI(id)

copyrightAuthors(input, output, session, appName, authorInfo,
  copyrightInfo, fundingInfo, licenseFile = "LICENSE",
  status = "primary")

Arguments

id

An id string that corresponds with the id used to call the module's UI function.

input

shiny server input object

output

shiny server output object

session

shiny server session object

appName

Character string giving the name of your SpaDES.shiny app.

authorInfo

Character string or person list containing your app's authorship info.

copyrightInfo

Character string containing your app's copyright info.

fundingInfo

Character string containing your app's funding/partner info.

licenseFile

Path to your app's LICENSE file (default is LICENSE in the shiny app dir).

status

The boxes' status, passed to box (default "primary", which results in dark blue).

Details

Generates a fluidRow containing two boxes about the app's Authors and Contributors and the Copyright and License.