naming and dealing with a dependency issue. ready for first release

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-12-19 15:26:23 +01:00
commit a01f7157b5
No known key found for this signature in database
30 changed files with 664 additions and 1026 deletions

View file

@ -9,12 +9,12 @@ export(cut_variable_ui)
export(default_format_arguments)
export(default_parsing)
export(factorize)
export(file_export)
export(format_writer)
export(getfun)
export(index_embed)
export(is_any_class)
export(is_datetime)
export(m_datafileUI)
export(m_redcap_readServer)
export(m_redcap_readUI)
export(modal_cut_variable)
@ -23,11 +23,17 @@ export(read_input)
export(regression_model)
export(regression_model_uv)
export(regression_table)
export(shiny_webResearch)
export(shiny_freesearcheR)
export(specify_qmd_format)
export(tbl_merge)
export(winbox_cut_variable)
export(write_quarto)
importFrom(REDCapCAST,as_factor)
importFrom(REDCapCAST,numchar2fct)
importFrom(REDCapCAST,parse_data)
importFrom(REDCapCAST,read_redcap_tables)
importFrom(REDCapCAST,redcap_wider)
importFrom(REDCapCAST,suffix2label)
importFrom(classInt,classIntervals)
importFrom(graphics,abline)
importFrom(graphics,axis)