publishManifest: publishManifest

Description Usage Arguments Value References Examples

Description

publish a manifest to Github in the form of a gist

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## S4 method for signature 'PkgManifest,GistDest'
publishManifest(
  manifest,
  dest,
  desc = "An R package manifest",
  fname = "manifest.rman",
  ...
)

## S4 method for signature 'SessionManifest,GistDest'
publishManifest(
  manifest,
  dest,
  desc = "An R seeding manifest",
  fname = "manifest.rman",
  ...
)

Arguments

manifest

The manifest to be published

dest

a GistDest object

desc

description to apply to the Gist

fname

The name of the file to create within the gist.

...

unused

Value

the url to access the raw file within the gist.

References

Becker G, Barr C, Gentleman R, Lawrence M; Enhancing Reproducibility and Collaboration via Management of R Package Cohorts. Journal of Statistical Software, 81(1). 2017. doi: 10.18637/jss.v082.i01

Examples

1
2
3
4
## Not run: 
man = libManifest()
gisturl = publishManifest(man, Gist())
## End(Not run)

switchrGist documentation built on Feb. 2, 2022, 5:08 p.m.