This plugin extracts package versions from R DESCRIPTION files. It looks at the Depends and Imports fields to find package names and their version constraints.

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of FlowrAnalyzerPackageVersionsDescriptionFilePlugin

Constructors

Properties

description: "This plugin does..." = 'This plugin does...'

A short description of what the plugin does.

name: "flowr-analyzer-package-version-description-file-plugin" = 'flowr-analyzer-package-version-description-file-plugin'

A unique, human-readable name of the plugin.

type: DependencyIdentification = PluginType.DependencyIdentification

The type of the plugin, determining when and for what purpose it is applied during the analysis.

version: SemVer = ...

The version of the plugin, ideally following semver.

Methods