renv

package
v1.17.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseRenvLock

func ParseRenvLock(pathToLockfile string) ([]extractor.PackageDetails, error)

Types

type RenvLockExtractor

type RenvLockExtractor struct{}

func (RenvLockExtractor) Extract

func (RenvLockExtractor) IsOfficiallySupported

func (e RenvLockExtractor) IsOfficiallySupported() bool

func (RenvLockExtractor) PackageManager

func (e RenvLockExtractor) PackageManager() models.PackageManager

func (RenvLockExtractor) ShouldExtract

func (e RenvLockExtractor) ShouldExtract(path string) bool

type RenvLockfile

type RenvLockfile struct {
	Packages map[string]RenvPackage `json:"Packages"`
}

type RenvPackage

type RenvPackage struct {
	Package    string `json:"Package"`
	Version    string `json:"Version"`
	Repository string `json:"Repository"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL