Skip to content

Commit

Permalink
Update explorer (#110)
Browse files Browse the repository at this point in the history
* use dpkgs and badge table

* add parcel; nice variable names

* add reset map buttton

* remove old commented code; add codec version

* fix local package description check

* programmatically build badge table

* add manifest

* load codec traditionally

* update codec

* move univariate toggle to header

* fix width of (de)select all buttons

* condense, rearrange sidebar

* add alert for no data packages selected

* update manifest

* add in property code enforcements

* update manifest

* remove try rdeck

* add just target for building shiny app

* formatR::tidy_file

* use development version of codec if in the package

* tribble

* simplify and use selectInput

* remove extra braces

* remove badges

* DESCRIPTION for shiny app and code to make it

* data catalog idea

* reorganize some code and ui changes

* change card header

* make variable selections take up less room

* move geography selector to card header

* functionize more ui elements

* rename and functionize more

* use help button as label for selectors

* clean up header

* plot switching functional!

* set figure heights

* scatterplot clicks working

* linked up map clicking to highlight scatterplot

* finally fix scatterplot background colors

---------

Co-authored-by: Cole Brokamp <[email protected]>
  • Loading branch information
andrew-vancil and cole-brokamp authored Oct 24, 2024
1 parent 7e7ef48 commit 3cff603
Show file tree
Hide file tree
Showing 8 changed files with 6,833 additions and 810 deletions.
32 changes: 32 additions & 0 deletions inst/codec_shiny/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
type: package
Title: CoDEC Shiny
R.version: 4.4.1
Imports:
biscale (>=1.0.0),
bslib (>=0.8.0),
cincy (>=1.1.0),
classInt (>=0.4-10),
codec (>=2.1.0),
cowplot (>=1.1.3),
devtools (>=2.4.5),
dplyr (>=1.1.4),
fr (>=0.5.1),
ggExtra (>=0.10.1),
ggiraph (>=0.8.10),
leaflet (>=2.2.2),
purrr (>=1.0.2),
sf (>=1.0-17),
shiny (>=1.9.1),
shinyjs (>=2.1.0),
shinyWidgets (>=0.8.7),
tibble (>=3.2.1),
tidyverse (>=2.0.0),
bslib (>=0.8.0),
devtools (>=2.4.5),
dpkg (>=0.5.1),
shiny (>=1.9.1),
stats (>=4.4.1),
desc (>=1.4.3),
renv (>=1.0.10),
tibble (>=3.2.1),
utils (>=4.4.1)
4 changes: 2 additions & 2 deletions inst/codec_shiny/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ This is an R Shiny application designed for the interactive exploration of commu

Visit https://... to see the currently deployed version of this web application.

## Deployment
## Developing

Build, test, and deploy the application using the `just` or using the scripts in the `justfile`
Build and view the application with `just build_shiny` from the package root directory.
Loading

0 comments on commit 3cff603

Please sign in to comment.