accept_package: Accept a package on the tracker

Description Usage Arguments Examples

Description

Accept a package on the tracker

Usage

1
2
accept_package(issue = issue, tarball, note = accept_note(tarball),
  status = 6, ..., session = NULL)

Arguments

issue

an issue object from issue

note

The acceptance note to post to the tracker.

...

Additional arguments passed to rvest::set_values

session

the session to use, if NULL the issue's session is used.

Examples

1
2
3
4
## Not run: 
accept_package(1318, "transcriptR_0.99.4.tar.gz")

## End(Not run)

Bioconductor/BiocContributions documentation built on May 6, 2019, 7:48 a.m.