Skip to content

Commit

Permalink
Merge pull request #23 from noclocks/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jimbrig authored Sep 3, 2024
2 parents edb191c + 492d5a5 commit b15f38b
Show file tree
Hide file tree
Showing 198 changed files with 53,847 additions and 481 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
^Makefile$
^CHANGELOG\.md$
^\.lintr$
^README\.Rmd$
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ config.yml
docs
~$
~*

lib/
16 changes: 14 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,48 @@ BugReports: https://github.com/noclocks/gmhleasr/issues
Depends:
R (>= 4.1)
Imports:
bs4Dash,
cachem,
cli,
config,
desc,
dplyr,
DT,
fresh,
fs,
glue,
golem,
htmltools,
httr2,
janitor,
jsonlite,
knitr,
listviewer,
lubridate,
memoise,
metathis,
openxlsx,
plotly,
purrr,
R6,
readr,
rlang,
shiny,
shinycustomloader,
shinydashboard,
shinyFeedback,
shinyjs,
shinyWidgets,
stringr,
tibble,
tibblify,
tidyr,
utils,
waiter,
yaml,
ymlthis
Suggests:
here,
httptest2,
knitr,
rmarkdown,
rprojroot,
spelling,
Expand Down
103 changes: 93 additions & 10 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,31 @@ S3method(trim_ws,character)
S3method(trim_ws,data.frame)
S3method(trim_ws,list)
export(EntrataAPI)
export(app_assets)
export(app_controlbar_server)
export(app_controlbar_ui)
export(app_favicon)
export(app_footer_server)
export(app_footer_ui)
export(app_header_server)
export(app_header_ui)
export(app_logo)
export(app_meta)
export(app_server)
export(app_sidebar_server)
export(app_sidebar_ui)
export(app_ui)
export(centered)
export(derive_req_body)
export(display_phone_number)
export(entrata)
export(entrata_leases)
export(entrata_pre_lease_report)
export(entrata_properties)
export(flucol)
export(get_app_config)
export(get_app_global)
export(get_app_globals)
export(get_default_method)
export(get_entrata_report_info)
export(get_entrata_reports_list)
Expand All @@ -18,55 +37,79 @@ export(get_properties)
export(get_property_ids_filter_param)
export(help_label)
export(help_mark)
export(icon_text)
export(insert_logo)
export(is_app_local)
export(is_boolean_string)
export(make_reactive_trigger)
export(parse_entrata_lease_customers)
export(parse_entrata_lease_intervals)
export(parse_entrata_lease_scheduled_charges)
export(parse_entrata_lease_unit_spaces)
export(parse_entrata_leases)
export(parse_entrata_properties)
export(prep_pre_lease_report_params)
export(parse_guess_all)
export(parse_property_res_data)
export(picker)
export(picker_entrata_reports)
export(req_retry_after)
export(req_retry_backoff)
export(req_retry_is_transient)
export(req_should_retry)
export(res_err_body)
export(res_is_err)
export(run_app)
export(run_with_opts)
export(set_app_global)
export(strip_phone_number)
export(trim_ws)
export(trim_ws.default)
export(user_agent)
export(validate_entrata_config)
export(validate_entrata_endpoint_method)
export(validate_entrata_method_params)
export(validate_entrata_report_name)
export(validate_entrata_request)
export(validate_entrata_request_endpoint)
export(validate_entrata_request_endpoint_method)
export(validate_entrata_request_method_params)
export(verify_css)
export(view_list)
export(write_json_schema)
export(yaml_to_json)
export(yaml_to_list)
importFrom(R6,R6Class)
importFrom(bs4Dash,bs4DashControlbar)
importFrom(bs4Dash,bs4DashFooter)
importFrom(bs4Dash,bs4DashNavbar)
importFrom(bs4Dash,bs4DashPage)
importFrom(bs4Dash,bs4DashSidebar)
importFrom(bs4Dash,controlbarItem)
importFrom(bs4Dash,controlbarMenu)
importFrom(bs4Dash,menuItem)
importFrom(bs4Dash,sidebarMenu)
importFrom(cachem,cache_mem)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_warning)
importFrom(config,get)
importFrom(desc,desc_get)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,transmute)
importFrom(fs,path_temp)
importFrom(glue,glue)
importFrom(golem,activate_js)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(htmltools,HTML)
importFrom(htmltools,includeMarkdown)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(httr2,req_auth_basic)
importFrom(httr2,req_body_json)
Expand All @@ -84,31 +127,68 @@ importFrom(jsonlite,fromJSON)
importFrom(jsonlite,prettify)
importFrom(jsonlite,toJSON)
importFrom(listviewer,jsonedit)
importFrom(lubridate,"%--%")
importFrom(lubridate,as.duration)
importFrom(lubridate,mdy)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,today)
importFrom(lubridate,ymd)
importFrom(memoise,memoise)
importFrom(memoise,timeout)
importFrom(metathis,meta)
importFrom(metathis,meta_general)
importFrom(metathis,meta_name)
importFrom(metathis,meta_social)
importFrom(metathis,meta_tag)
importFrom(metathis,meta_viewport)
importFrom(openxlsx,addStyle)
importFrom(openxlsx,createStyle)
importFrom(purrr,compact)
importFrom(purrr,list_flatten)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(purrr,modify)
importFrom(purrr,pluck)
importFrom(purrr,pluck_exists)
importFrom(purrr,set_names)
importFrom(purrr,walk)
importFrom(readr,parse_guess)
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,abort)
importFrom(rlang,arg_match)
importFrom(rlang,caller_arg)
importFrom(rlang,caller_env)
importFrom(rlang,ns_env)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,actionLink)
importFrom(shiny,addResourcePath)
importFrom(shiny,bindEvent)
importFrom(shiny,column)
importFrom(shiny,fluidRow)
importFrom(shiny,icon)
importFrom(shiny,img)
importFrom(shiny,isolate)
importFrom(shiny,modalDialog)
importFrom(shiny,moduleServer)
importFrom(shiny,observe)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderText)
importFrom(shiny,req)
importFrom(shiny,runApp)
importFrom(shiny,shinyApp)
importFrom(shiny,showModal)
importFrom(shiny,sliderInput)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,textOutput)
importFrom(shinyFeedback,useShinyFeedback)
importFrom(shinyWidgets,confirmSweetAlert)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,pickerOptions)
importFrom(shinydashboard,dropdownMenu)
importFrom(shinyjs,runjs)
importFrom(shinyjs,useShinyjs)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
Expand All @@ -117,6 +197,8 @@ importFrom(tibblify,tib_df)
importFrom(tibblify,tib_int)
importFrom(tibblify,tib_lgl)
importFrom(tibblify,tib_row)
importFrom(tibblify,tib_unspecified)
importFrom(tibblify,tibblify)
importFrom(tibblify,tspec_df)
importFrom(tidyr,unnest)
importFrom(tidyr,unnest_longer)
Expand All @@ -125,5 +207,6 @@ importFrom(utils,download.file)
importFrom(utils,menu)
importFrom(utils,packageVersion)
importFrom(utils,unzip)
importFrom(waiter,useWaiter)
importFrom(yaml,read_yaml)
importFrom(ymlthis,is_yml)
Loading

0 comments on commit b15f38b

Please sign in to comment.