Skip to content

starschemar

Obtaining Stars from Flat Tables

v1.2.5 · May 1, 2024 · MIT + file LICENSE

Description

Data in multidimensional systems is obtained from operational systems and is transformed to adapt it to the new structure. Frequently, the operations to be performed aim to transform a flat table into a star schema. Transformations can be carried out using professional extract, transform and load tools or tools intended for data transformation for end users. With the tools mentioned, this transformation can be carried out, but it requires a lot of work. The main objective of this package is to define transformations that allow obtaining stars from flat tables easily. In addition, it includes basic data cleaning, dimension enrichment, incremental data refresh and query operations, adapted to this context.

Downloads

721

Last 30 days

5079th

2.1K

Last 90 days

7.8K

Last year

Trend: +1.4% (30d vs prior 30d)

CRAN Check Status

10 NOTE
4 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang NOTE
r-devel-linux-x86_64-fedora-gcc NOTE
r-devel-macos-arm64 NOTE
r-devel-windows-x86_64 NOTE
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 NOTE
r-release-linux-x86_64 NOTE
r-release-macos-arm64 NOTE
r-release-macos-x86_64 OK
r-release-windows-x86_64 NOTE
Check details (10 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    ‘character_dimensions.Rd’ ‘constellation_as_multistar.Rd’
    ‘constellation_as_tibble_list.Rd’ ‘define_dimension.Rd’
    ‘define_fact.Rd’ ‘dm_mrs_age.Rd’ ‘dm_mrs_cause.Rd’
    ‘filter_dimension.Rd’ ‘filter_fact_rows.Rd’
    ‘get_conformed_dimension.Rd’ ‘get_conformed_dimension_names.Rd’
    ‘get_dimension.Rd’ ‘get_dimension_attribute_names.Rd’
    ‘get_dimension_names.Rd’ ‘get_measure_names.Rd’ ‘get_star_schema.Rd’
    ‘get_star_schema_names.Rd’ ‘incremental_refresh_constellation.Rd’
    ‘incremental_refresh_star_schema.Rd’ ‘match_records.Rd’
    ‘modify_conformed_dimension_records.Rd’ ‘modify_dimension_records.Rd’
    ‘ms_mrs.Rd’ ‘ms_mrs_test.Rd’ ‘multistar_as_flat_table.Rd’
    ‘purge_dimensions_constellation.Rd’ ‘purge_dimensions_star_schema.Rd’
    ‘rename_dimension.Rd’ ‘rename_dimension_attributes.Rd’
    ‘rename_fact.Rd’ ‘rename_measures.Rd’ ‘role_playing_dimension.Rd’
    ‘run_query.Rd’ ‘select_dimension.Rd’ ‘select_fact.Rd’ ‘snake_case.Rd’
    ‘st_mrs_age.Rd’ ‘st_mrs_age_test.Rd’ ‘st_mrs_age_w10.Rd’
    ‘st_mrs_age_w11.Rd’ ‘st_mrs_age_w_test.Rd’ ‘st_mrs_cause.Rd’
    ‘st_mrs_cause_test.Rd’ ‘st_mrs_cause_w10.Rd’ ‘st_mrs_cause_w11.Rd’
    ‘st_mrs_cause_w_test.Rd’ ‘star_schema_as_flat_table.Rd’
    ‘star_schema_as_multistar.Rd’ ‘star_schema_as_tibble_list.Rd’
    ‘update_record.Rd’ ‘update_selection.Rd’
    ‘update_selection_general.Rd’ ‘updates_st_mrs_age.Rd’
    ‘updates_st_mrs_age_test.Rd’
NOTE r-devel-linux-x86_64-debian-gcc

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    ‘character_dimensions.Rd’ ‘constellation_as_multistar.Rd’
    ‘constellation_as_tibble_list.Rd’ ‘define_dimension.Rd’
    ‘define_fact.Rd’ ‘dm_mrs_age.Rd’ ‘dm_mrs_cause.Rd’
    ‘filter_dimension.Rd’ ‘filter_fact_rows.Rd’
    ‘get_conformed_dimension.Rd’ ‘get_conformed_dimension_names.Rd’
    ‘get_dimension.Rd’ ‘get_dimension_attribute_names.Rd’
    ‘get_dimension_names.Rd’ ‘get_measure_names.Rd’ ‘get_star_schema.Rd’
    ‘get_star_schema_names.Rd’ ‘incremental_refresh_constellation.Rd’
    ‘incremental_refresh_star_schema.Rd’ ‘match_records.Rd’
    ‘modify_conformed_dimension_records.Rd’ ‘modify_dimension_records.Rd’
    ‘ms_mrs.Rd’ ‘ms_mrs_test.Rd’ ‘multistar_as_flat_table.Rd’
    ‘purge_dimensions_constellation.Rd’ ‘purge_dimensions_star_schema.Rd’
    ‘rename_dimension.Rd’ ‘rename_dimension_attributes.Rd’
    ‘rename_fact.Rd’ ‘rename_measures.Rd’ ‘role_playing_dimension.Rd’
    ‘run_query.Rd’ ‘select_dimension.Rd’ ‘select_fact.Rd’ ‘snake_case.Rd’
    ‘st_mrs_age.Rd’ ‘st_mrs_age_test.Rd’ ‘st_mrs_age_w10.Rd’
    ‘st_mrs_age_w11.Rd’ ‘st_mrs_age_w_test.Rd’ ‘st_mrs_cause.Rd’
    ‘st_mrs_cause_test.Rd’ ‘st_mrs_cause_w10.Rd’ ‘st_mrs_cause_w11.Rd’
    ‘st_mrs_cause_w_test.Rd’ ‘star_schema_as_flat_table.Rd’
    ‘star_schema_as_multistar.Rd’ ‘star_schema_as_tibble_list.Rd’
    ‘update_record.Rd’ ‘update_selection.Rd’
    ‘update_selection_general.Rd’ ‘updates_st_mrs_age.Rd’
    ‘updates_st_mrs_age_test.Rd’
NOTE r-devel-linux-x86_64-fedora-clang

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    ‘character_dimensions.Rd’ ‘constellation_as_multistar.Rd’
    ‘constellation_as_tibble_list.Rd’ ‘define_dimension.Rd’
    ‘define_fact.Rd’ ‘dm_mrs_age.Rd’ ‘dm_mrs_cause.Rd’
    ‘filter_dimension.Rd’ ‘filter_fact_rows.Rd’
    ‘get_conformed_dimension.Rd’ ‘get_conformed_dimension_names.Rd’
    ‘get_dimension.Rd’ ‘get_dimension_attribute_names.Rd’
    ‘get_dimension_names.Rd’ ‘get_measure_names.Rd’ ‘get_star_schema.Rd’
    ‘get_star_schema_names.Rd’ ‘incremental_refresh_constellation.Rd’
    ‘incremental_refresh_star_schema.Rd’ ‘match_records.Rd’
    ‘modify_conformed_dimension_records.Rd’ ‘modify_dimension_records.Rd’
    ‘ms_mrs.Rd’ ‘ms_mrs_test.Rd’ ‘multistar_as_flat_table.Rd’
    ‘purge_dimensions_constellation.Rd’ ‘purge_dimensions_star_schema.Rd’
    ‘rename_dimension.Rd’ ‘rename_dimension_attributes.Rd’
    ‘rename_fact.Rd’ ‘rename_measures.Rd’ ‘role_playing_dimension.Rd’
    ‘run_query.Rd’ ‘select_dimension.Rd’ ‘select_fact.Rd’ ‘snake_case.Rd’
    ‘st_mrs_age.Rd’ ‘st_mrs_age_test.Rd’ ‘st_mrs_age_w10.Rd’
    ‘st_mrs_age_w11.Rd’ ‘st_mrs_age_w_test.Rd’ ‘st_mrs_cause.Rd’
    ‘st_mrs_cause_test.Rd’ ‘st_mrs_cause_w10.Rd’ ‘st_mrs_cause_w11.Rd’
    ‘st_mrs_cause_w_test.Rd’ ‘star_schema_as_flat_table.Rd’
    ‘star_schema_as_multistar.Rd’ ‘star_schema_as_tibble_list.Rd’
    ‘update_record.Rd’ ‘update_selection.Rd’
    ‘update_selection_general.Rd’ ‘updates_st_mrs_age.Rd’
    ‘updates_st_mrs_age_test.Rd’
NOTE r-devel-linux-x86_64-fedora-gcc

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    ‘character_dimensions.Rd’ ‘constellation_as_multistar.Rd’
    ‘constellation_as_tibble_list.Rd’ ‘define_dimension.Rd’
    ‘define_fact.Rd’ ‘dm_mrs_age.Rd’ ‘dm_mrs_cause.Rd’
    ‘filter_dimension.Rd’ ‘filter_fact_rows.Rd’
    ‘get_conformed_dimension.Rd’ ‘get_conformed_dimension_names.Rd’
    ‘get_dimension.Rd’ ‘get_dimension_attribute_names.Rd’
    ‘get_dimension_names.Rd’ ‘get_measure_names.Rd’ ‘get_star_schema.Rd’
    ‘get_star_schema_names.Rd’ ‘incremental_refresh_constellation.Rd’
    ‘incremental_refresh_star_schema.Rd’ ‘match_records.Rd’
    ‘modify_conformed_dimension_records.Rd’ ‘modify_dimension_records.Rd’
    ‘ms_mrs.Rd’ ‘ms_mrs_test.Rd’ ‘multistar_as_flat_table.Rd’
    ‘purge_dimensions_constellation.Rd’ ‘purge_dimensions_star_schema.Rd’
    ‘rename_dimension.Rd’ ‘rename_dimension_attributes.Rd’
    ‘rename_fact.Rd’ ‘rename_measures.Rd’ ‘role_playing_dimension.Rd’
    ‘run_query.Rd’ ‘select_dimension.Rd’ ‘select_fact.Rd’ ‘snake_case.Rd’
    ‘st_mrs_age.Rd’ ‘st_mrs_age_test.Rd’ ‘st_mrs_age_w10.Rd’
    ‘st_mrs_age_w11.Rd’ ‘st_mrs_age_w_test.Rd’ ‘st_mrs_cause.Rd’
    ‘st_mrs_cause_test.Rd’ ‘st_mrs_cause_w10.Rd’ ‘st_mrs_cause_w11.Rd’
    ‘st_mrs_cause_w_test.Rd’ ‘star_schema_as_flat_table.Rd’
    ‘star_schema_as_multistar.Rd’ ‘star_schema_as_tibble_list.Rd’
    ‘update_record.Rd’ ‘update_selection.Rd’
    ‘update_selection_general.Rd’ ‘updates_st_mrs_age.Rd’
    ‘updates_st_mrs_age_test.Rd’
NOTE r-devel-macos-arm64

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    ‘character_dimensions.Rd’ ‘constellation_as_multistar.Rd’
    ‘constellation_as_tibble_list.Rd’ ‘define_dimension.Rd’
    ‘define_fact.Rd’ ‘dm_mrs_age.Rd’ ‘dm_mrs_cause.Rd’
    ‘filter_dimension.Rd’ ‘filter_fact_rows.Rd’
    ‘get_conformed_dimension.Rd’ ‘get_conformed_dimension_names.Rd’
    ‘get_dimension.Rd’ ‘get_dimension_attribute_names.Rd’
    ‘get_dimension_names.Rd’ ‘get_measure_names.Rd’ ‘get_star_schema.Rd’
    ‘get_star_schema_names.Rd’ ‘incremental_refresh_constellation.Rd’
    ‘incremental_refresh_star_schema.Rd’ ‘match_records.Rd’
    ‘modify_conformed_dimension_records.Rd’ ‘modify_dimension_records.Rd’
    ‘ms_mrs.Rd’ ‘ms_mrs_test.Rd’ ‘multistar_as_flat_table.Rd’
    ‘purge_dimensions_constellation.Rd’ ‘purge_dimensions_star_schema.Rd’
    ‘rename_dimension.Rd’ ‘rename_dimension_attributes.Rd’
    ‘rename_fact.Rd’ ‘rename_measures.Rd’ ‘role_playing_dimension.Rd’
    ‘run_query.Rd’ ‘select_dimension.Rd’ ‘select_fact.Rd’ ‘snake_case.Rd’
    ‘st_mrs_age.Rd’ ‘st_mrs_age_test.Rd’ ‘st_mrs_age_w10.Rd’
    ‘st_mrs_age_w11.Rd’ ‘st_mrs_age_w_test.Rd’ ‘st_mrs_cause.Rd’
    ‘st_mrs_cause_test.Rd’ ‘st_mrs_cause_w10.Rd’ ‘st_mrs_cause_w11.Rd’
    ‘st_mrs_cause_w_test.Rd’ ‘star_schema_as_flat_table.Rd’
    ‘star_schema_as_multistar.Rd’ ‘star_schema_as_tibble_list.Rd’
    ‘update_record.Rd’ ‘update_selection.Rd’
    ‘update_selection_general.Rd’ ‘updates_st_mrs_age.Rd’
    ‘updates_st_mrs_age_test.Rd’
NOTE r-devel-windows-x86_64

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    'character_dimensions.Rd' 'constellation_as_multistar.Rd'
    'constellation_as_tibble_list.Rd' 'define_dimension.Rd'
    'define_fact.Rd' 'dm_mrs_age.Rd' 'dm_mrs_cause.Rd'
    'filter_dimension.Rd' 'filter_fact_rows.Rd'
    'get_conformed_dimension.Rd' 'get_conformed_dimension_names.Rd'
    'get_dimension.Rd' 'get_dimension_attribute_names.Rd'
    'get_dimension_names.Rd' 'get_measure_names.Rd' 'get_star_schema.Rd'
    'get_star_schema_names.Rd' 'incremental_refresh_constellation.Rd'
    'incremental_refresh_star_schema.Rd' 'match_records.Rd'
    'modify_conformed_dimension_records.Rd' 'modify_dimension_records.Rd'
    'ms_mrs.Rd' 'ms_mrs_test.Rd' 'multistar_as_flat_table.Rd'
    'purge_dimensions_constellation.Rd' 'purge_dimensions_star_schema.Rd'
    'rename_dimension.Rd' 'rename_dimension_attributes.Rd'
    'rename_fact.Rd' 'rename_measures.Rd' 'role_playing_dimension.Rd'
    'run_query.Rd' 'select_dimension.Rd' 'select_fact.Rd' 'snake_case.Rd'
    'st_mrs_age.Rd' 'st_mrs_age_test.Rd' 'st_mrs_age_w10.Rd'
    'st_mrs_age_w11.Rd' 'st_mrs_age_w_test.Rd' 'st_mrs_cause.Rd'
    'st_mrs_cause_test.Rd' 'st_mrs_cause_w10.Rd' 'st_mrs_cause_w11.Rd'
    'st_mrs_cause_w_test.Rd' 'star_schema_as_flat_table.Rd'
    'star_schema_as_multistar.Rd' 'star_schema_as_tibble_list.Rd'
    'update_record.Rd' 'update_selection.Rd'
    'update_selection_general.Rd' 'updates_st_mrs_age.Rd'
    'updates_st_mrs_age_test.Rd'
NOTE r-patched-linux-x86_64

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    ‘character_dimensions.Rd’ ‘constellation_as_multistar.Rd’
    ‘constellation_as_tibble_list.Rd’ ‘define_dimension.Rd’
    ‘define_fact.Rd’ ‘dm_mrs_age.Rd’ ‘dm_mrs_cause.Rd’
    ‘filter_dimension.Rd’ ‘filter_fact_rows.Rd’
    ‘get_conformed_dimension.Rd’ ‘get_conformed_dimension_names.Rd’
    ‘get_dimension.Rd’ ‘get_dimension_attribute_names.Rd’
    ‘get_dimension_names.Rd’ ‘get_measure_names.Rd’ ‘get_star_schema.Rd’
    ‘get_star_schema_names.Rd’ ‘incremental_refresh_constellation.Rd’
    ‘incremental_refresh_star_schema.Rd’ ‘match_records.Rd’
    ‘modify_conformed_dimension_records.Rd’ ‘modify_dimension_records.Rd’
    ‘ms_mrs.Rd’ ‘ms_mrs_test.Rd’ ‘multistar_as_flat_table.Rd’
    ‘purge_dimensions_constellation.Rd’ ‘purge_dimensions_star_schema.Rd’
    ‘rename_dimension.Rd’ ‘rename_dimension_attributes.Rd’
    ‘rename_fact.Rd’ ‘rename_measures.Rd’ ‘role_playing_dimension.Rd’
    ‘run_query.Rd’ ‘select_dimension.Rd’ ‘select_fact.Rd’ ‘snake_case.Rd’
    ‘st_mrs_age.Rd’ ‘st_mrs_age_test.Rd’ ‘st_mrs_age_w10.Rd’
    ‘st_mrs_age_w11.Rd’ ‘st_mrs_age_w_test.Rd’ ‘st_mrs_cause.Rd’
    ‘st_mrs_cause_test.Rd’ ‘st_mrs_cause_w10.Rd’ ‘st_mrs_cause_w11.Rd’
    ‘st_mrs_cause_w_test.Rd’ ‘star_schema_as_flat_table.Rd’
    ‘star_schema_as_multistar.Rd’ ‘star_schema_as_tibble_list.Rd’
    ‘update_record.Rd’ ‘update_selection.Rd’
    ‘update_selection_general.Rd’ ‘updates_st_mrs_age.Rd’
    ‘updates_st_mrs_age_test.Rd’
NOTE r-release-linux-x86_64

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    ‘character_dimensions.Rd’ ‘constellation_as_multistar.Rd’
    ‘constellation_as_tibble_list.Rd’ ‘define_dimension.Rd’
    ‘define_fact.Rd’ ‘dm_mrs_age.Rd’ ‘dm_mrs_cause.Rd’
    ‘filter_dimension.Rd’ ‘filter_fact_rows.Rd’
    ‘get_conformed_dimension.Rd’ ‘get_conformed_dimension_names.Rd’
    ‘get_dimension.Rd’ ‘get_dimension_attribute_names.Rd’
    ‘get_dimension_names.Rd’ ‘get_measure_names.Rd’ ‘get_star_schema.Rd’
    ‘get_star_schema_names.Rd’ ‘incremental_refresh_constellation.Rd’
    ‘incremental_refresh_star_schema.Rd’ ‘match_records.Rd’
    ‘modify_conformed_dimension_records.Rd’ ‘modify_dimension_records.Rd’
    ‘ms_mrs.Rd’ ‘ms_mrs_test.Rd’ ‘multistar_as_flat_table.Rd’
    ‘purge_dimensions_constellation.Rd’ ‘purge_dimensions_star_schema.Rd’
    ‘rename_dimension.Rd’ ‘rename_dimension_attributes.Rd’
    ‘rename_fact.Rd’ ‘rename_measures.Rd’ ‘role_playing_dimension.Rd’
    ‘run_query.Rd’ ‘select_dimension.Rd’ ‘select_fact.Rd’ ‘snake_case.Rd’
    ‘st_mrs_age.Rd’ ‘st_mrs_age_test.Rd’ ‘st_mrs_age_w10.Rd’
    ‘st_mrs_age_w11.Rd’ ‘st_mrs_age_w_test.Rd’ ‘st_mrs_cause.Rd’
    ‘st_mrs_cause_test.Rd’ ‘st_mrs_cause_w10.Rd’ ‘st_mrs_cause_w11.Rd’
    ‘st_mrs_cause_w_test.Rd’ ‘star_schema_as_flat_table.Rd’
    ‘star_schema_as_multistar.Rd’ ‘star_schema_as_tibble_list.Rd’
    ‘update_record.Rd’ ‘update_selection.Rd’
    ‘update_selection_general.Rd’ ‘updates_st_mrs_age.Rd’
    ‘updates_st_mrs_age_test.Rd’
NOTE r-release-macos-arm64

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    ‘character_dimensions.Rd’ ‘constellation_as_multistar.Rd’
    ‘constellation_as_tibble_list.Rd’ ‘define_dimension.Rd’
    ‘define_fact.Rd’ ‘dm_mrs_age.Rd’ ‘dm_mrs_cause.Rd’
    ‘filter_dimension.Rd’ ‘filter_fact_rows.Rd’
    ‘get_conformed_dimension.Rd’ ‘get_conformed_dimension_names.Rd’
    ‘get_dimension.Rd’ ‘get_dimension_attribute_names.Rd’
    ‘get_dimension_names.Rd’ ‘get_measure_names.Rd’ ‘get_star_schema.Rd’
    ‘get_star_schema_names.Rd’ ‘incremental_refresh_constellation.Rd’
    ‘incremental_refresh_star_schema.Rd’ ‘match_records.Rd’
    ‘modify_conformed_dimension_records.Rd’ ‘modify_dimension_records.Rd’
    ‘ms_mrs.Rd’ ‘ms_mrs_test.Rd’ ‘multistar_as_flat_table.Rd’
    ‘purge_dimensions_constellation.Rd’ ‘purge_dimensions_star_schema.Rd’
    ‘rename_dimension.Rd’ ‘rename_dimension_attributes.Rd’
    ‘rename_fact.Rd’ ‘rename_measures.Rd’ ‘role_playing_dimension.Rd’
    ‘run_query.Rd’ ‘select_dimension.Rd’ ‘select_fact.Rd’ ‘snake_case.Rd’
    ‘st_mrs_age.Rd’ ‘st_mrs_age_test.Rd’ ‘st_mrs_age_w10.Rd’
    ‘st_mrs_age_w11.Rd’ ‘st_mrs_age_w_test.Rd’ ‘st_mrs_cause.Rd’
    ‘st_mrs_cause_test.Rd’ ‘st_mrs_cause_w10.Rd’ ‘st_mrs_cause_w11.Rd’
    ‘st_mrs_cause_w_test.Rd’ ‘star_schema_as_flat_table.Rd’
    ‘star_schema_as_multistar.Rd’ ‘star_schema_as_tibble_list.Rd’
    ‘update_record.Rd’ ‘update_selection.Rd’
    ‘update_selection_general.Rd’ ‘updates_st_mrs_age.Rd’
    ‘updates_st_mrs_age_test.Rd’
NOTE r-release-windows-x86_64

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    'character_dimensions.Rd' 'constellation_as_multistar.Rd'
    'constellation_as_tibble_list.Rd' 'define_dimension.Rd'
    'define_fact.Rd' 'dm_mrs_age.Rd' 'dm_mrs_cause.Rd'
    'filter_dimension.Rd' 'filter_fact_rows.Rd'
    'get_conformed_dimension.Rd' 'get_conformed_dimension_names.Rd'
    'get_dimension.Rd' 'get_dimension_attribute_names.Rd'
    'get_dimension_names.Rd' 'get_measure_names.Rd' 'get_star_schema.Rd'
    'get_star_schema_names.Rd' 'incremental_refresh_constellation.Rd'
    'incremental_refresh_star_schema.Rd' 'match_records.Rd'
    'modify_conformed_dimension_records.Rd' 'modify_dimension_records.Rd'
    'ms_mrs.Rd' 'ms_mrs_test.Rd' 'multistar_as_flat_table.Rd'
    'purge_dimensions_constellation.Rd' 'purge_dimensions_star_schema.Rd'
    'rename_dimension.Rd' 'rename_dimension_attributes.Rd'
    'rename_fact.Rd' 'rename_measures.Rd' 'role_playing_dimension.Rd'
    'run_query.Rd' 'select_dimension.Rd' 'select_fact.Rd' 'snake_case.Rd'
    'st_mrs_age.Rd' 'st_mrs_age_test.Rd' 'st_mrs_age_w10.Rd'
    'st_mrs_age_w11.Rd' 'st_mrs_age_w_test.Rd' 'st_mrs_cause.Rd'
    'st_mrs_cause_test.Rd' 'st_mrs_cause_w10.Rd' 'st_mrs_cause_w11.Rd'
    'st_mrs_cause_w_test.Rd' 'star_schema_as_flat_table.Rd'
    'star_schema_as_multistar.Rd' 'star_schema_as_tibble_list.Rd'
    'update_record.Rd' 'update_selection.Rd'
    'update_selection_general.Rd' 'updates_st_mrs_age.Rd'
    'updates_st_mrs_age_test.Rd'

Check History

NOTE 4 OK · 10 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    ‘character_dimensions.Rd’ ‘constellation_as_multistar.Rd’
    ‘constellation_as_tibble_lis
...[truncated]...
_cause_w_test.Rd’ ‘star_schema_as_flat_table.Rd’
    ‘star_schema_as_multistar.Rd’ ‘star_schema_as_tibble_list.Rd’
    ‘update_record.Rd’ ‘update_selection.Rd’
    ‘update_selection_general.Rd’ ‘updates_st_mrs_age.Rd’
    ‘updates_st_mrs_age_test.Rd’
NOTE r-devel-linux-x86_64-debian-gcc

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    ‘character_dimensions.Rd’ ‘constellation_as_multistar.Rd’
    ‘constellation_as_tibble_lis
...[truncated]...
_cause_w_test.Rd’ ‘star_schema_as_flat_table.Rd’
    ‘star_schema_as_multistar.Rd’ ‘star_schema_as_tibble_list.Rd’
    ‘update_record.Rd’ ‘update_selection.Rd’
    ‘update_selection_general.Rd’ ‘updates_st_mrs_age.Rd’
    ‘updates_st_mrs_age_test.Rd’
NOTE r-devel-linux-x86_64-fedora-clang

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    ‘character_dimensions.Rd’ ‘constellation_as_multistar.Rd’
    ‘constellation_as_tibble_lis
...[truncated]...
_cause_w_test.Rd’ ‘star_schema_as_flat_table.Rd’
    ‘star_schema_as_multistar.Rd’ ‘star_schema_as_tibble_list.Rd’
    ‘update_record.Rd’ ‘update_selection.Rd’
    ‘update_selection_general.Rd’ ‘updates_st_mrs_age.Rd’
    ‘updates_st_mrs_age_test.Rd’
NOTE r-devel-linux-x86_64-fedora-gcc

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    ‘character_dimensions.Rd’ ‘constellation_as_multistar.Rd’
    ‘constellation_as_tibble_lis
...[truncated]...
_cause_w_test.Rd’ ‘star_schema_as_flat_table.Rd’
    ‘star_schema_as_multistar.Rd’ ‘star_schema_as_tibble_list.Rd’
    ‘update_record.Rd’ ‘update_selection.Rd’
    ‘update_selection_general.Rd’ ‘updates_st_mrs_age.Rd’
    ‘updates_st_mrs_age_test.Rd’
NOTE r-devel-macos-arm64

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    ‘character_dimensions.Rd’ ‘constellation_as_multistar.Rd’
    ‘constellation_as_tibble_lis
...[truncated]...
_cause_w_test.Rd’ ‘star_schema_as_flat_table.Rd’
    ‘star_schema_as_multistar.Rd’ ‘star_schema_as_tibble_list.Rd’
    ‘update_record.Rd’ ‘update_selection.Rd’
    ‘update_selection_general.Rd’ ‘updates_st_mrs_age.Rd’
    ‘updates_st_mrs_age_test.Rd’
NOTE r-devel-windows-x86_64

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    'character_dimensions.Rd' 'constellation_as_multistar.Rd'
    'constellation_as_tibble_lis
...[truncated]...
_cause_w_test.Rd' 'star_schema_as_flat_table.Rd'
    'star_schema_as_multistar.Rd' 'star_schema_as_tibble_list.Rd'
    'update_record.Rd' 'update_selection.Rd'
    'update_selection_general.Rd' 'updates_st_mrs_age.Rd'
    'updates_st_mrs_age_test.Rd'
NOTE r-patched-linux-x86_64

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    ‘character_dimensions.Rd’ ‘constellation_as_multistar.Rd’
    ‘constellation_as_tibble_lis
...[truncated]...
_cause_w_test.Rd’ ‘star_schema_as_flat_table.Rd’
    ‘star_schema_as_multistar.Rd’ ‘star_schema_as_tibble_list.Rd’
    ‘update_record.Rd’ ‘update_selection.Rd’
    ‘update_selection_general.Rd’ ‘updates_st_mrs_age.Rd’
    ‘updates_st_mrs_age_test.Rd’
NOTE r-release-linux-x86_64

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    ‘character_dimensions.Rd’ ‘constellation_as_multistar.Rd’
    ‘constellation_as_tibble_lis
...[truncated]...
_cause_w_test.Rd’ ‘star_schema_as_flat_table.Rd’
    ‘star_schema_as_multistar.Rd’ ‘star_schema_as_tibble_list.Rd’
    ‘update_record.Rd’ ‘update_selection.Rd’
    ‘update_selection_general.Rd’ ‘updates_st_mrs_age.Rd’
    ‘updates_st_mrs_age_test.Rd’
NOTE r-release-macos-arm64

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    ‘character_dimensions.Rd’ ‘constellation_as_multistar.Rd’
    ‘constellation_as_tibble_lis
...[truncated]...
_cause_w_test.Rd’ ‘star_schema_as_flat_table.Rd’
    ‘star_schema_as_multistar.Rd’ ‘star_schema_as_tibble_list.Rd’
    ‘update_record.Rd’ ‘update_selection.Rd’
    ‘update_selection_general.Rd’ ‘updates_st_mrs_age.Rd’
    ‘updates_st_mrs_age_test.Rd’
NOTE r-release-windows-x86_64

DESCRIPTION meta-information

Missing dependency on R >= 4.1.0 because package code uses the pipe
  |> or function shorthand \(...) syntax added in R 4.1.0.
  File(s) using such syntax:
    'character_dimensions.Rd' 'constellation_as_multistar.Rd'
    'constellation_as_tibble_lis
...[truncated]...
_cause_w_test.Rd' 'star_schema_as_flat_table.Rd'
    'star_schema_as_multistar.Rd' 'star_schema_as_tibble_list.Rd'
    'update_record.Rd' 'update_selection.Rd'
    'update_selection_general.Rd' 'updates_st_mrs_age.Rd'
    'updates_st_mrs_age_test.Rd'

Dependency Network

Dependencies Reverse dependencies dplyr generics purrr rlang snakecase tibble tidyr starschemar

Version History

new 1.2.5 Mar 10, 2026
updated 1.2.5 ← 1.2.4 diff May 1, 2024
updated 1.2.4 ← 1.2.3 diff Jan 7, 2024
updated 1.2.3 ← 1.2.2 diff Nov 10, 2023
updated 1.2.2 ← 1.2.1 diff Sep 13, 2023
updated 1.2.1 ← 1.2.0 diff Aug 11, 2023
updated 1.2.0 ← 1.1.0 diff Sep 24, 2020
updated 1.1.0 ← 1.0.0 diff Sep 12, 2020
new 1.0.0 Aug 6, 2020