gorcran

package module
v0.6.4 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: MIT Imports: 6 Imported by: 0

README

go-rcran

Generate commands to interact with cran.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Download

func Download(options *DownloadOptions) (string, error)

func DownloadBioconductor added in v0.3.0

func DownloadBioconductor(options *DownloadOptions) (string, error)

func GetBioconductorDepenencies added in v0.3.0

func GetBioconductorDepenencies(o *InstallOptions) (string, error)

func GetDependencies added in v0.2.0

func GetDependencies(o *InstallOptions) (string, error)

func GetPath added in v0.6.3

func GetPath(output string) (string, error)

func Install

func Install(options *InstallOptions) (string, error)

func InstallBioconductor added in v0.3.0

func InstallBioconductor(o *InstallOptions) (string, error)

func InstallLocal added in v0.6.4

func InstallLocal(o *InstallOptions) (string, error)

func ParsePath

func ParsePath(output string) (string, error)

Types

type DownloadOptions

type DownloadOptions struct {
	PackageName          string
	DestinationDirectory string
	Repository           string
}

type InstallOptions

type InstallOptions struct {
	PackageName string
	Lib         string
	Repository  string
	DryRun      bool
}

Jump to

Keyboard shortcuts

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