Skip to contents

crossmap 0.4.2

CRAN release: 2025-04-25

  • Skip testing future functions on CRAN to avoid issues.

crossmap 0.4.1

CRAN release: 2025-04-21

  • Non-user-facing changes to fix test failures.

crossmap 0.4.0

CRAN release: 2023-01-12

crossmap 0.3.3

CRAN release: 2022-08-12

  • Update roxygen version to avoid CRAN NOTE.
  • Remove broomExtra from suggested packages, because it was archived on CRAN.

crossmap 0.3.2

New features

  • The map_vec() family of functions gain a .class argument, which coerces each element of the output to the given class.

Enhancements

  • The map_vec() family of functions can now return vectors with S3 classes in addition to base classes.
  • tidy_glance() (and functions that call it) now use generics instead of broomExtra.
    • broom and broomExtra are now Suggested packages.

crossmap 0.3.1

New features

Enhancements

  • tidy_glance() (and functions that call it) now use broomExtra instead of broom to support more model types.
  • Functions now use rlang::check_installed() for suggested packages, giving the user the option to install the package interactively.

Miscellaneous

  • Use cli to generate error messages.
  • Move stats from suggested to imported packages.

crossmap 0.3.0

CRAN release: 2021-04-02

New features

Patches

  • cross_join(), cross_list(), cross_tbl() and cross_df() now silently ignore NULL inputs.
  • future_*() functions now prompt the user to select a future plan if R is not set up for parallelization.

Miscellaneous

  • Promoted broom and dplyr from suggested to imported packages.

crossmap 0.2.0

CRAN release: 2020-09-24

New features

  • Added weights argument to cross_fit().
    • You can now cross model specifications in three dimensions: formulas, subsets, and weights.
    • Weights are specified as a list of column names, or NULL or NA for an unweighted model.

Miscellaneous

  • Added tibble as a suggested package.
  • Added a NEWS.md file to track changes to the package.
  • Added a URL to pkgdown YAML.

crossmap 0.1.0

CRAN release: 2020-09-10

  • Initial CRAN release.