copyrightAuthors: Generate Authors and Copyright Information

Description Usage Arguments Details Author(s)

View source: R/copyrightAuthors.R

Description

Generate Authors and Copyright Information

Usage

1
2
3
4
5
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.

Author(s)

Alex Chubaty & Alex Tso (module)


PredictiveEcology/SpaDES.shiny documentation built on Nov. 11, 2019, 7:12 p.m.