SoftwareEnvironment: A computational environment.

Description Usage Arguments Value See Also

View source: R/types.R

Description

A computational environment.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
SoftwareEnvironment(
  name,
  adds,
  alternateNames,
  description,
  extends,
  id,
  identifiers,
  images,
  meta,
  removes,
  url
)

Arguments

name

The name of the item. Required.

adds

The packages that this environment adds to the base environments listed under extends (if any).,

alternateNames

Alternate names (aliases) for the item.

description

A description of the item.

extends

Other environments that this environment extends by adding or removing packages.,

id

The identifier for this item.

identifiers

Any kind of identifier for any kind of Thing.

images

Images of the item.

meta

Metadata associated with this item.

removes

The packages that this environment removes from the base environments listed under extends (if any).,

url

The URL of the item.

Value

A list of class SoftwareEnvironment

See Also

Thing


stencilaschema documentation built on Feb. 22, 2021, 5:05 p.m.