Skip to contents

All the releases available in PIP in any of the servers. These are the releases available in the releases branch of the pip_info repo. If you need to load the releases available in the .pipenv environment, you may use get_from_pipenv("releases")

Usage

get_pip_releases(
  owner = getOption("pipfun.ghowner"),
  repo = "pip_info",
  file_path = "releases.csv",
  branch = "releases",
  verbose = getOption("pipfun.verbose"),
  creds = NULL
)

Arguments

owner

character: owner of repo

repo

character: repository name

file_path

character: file path

branch

character: branch where the file is

verbose

logical: whether to display additional information

creds

list. Basically, it is get_github_creds()

Value

data.table with releases table

Examples

get_pip_releases()
#> Git credentials are missing or invalid in non-interactive mode.
#>     release identity
#>       <int>   <char>
#> 1: 20240326     PROD
#> 2: 20241101     PROD
#> 3: 20241105     PROD
#> 4: 20250203     TEST