Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludvig committed Feb 7, 2024
2 parents 40d150b + 441ca42 commit bdfe560
Show file tree
Hide file tree
Showing 20 changed files with 33 additions and 26 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rearrr
Title: Rearranging Data
Version: 0.3.3.9000
Version: 0.3.4
Authors@R:
c(person(given = "Ludvig Renbo",
family = "Olsen",
Expand Down Expand Up @@ -33,9 +33,9 @@ Suggests:
knitr,
testthat,
tidyr,
xpectr (>= 0.4.1)
xpectr (>= 0.4.3)
RdMacros:
lifecycle
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

# rearrr 0.3.3.9000
# rearrr 0.3.4

* Updated documentation per CRAN requirements.

# rearrr 0.3.3

Expand Down
1 change: 0 additions & 1 deletion R/rearrangers.R
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ extreme_triplet_grouping_rearranger_ <- function(data,
#'
#' @inheritParams rearranger_
#' @param window_size Size of the windows. (Logical)
#' @param keep_windows Whether to keep the factor with window identifiers. (Logical)
#' @param factor_name Name of the factor with window identifiers.
#' If \code{`NULL`}, no column is added.
#' @keywords internal
Expand Down
2 changes: 1 addition & 1 deletion R/rearrr_fn_docs.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#' setting \code{`min_dims`} to \code{2} will use both the index and the values as columns.
#' @param overwrite Whether to allow overwriting of existing columns. (Logical)
#' @keywords internal
rearrr_fn_ <- function(data, origin_fn, check_fn, allowed_types, force_df, min_dims){
rearrr_fn_ <- function(data, origin_fn, check_fn, allowed_types, force_df, min_dims, overwrite){
stop("'rearrr_fn' should not be called. Is used for documentation only.")
}

Expand Down
2 changes: 1 addition & 1 deletion man/apply_transformation_matrix.Rd

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

2 changes: 1 addition & 1 deletion man/closest_to.Rd

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

2 changes: 1 addition & 1 deletion man/cluster_groups.Rd

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

4 changes: 2 additions & 2 deletions man/dim_values.Rd

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

2 changes: 1 addition & 1 deletion man/distance.Rd

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

2 changes: 1 addition & 1 deletion man/flip_values.Rd

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

2 changes: 1 addition & 1 deletion man/furthest_from.Rd

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

10 changes: 9 additions & 1 deletion man/rearrr_fn_.Rd

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

2 changes: 0 additions & 2 deletions man/rev_windows_rearranger_.Rd

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

2 changes: 1 addition & 1 deletion man/roll_values.Rd

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

2 changes: 1 addition & 1 deletion man/rotate_2d.Rd

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

2 changes: 1 addition & 1 deletion man/rotate_3d.Rd

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

2 changes: 1 addition & 1 deletion man/shear_2d.Rd

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

2 changes: 1 addition & 1 deletion man/shear_3d.Rd

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

4 changes: 2 additions & 2 deletions man/swirl_2d.Rd

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

4 changes: 2 additions & 2 deletions man/swirl_3d.Rd

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

0 comments on commit bdfe560

Please sign in to comment.