BiocContributions (version 0.99.70)

accept_package: Accept a package on the tracker

Description

Accept a package on the tracker

Usage

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

Run this code
accept_package(1318, "transcriptR_0.99.4.tar.gz")

Run the code above in your browser using DataLab