bumpPackageVersion-missing-method: Bump Package Version Number

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

Description

See generic: bumpPackageVersion

Usage

1
2
3
## S4 method for signature 'missing'
bumpPackageVersion(taken = character(),
  desc_fields = list(Date = NULL), .ns = NULL, ...)

Arguments

taken

character. Version numbers that are already taken. Usually, these are the Git tags that correspond to release versions. If used in combination with bump-Bumpr-Git.S3-character-character-method, this information is automatically retrieved.

desc_fields

list. Additional fields (besides Version) in DESCRIPTION file that should be updated with a version number bump. Specified as name-value pairs.

.ns

GitVersion.S3.

...

Further arguments to be passed to subsequent functions/methods.

Value

See method bumpPackageVersion-RPackageVersion.S3-method

Author(s)

Janko Thyson janko.thyson@gmail.com

References

http://github.com/jankothyson/bumpr

See Also

bumpPackageVersion, bumpPackageVersion-RPackageVersion.S3-method, bumpGitVersion

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## 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!
  
bumpPackageVersion()


## End(Not run)

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