bump-RPackageVersion.S3-missing-missing-method: Bump Package Version Number

Description Usage Arguments Value Author(s) References See Also Examples

Description

See generic: bump. See main method: bump-RPackageVersion.S3-character-character-method.

Usage

1
2
3
4
## S4 method for signature 'RPackageVersion.S3,missing,missing'
bump(what, from, to,
  desc_fields = list(Date = NULL), taken = character(),
  sys_state = bumpr::SystemState.S3(), ...)

Arguments

what

RPackageVersion.S3.

from

missing.

to

missing.

...

Further arguments to be passed to subsequent functions/methods.

Value

See method bump-character-character-RPackageVersion.S3-method

Author(s)

Janko Thyson janko.thyson@gmail.com

References

http://github.com/jankothyson/bumpr

See Also

bump, bump-RPackageVersion.S3-character-character-method

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## Not run: 

##------------------------------------------------------------------------------
## DISCLAIMER  
##------------------------------------------------------------------------------

## Please that with repositories that are not crucial for your productive work!

## Make sure that you set your working directory to your package
## project's root directory and that you've read and understood the 
## assumptions that this function makes!
    
bump(what = bumpr::RPackageVersion.S3())
bump(what = bumpr::GitVersion.S3())


## End(Not run)

rappster/bumpr documentation built on May 26, 2019, 11:09 p.m.