Skip to content

Commit

Permalink
revert package renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Oct 2, 2023
1 parent b7edb9d commit e53feee
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Package: easystatsdashboard
Package: dashboard
Title: Dashboard about status of {easystats} packages
Version: 1.0.0
Authors@R:
Expand Down
18 changes: 18 additions & 0 deletions badge_url_data.csv

Large diffs are not rendered by default.

Binary file removed badge_url_data.rds
Binary file not shown.
2 changes: 1 addition & 1 deletion dashboard.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ Workflow status
```{r workflow_status_helpers, include = FALSE}
badge_url_data_generator_script <- system.file(
"raw-scripts", "workflow_badge_urls_db.R",
package = "easystatsdashboard"
package = "dashboard"
)
source(badge_url_data_generator_script, local = knitr::knit_global())
Expand Down
1 change: 1 addition & 0 deletions inst/raw-scripts/workflow_badge_urls_db.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ easystats_packages <- easystats:::.packages_on_cran()
url_list <- purrr::map(easystats_packages, ~ generate_workflow_status_badge_urls("easystats", .x))
url_df <- as.data.frame(purrr::set_names(url_list, easystats_packages))
url_df <- dplyr::mutate(url_df, workflow = main_workflow_names, .before = 1L)
# vroom::vroom_write(url_df, "badge_url_data.csv")
# saveRDS(url_df, "badge_url_data.rds")

0 comments on commit e53feee

Please sign in to comment.