Skip to content

Commit

Permalink
* breaking changes everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewallenbruce committed Dec 9, 2024
1 parent 0e6eeab commit 8a5a8a1
Show file tree
Hide file tree
Showing 89 changed files with 2,634 additions and 1,145 deletions.
23 changes: 13 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: fuimus
Title: Functions That Have Been
Version: 0.0.2
Authors@R:
person("Andrew", "Bruce", , "[email protected]", role = c("aut", "cre", "cph"))
person(c("Andrew", "Allen"), "Bruce", , "[email protected]", role = c("aut", "cre", "cph"))
Maintainer: Andrew Bruce <[email protected]>
Description: A collection of functions that have been useful to the author
in his work. The package is intended to be a personal package, but is
Expand All @@ -16,28 +16,31 @@ BugReports: https://github.com/andrewallenbruce/fuimus/issues
Depends:
R (>= 4.1.0)
Imports:
cli,
clock,
collapse,
dplyr,
glue,
janitor,
lubridate,
pins,
purrr,
rlang,
stats,
strex,
stringfish,
stringi,
stringr,
styler,
tidyr,
vctrs
vctrs,
cheapr,
kit
Suggests:
fixtuRes,
fontawesome,
usethis,
stats,
cli,
clock,
stringi,
lubridate,
pins,
forcats,
tidyr,
styler,
fs,
ggplot2,
graphics,
Expand Down
45 changes: 38 additions & 7 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export("%nin%")
export("%nn%")
export(age_days)
export(arrows)
export(as_character)
export(bracks)
export(change)
export(change_lagged)
Expand All @@ -17,6 +18,7 @@ export(clean_number)
export(collapser)
export(colon)
export(color_text)
export(columns_to_character)
export(combine)
export(common_regex)
export(construct_regex)
Expand All @@ -25,18 +27,23 @@ export(count_prop)
export(count_prop_multi)
export(count_wide)
export(create_vec)
export(data_types)
export(delist)
export(delister)
export(density)
export(describe)
export(describe_unique)
export(df_2_chr)
export(df_types)
export(desplit)
export(display_long)
export(duration_vec)
export(empty)
export(expand_date_range)
export(fancy_ts)
export(forager_data)
export(gchop)
export(geomean)
export(get_pin)
export(getelem)
export(gg_theme)
export(gh_raw)
export(glue_chr)
Expand All @@ -45,37 +52,61 @@ export(gluestick)
export(gt_marks)
export(histo)
export(histogram)
export(iif_else)
export(initialize_package)
export(interpolate)
export(invert_named)
export(is_valid_npi)
export(is_valid_npi2)
export(list_pins)
export(make_interval)
export(max_vlen)
export(mount_board)
export(na)
export(na_if_common)
export(named_group_split)
export(new_value)
export(not_na)
export(not_null)
export(null)
export(null_if_empty)
export(numeric_to_char)
export(pad_number)
export(parens)
export(percentage_calculator)
export(percentage_change)
export(percentage_difference)
export(print_ls)
export(provider_data)
export(random_npi_generator)
export(rate_of_return)
export(remove_quiet)
export(remove_quotes)
export(rename_seq)
export(roundup)
export(search_for)
export(search_in)
export(search_in_if)
export(search_in_impl)
export(sf_c)
export(sf_convert)
export(sf_detect)
export(sf_extract)
export(sf_nchar)
export(sf_ndetect)
export(sf_nextract)
export(sf_remove)
export(sf_smush)
export(sf_strsplit)
export(sf_sub)
export(single_line_string)
export(sorted_bars)
export(splitter)
export(srchcol)
export(uniq_rmna)
export(upgrade_personal_pkgs)
export(strsort)
export(take_at)
export(uniq)
export(uniq_narm)
export(uniq_vlen)
export(update_personal_packages)
export(vlen)
export(years_df)
export(years_floor)
export(years_vec)
Expand Down
Loading

0 comments on commit 8a5a8a1

Please sign in to comment.