Skip to content

Commit

Permalink
change the version that deprecation happened [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Sidi committed Oct 23, 2019
1 parent 95f342e commit 7e966e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/texPreview-deprecated.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @rdname getTexPackages
#' @export
getTexPackages <- function(){
lifecycle::deprecate_warn('1.3.2',
lifecycle::deprecate_warn('1.3.0',
what = 'texPreview::getTexPackages()',
with = 'texPreview::get_texpackages()')
get_texpackages()
Expand All @@ -18,7 +18,7 @@ getTexPackages <- function(){
#' @rdname BuildUsepackage
#' @export
buildUsepackage <- function(pkg,options=NULL,uselibrary=NULL,chk.inst=FALSE){
lifecycle::deprecate_warn('1.3.2',
lifecycle::deprecate_warn('1.3.0',
what = 'texPreview::buildUsepackage()',
with = 'texPreview::build_usepackage()')

Expand Down Expand Up @@ -54,7 +54,7 @@ texPreview <- function(
...
){

lifecycle::deprecate_warn('1.3.2',
lifecycle::deprecate_warn('1.3.0',
what = 'texPreview::texPreview()',
with = 'texPreview::tex_preview()')

Expand Down

0 comments on commit 7e966e0

Please sign in to comment.