Skip to content

Commit

Permalink
[patch] assuming that the default behavior to spin this up does not i…
Browse files Browse the repository at this point in the history
…nclude needing other repositories to refresh
  • Loading branch information
alan committed Oct 17, 2023
1 parent c0db0a0 commit 9b1d28c
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 111 deletions.
40 changes: 20 additions & 20 deletions build.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@ datacommons_refresh(
)
datacommons_map_files("../social_data_commons", overwrite = TRUE)

# capital region
datacommons_view(
"../social_data_commons", "capital_region",
metadata = entities, entity_info = NULL
)

# VDH
datacommons_view(
"../social_data_commons", "community_example",
metadata = entities, entity_info = NULL
)

# Fairfax women and girls
datacommons_view(
"../social_data_commons", "fairfax_women_and_girls",
metadata = entities, entity_info = NULL
)

# monitor site
init_datacommons("../social_data_commons", serve = TRUE)
# # capital region
# datacommons_view(
# "../social_data_commons", "capital_region",
# metadata = entities, entity_info = NULL
# )
#
# # VDH
# datacommons_view(
# "../social_data_commons", "community_example",
# metadata = entities, entity_info = NULL
# )
#
# # Fairfax women and girls
# datacommons_view(
# "../social_data_commons", "fairfax_women_and_girls",
# metadata = entities, entity_info = NULL
# )
#
# # monitor site
# init_datacommons("../social_data_commons", serve = TRUE)
2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

196 changes: 107 additions & 89 deletions manifest/files.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest/repos.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions test.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
options(repos = list(CRAN="http://cran.rstudio.com/"))
install.packages('plyr', repos = "http://cran.us.r-project.org")
install.packages('remotes')
remotes::install_github('uva-bi-sdad/community', force=TRUE)
source("build.R")

0 comments on commit 9b1d28c

Please sign in to comment.