pkgs: Generates Github URLs

Description Usage Arguments Value Author(s) See Also Examples

Description

Generates a markdown section on where to ask questions about a package.

Usage

1
2
3
4
5
6
7
8
makeGithubUrl(pkg, user = options()[["GitHubUserName"]])

makeGithubPageUrl(pkg, user = options()[["GitHubUserName"]])

makeGithubIssuesUrl(pkg, user = options()[["GitHubUserName"]])

pkgqsts(pkg, github = TRUE, bioc = TRUE, level = 1L,
  user = options()[["GitHubUserName"]])

Arguments

pkg

Mandatory character with the package name. Must be of length one for codepkgqsts. Other functions makeGithubPageUrl and makeGithubIssuesUrl are vectorised.

user

Mandatory GitHub username. Default is to retrieve options()[["GitHubUserName"]].

github

A logical (default is TRUE) defining whether users can ask questions on GitHub issues.

bioc

A logical (default is TRUE) defining whether users can ask questions on the Bioconductor support forum.

level

Level for markdown sections. Default is 1L for #. Use 2L for ## and so on.

Value

A character with Github URLs.

A character with Github page URLs.

A character with Github page URLs.

Invisibly returns NULL. Used for its side effect.

Author(s)

Laurent Gatto

See Also

BiocStyle::Githubpkg

Examples

1
2
3
4
5
6
7
8
makeGithubUrl("pRoloc", user = "lgatto")
makeGithubUrl(c("pRoloc", "MSnbase"), user = c("lgatto", "lgatto"))
makeGithubPageUrl("pRoloc", user = "lgatto")
makeGithubPageUrl(c("pRoloc", "pRolocGUI"), user = c("lgatto", "lgatto"))
makeGithubIssuesUrl("pRoloc", user = "lgatto")
pkgqsts("pRoloc", user = "lgatto")
pkgqsts("cputools", bioc = FALSE, user = "lgatto")
pkgqsts()

ComputationalProteomicsUnit/cputools documentation built on May 6, 2019, 12:50 p.m.