CranLibraryService: CranLibraryService

CranLibraryServiceR Documentation

CranLibraryService

Description

CranLibraryService

CranLibraryService

Format

R6Class object.

Methods

packagesGz(repoName)

method

packagesRds(repoName)

method

packages(repoName)

method

archive(repoName,package,filename)

method

package(repoName,package)

method

Super class

tercenApi::HttpClientService -> CranLibraryService

Methods

Public methods

Inherited methods

Method new()

Usage
CranLibraryService$new(baseRestUri, client)

Method findByOwnerNameVersion()

Usage
CranLibraryService$findByOwnerNameVersion(
  startKey = NULL,
  endKey = NULL,
  limit = 20,
  skip = 0,
  descending = TRUE,
  useFactory = FALSE
)

Method packagesGz()

Usage
CranLibraryService$packagesGz(repoName)

Method packagesRds()

Usage
CranLibraryService$packagesRds(repoName)

Method packages()

Usage
CranLibraryService$packages(repoName)

Method archive()

Usage
CranLibraryService$archive(repoName, package, filename)

Method package()

Usage
CranLibraryService$package(repoName, package)

Method clone()

The objects of this class are cloneable with this method.

Usage
CranLibraryService$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on Feb. 8, 2024, 5:59 p.m.