BiocContributions (version 0.99.70)

request_credentials: Request new credentials for users

Description

Request new credentials for users

Usage

request_credentials(x, sender = getOption("bioc_contributions_signature"))

Arguments

x
an object with an email method defined.
sender
The name to use in the signature

Value

Examples

Run this code
pkg <- system.file(package="BiocContributions",
  "testpackages", "RNASeqPower_1.11.0.tar.gz")
request_credentials(match_user(maintainers(pkg)))
request_credentials("asdf@asd.com")

Run the code above in your browser using DataLab