Learn R Programming

usethis (version 1.1.0)

browse_github: Quickly browse to important package webpages

Description

Quickly browse to important package webpages

Usage

browse_github(package = NULL)

browse_github_issues(package = NULL, number = NULL)

browse_github_pulls(package = NULL, number = NULL)

browse_travis(package = NULL)

browse_cran(package = NULL)

Arguments

package

Name of package; leave as NULL to use current package

number

For GitHub issues and pull requests. Can be a number or "new".

Examples

Run this code
# NOT RUN {
browse_cran("MASS")
# }

Run the code above in your browser using DataLab