Skip to content

Commit

Permalink
please work!
Browse files Browse the repository at this point in the history
  • Loading branch information
rpodcast committed Mar 18, 2024
1 parent c31b83b commit 5067306
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ RUN apt-get update \

# install R package dependencies
# add / remove packages from line below (but keep httpgd, renv, languageserver
RUN install2.r renv httpgd languageserver shiny shinylive reactable httpuv arrow fs s3fs dplyr pointblank gt reclin2 epoxy logger purrr deps rhino reactable.extras crosstalk reactablefmtr
RUN install2.r renv httpgd languageserver shiny shinylive reactable httpuv arrow fs s3fs dplyr pointblank gt reclin2 epoxy logger purrr deps rhino reactable.extras crosstalk reactablefmtr anytime

RUN installGithub.r timelyportfolio/dataui

3 changes: 1 addition & 2 deletions .devcontainer/Dockerfile_rstudio
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ RUN apt-get update \

# install R package dependencies
# add / remove packages from line below (but keep renv=
RUN install2.r renv shiny shinylive reactable httpuv arrow fs s3fs dplyr pointblank gt reclin2 epoxy logger purrr deps rhino reactable.extras crosstalk reactablefmtr
RUN install2.r renv shiny shinylive reactable httpuv arrow fs s3fs dplyr pointblank gt reclin2 epoxy logger purrr deps rhino reactable.extras crosstalk reactablefmtr anytime

RUN installGithub.r timelyportfolio/dataui

Empty file added .nojekyll
Empty file.
3 changes: 1 addition & 2 deletions _quarto,yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
project:
type: default
execute-dir: file
type: website
---
6 changes: 5 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ format:
execute:
echo: false
params:
dev_mode: false
dev_mode: true
pointblank_object_path: "https://podcast20-projects.us-east-1.linodeobjects.com/exports/podcastdb_pointblank_object/podcastdb_pointblank_object"
podcast_dup_df_path: "https://podcast20-projects.us-east-1.linodeobjects.com/exports/podcast_dup_df.rds"
podcast_analysis_df_path: "https://podcast20-projects.us-east-1.linodeobjects.com/exports/analysis_metrics_df.rds"
Expand Down Expand Up @@ -82,6 +82,10 @@ list(
analysis_metrics_df <- analysis_metrics_df |>
select(record_group, n_records, everything())
if (params$dev_mode) {
analysis_metrics_df <- dplyr::slice(analysis_metrics_df, 1:30)
}
record_analysis_table(analysis_metrics_df, podcast_dup_df, report_date = podcast_db_date)
```
:::
Expand Down

0 comments on commit 5067306

Please sign in to comment.