Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ayogasekaram/standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
ayogasekaram committed Jun 5, 2024
2 parents 367f8b7 + 46b7f33 commit 098a616
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data-raw/DATASET.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
lst_scripts <-
list(
# FROM THE standalone PACKAGE
"standalone-check_pkg_installed" = "https://raw.githubusercontent.com/ddsjoberg/standalone/main/R/standalone-check_pkg_installed.R",
"standalone-checks" = "https://raw.githubusercontent.com/ddsjoberg/standalone/main/R/standalone-checks.R",
"standalone-stringr" = "https://raw.githubusercontent.com/ddsjoberg/standalone/main/R/standalone-stringr.R",
"standalone-standalone-cli_call_env" = "https://raw.githubusercontent.com/ddsjoberg/standalone/main/R/standalone-standalone-cli_call_env.R",
"standalone-forcats" = "https://raw.githubusercontent.com/ddsjoberg/standalone/main/R/standalone-forcats.R",
"standalone-stringr" = "https://raw.githubusercontent.com/ddsjoberg/standalone/main/R/standalone-stringr.R",
"standalone-tibble" = "https://raw.githubusercontent.com/ddsjoberg/standalone/main/R/standalone-tibble.R",

# FROM THE rlang PACKAGE
"rlang-purrr" = "https://raw.githubusercontent.com/r-lib/rlang/main/R/standalone-purrr.R",
Expand Down
Binary file modified data/lst_scripts.rda
Binary file not shown.

0 comments on commit 098a616

Please sign in to comment.