rhub: Upload package to rhub

Description Usage Arguments Value

View source: R/rhub.r

Description

Uploads a package located in path to the rhub service via check.

Usage

1
rhub(platform = NULL, checkforcran = FALSE, rdevel = FALSE, path = getwd())

Arguments

platform

[character(1)]
Check on the platform specified here. For details see platforms

checkforcran

[logical(1L)]
Use check_for_cran instead.

rdevel

[logical(1L)]
Use check_with_rdevel instead. This switch is only taken into account with checkforcran = FALSE. It automatically selects one devel platform.

path

[character]
If no path to a DESCRIPTION is given, the package looks for a DESCRIPTION in the current directory and up to two parent directories.

Value

Invisibly returns TRUE on success.


rdatsci/rt documentation built on Dec. 6, 2020, 5:31 p.m.