Files in chasemc/electricShine
Create distributable Shiny Electron apps

.Rbuildignore
.gitattributes
.github/FUNDING.yml
.gitignore
DESCRIPTION
LICENSE
LICENSE.md
Meta/vignette.rds
NAMESPACE
Notes.md R/check_for_nodejs_npm.R R/construct_mran_url.R R/copy_template.R R/create_build_directory.R R/create_package_json.R R/electron_build_release.R R/fail_fast.R R/get_os.R R/install_nodejs.R R/install_package.R R/install_r.R R/install_user_app.R R/make_r_portable_mac.R R/meta_function.R R/modify_backgroundjs.R R/prompts.R R/trim_r.R R/utils.R README.md
azure-pipelines.yml
codecov.yml
docs/404.html
docs/LICENSE-text.html
docs/LICENSE.html
docs/Notes.html
docs/apple-touch-icon-120x120.png
docs/apple-touch-icon-152x152.png
docs/apple-touch-icon-180x180.png
docs/apple-touch-icon-60x60.png
docs/apple-touch-icon-76x76.png
docs/apple-touch-icon.png
docs/articles/basic-use.html
docs/articles/github.html
docs/articles/index.html
docs/articles/local.html
docs/authors.html
docs/docsearch.css
docs/docsearch.js
docs/favicon-16x16.png
docs/favicon-32x32.png
docs/favicon.ico
docs/index.html
docs/link.svg
docs/logo.svg
docs/pkgdown.css
docs/pkgdown.js
docs/pkgdown.yml
docs/reference/addFunctionToBackgroundJs.html
docs/reference/buildElectricApp.html
docs/reference/buildElectronDependencies.html
docs/reference/construct_mran_url.html
docs/reference/copy_electricshine_package.html
docs/reference/copy_remotes_package.html
docs/reference/copy_template.html
docs/reference/create_build_directory.html
docs/reference/create_folder.html
docs/reference/create_package_json.html
docs/reference/dot-check_arch.html
docs/reference/dot-check_build_path_exists.html
docs/reference/dot-check_node_works.html
docs/reference/dot-check_npm_works.html
docs/reference/dot-check_package_provided.html
docs/reference/dot-check_repo_set.html
docs/reference/dot-download_r.html
docs/reference/dot-find_win_exe_url.html
docs/reference/dot-install_mac_r.html
docs/reference/dot-install_win_r.html
docs/reference/dot-ping_url.html
docs/reference/dot-prompt_install_nodejs.html
docs/reference/dot-prompt_install_r.html
docs/reference/electrify.html
docs/reference/figures/logo.png
docs/reference/figures/logo.svg
docs/reference/get_nodejs.html
docs/reference/get_os.html
docs/reference/index.html
docs/reference/installR.html
docs/reference/install_nodejs.html
docs/reference/install_package.html
docs/reference/install_r.html
docs/reference/install_user_app.html
docs/reference/modify_background_js.html
docs/reference/modify_mac_r.html
docs/reference/runBuild.html
docs/reference/run_build_release.html
docs/reference/run_shiny.html
docs/reference/system_install_pkgs.html
docs/reference/trim_r.html
docs/reference/write_text.html
inst/demoApp/.Rbuildignore
inst/demoApp/.gitattributes
inst/demoApp/.gitignore
inst/demoApp/DESCRIPTION
inst/demoApp/LICENSE
inst/demoApp/LICENSE.md
inst/demoApp/NAMESPACE
inst/demoApp/R/app_server.R inst/demoApp/R/app_ui.R inst/demoApp/R/run_app.R inst/demoApp/README.md
inst/demoApp/man/app_server.Rd
inst/demoApp/man/app_ui.Rd
inst/demoApp/man/run_app.Rd
inst/template/app/loading.html
inst/template/build/start.js
inst/template/build/webpack.app.config.js
inst/template/build/webpack.base.config.js
inst/template/build/webpack.e2e.config.js
inst/template/build/webpack.unit.config.js
inst/template/config/env_development.json
inst/template/config/env_production.json
inst/template/config/env_test.json
inst/template/e2e/hello_world.e2e.js
inst/template/e2e/utils.js
inst/template/package.json
inst/template/src/background.js
inst/template/src/helpers/context_menu.js
inst/template/src/helpers/external_links.js
inst/template/src/menu/dev_menu_template.js
inst/template/src/menu/edit_menu_template.js
inst/template/temp/e2e.js
inst/template/temp/e2e.js.map
inst/template/temp/e2e_entry.js
inst/template/temp/specs.js
inst/template/temp/specs.js.map
inst/template/temp/specs_entry.js
man/construct_mran_url.Rd man/copy_electricshine_package.Rd man/copy_remotes_package.Rd man/copy_template.Rd man/create_build_directory.Rd man/create_folder.Rd man/create_package_json.Rd man/dot-check_arch.Rd man/dot-check_build_path_exists.Rd man/dot-check_node_works.Rd man/dot-check_npm_works.Rd man/dot-check_package_provided.Rd man/dot-check_repo_set.Rd man/dot-download_r.Rd man/dot-find_win_exe_url.Rd man/dot-install_mac_r.Rd man/dot-install_win_r.Rd man/dot-ping_url.Rd man/dot-prompt_install_nodejs.Rd man/dot-prompt_install_r.Rd man/electrify.Rd
man/figures/logo.png
man/figures/logo.svg
man/get_os.Rd man/install_nodejs.Rd man/install_package.Rd man/install_r.Rd man/install_user_app.Rd man/modify_background_js.Rd man/modify_mac_r.Rd man/run_build_release.Rd man/system_install_pkgs.Rd man/trim_r.Rd man/write_text.Rd
pkgdown/favicon/apple-touch-icon-120x120.png
pkgdown/favicon/apple-touch-icon-152x152.png
pkgdown/favicon/apple-touch-icon-180x180.png
pkgdown/favicon/apple-touch-icon-60x60.png
pkgdown/favicon/apple-touch-icon-76x76.png
pkgdown/favicon/apple-touch-icon.png
pkgdown/favicon/favicon-16x16.png
pkgdown/favicon/favicon-32x32.png
pkgdown/favicon/favicon.ico
tests/templates/azure-main.yml
tests/templates/pkg-cache_dependencies.yml
tests/templates/pkg-coverage.yml
tests/templates/pkg-install_dependencies.yml
tests/templates/pkg-library.yml
tests/templates/pkg-rcmd_check.yml
tests/templates/pkg-workflow.yml
tests/templates/r-setup-linux.yml
tests/templates/r-setup-macOS.yml
tests/templates/r-setup-windows.yml
tests/testthat.R tests/testthat/test-check_arch.R tests/testthat/test-check_build_path_exists.R tests/testthat/test-check_package_provided.R tests/testthat/test-check_repo_set.R tests/testthat/test-copy_template.R tests/testthat/test-create_folder.R tests/testthat/test-create_package_json.R tests/testthat/test-long-running-tests.R tests/testthat/test-metafunction_errors.R tests/testthat/test-modify_background_js.R tests/testthat/test-trim_r.R
vignettes/.gitignore
vignettes/basic-use.Rmd vignettes/github.Rmd vignettes/local.Rmd
chasemc/electricShine documentation built on Oct. 12, 2022, 8:50 a.m.