Skip to content

Commit

Permalink
Bump to devel (#263)
Browse files Browse the repository at this point in the history
* Bump to devel

* Apply automatic changes

---------

Co-authored-by: IndrajeetPatil <[email protected]>
  • Loading branch information
IndrajeetPatil and IndrajeetPatil authored Jan 14, 2024
1 parent 73b456b commit b2bc1c1
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 10 deletions.
1 change: 0 additions & 1 deletion API
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ print.statsExpressions(x, ...)

## Reexported objects

magrittr::%$%
zeallot::%<-%
magrittr::%<>%
magrittr::%>%
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Generated by roxygen2: do not edit by hand

S3method(print,statsExpressions)
export("%$%")
export("%<-%")
export("%<>%")
export("%>%")
Expand All @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# statsExpressions 1.5.3.9000

# statsExpressions 1.5.3

- Internal changes only.
Expand Down
4 changes: 0 additions & 4 deletions R/reexports.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ magrittr::`%>%`
#' @importFrom magrittr %<>%
magrittr::`%<>%`

#' @export
#' @importFrom magrittr %$%
magrittr::`%$%`

#' @export
#' @importFrom zeallot %<-%
zeallot::`%<-%`
Expand Down
3 changes: 1 addition & 2 deletions man/reexports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b2bc1c1

Please sign in to comment.