implementation

implementation(distribution = NULL, size = NULL, language = NULL,
  operatingSystem = NULL, machineProcessor = NULL,
  virtualMachine = NULL, diskUsage = NULL, runtimeMemoryUsage = NULL,
  programmingLanguage = NULL, checksum = NULL, dependency = NULL)

Arguments

distribution

Information on how the resource is distributed online and offline See distribution()

size

Physical size of an implementation. See size()

language

The International Language of the software implementation. See language()

operatingSystem

The operating system(s) an implementation runs on. See operatingSystem()

machineProcessor

The machine processor(s) required for executing the implementation. See machineProcessor()

virtualMachine

The virtual machine that the implementation requires. See virtualMachine()

diskUsage

The minimum amount of Disk Space required to install this implementation. See diskUsage()

runtimeMemoryUsage

The minimum amount of memory required to run an implementation. See runtimeMemoryUsage()

programmingLanguage

The computer programming language the software package was programmed in. See programmingLanguage()

checksum

The generated checksum value of a software package that is a self-contained module. See checksum()

dependency

This fields documents any dependencies that this implementation might have. See dependency()

Value

a implementation list object