From e8d82607d0b8603e21edd2990b431f1ba7b28699 Mon Sep 17 00:00:00 2001 From: newgraph-lschick Date: Mon, 17 Nov 2025 11:58:42 -0800 Subject: [PATCH] Forgot to push Namespace. fpr_xfm_paw_xing_fix_size wasn't being exported. --- NAMESPACE | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NAMESPACE b/NAMESPACE index 6147a4a..d90c317 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -83,6 +83,7 @@ export(fpr_xfm_paw_score_final) export(fpr_xfm_paw_score_outlet_drop) export(fpr_xfm_paw_score_swr) export(fpr_xfm_paw_swr) +export(fpr_xfm_paw_xing_fix_size) export(fpr_xref_template_pscis) importFrom(chk,chk_character) importFrom(chk,chk_data) @@ -130,6 +131,7 @@ importFrom(magick,image_read) importFrom(magick,image_scale) importFrom(magick,image_write) importFrom(magrittr,"%>%") +importFrom(plyr,round_any) importFrom(poisutils,ps_error) importFrom(purrr,map) importFrom(purrr,map2) @@ -137,6 +139,7 @@ importFrom(purrr,set_names) importFrom(readr,write_csv) importFrom(rlang,as_name) importFrom(rlang,enquo) +importFrom(rlang,ensym) importFrom(rlang,sym) importFrom(sf,st_as_sf) importFrom(sf,st_coordinates) @@ -146,6 +149,7 @@ importFrom(sf,st_read) importFrom(sf,st_transform) importFrom(sf,st_write) importFrom(stringr,str_detect) +importFrom(stringr,str_like) importFrom(stringr,str_subset) importFrom(tibble,as_tibble) importFrom(tibble,rowid_to_column)