From b2bc1c1eae9cf4b2becc423707fdc3f3d7c3a3bc Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Sun, 14 Jan 2024 15:55:50 +0100 Subject: [PATCH] Bump to devel (#263) * Bump to devel * Apply automatic changes --------- Co-authored-by: IndrajeetPatil --- API | 1 - DESCRIPTION | 2 +- NAMESPACE | 2 -- NEWS.md | 2 ++ R/reexports.R | 4 ---- man/reexports.Rd | 3 +-- 6 files changed, 4 insertions(+), 10 deletions(-) diff --git a/API b/API index 8201ea74..d6dc7540 100644 --- a/API +++ b/API @@ -23,7 +23,6 @@ print.statsExpressions(x, ...) ## Reexported objects -magrittr::%$% zeallot::%<-% magrittr::%<>% magrittr::%>% diff --git a/DESCRIPTION b/DESCRIPTION index 42517a16..7029477e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: statsExpressions Title: Tidy Dataframes and Expressions with Statistical Details -Version: 1.5.3 +Version: 1.5.3.9000 Authors@R: person(given = "Indrajeet", family = "Patil", diff --git a/NAMESPACE b/NAMESPACE index 9ec8dcb4..56b494f0 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,7 +1,6 @@ # Generated by roxygen2: do not edit by hand S3method(print,statsExpressions) -export("%$%") export("%<-%") export("%<>%") export("%>%") @@ -27,7 +26,6 @@ import(rlang) importFrom(insight,check_if_installed) importFrom(insight,format_value) importFrom(insight,standardize_names) -importFrom(magrittr,"%$%") importFrom(magrittr,"%<>%") importFrom(magrittr,"%>%") importFrom(parameters,model_parameters) diff --git a/NEWS.md b/NEWS.md index fa408d4c..606dec40 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# statsExpressions 1.5.3.9000 + # statsExpressions 1.5.3 - Internal changes only. diff --git a/R/reexports.R b/R/reexports.R index 511cf730..2ffc2cf3 100644 --- a/R/reexports.R +++ b/R/reexports.R @@ -8,10 +8,6 @@ magrittr::`%>%` #' @importFrom magrittr %<>% magrittr::`%<>%` -#' @export -#' @importFrom magrittr %$% -magrittr::`%$%` - #' @export #' @importFrom zeallot %<-% zeallot::`%<-%` diff --git a/man/reexports.Rd b/man/reexports.Rd index 19fb5063..bbcb0401 100644 --- a/man/reexports.Rd +++ b/man/reexports.Rd @@ -5,7 +5,6 @@ \alias{reexports} \alias{\%>\%} \alias{\%<>\%} -\alias{\%$\%} \alias{\%<-\%} \alias{tibble} \alias{as_tibble} @@ -16,7 +15,7 @@ These objects are imported from other packages. Follow the links below to see their documentation. \describe{ - \item{magrittr}{\code{\link[magrittr:compound]{\%<>\%}}, \code{\link[magrittr:pipe]{\%>\%}}, \code{\link[magrittr:exposition]{\%$\%}}} + \item{magrittr}{\code{\link[magrittr:compound]{\%<>\%}}, \code{\link[magrittr:pipe]{\%>\%}}} \item{tibble}{\code{\link[tibble]{as_tibble}}, \code{\link[tibble]{tibble}}}