forkCRAN: Make a github repository from a specific version of a pacakge

View source: R/devtools.R

forkCRANR Documentation

Make a github repository from a specific version of a pacakge

Description

Make a github repository from a specific version of a pacakge

Usage

forkCRAN(
  pkg,
  version = NULL,
  newname = NULL,
  token = NULL,
  private = FALSE,
  has_issues = FALSE,
  has_wiki = FALSE
)

Arguments

pkg

Name of the package

version

Desired version

newname

Name of the resulting package. If NULL it'll default to packagename.versionnumber

token

Github token if NULL GITHUB_PAT environment variable will be used

private, has_issues, has_wiki

arguments to pass to gh


oganm/ogbox documentation built on Feb. 18, 2024, 12:37 a.m.