]> nmode's Git Repositories - Rnaught/commit
Update web app entry point
authorNaeem Model <me@nmode.ca>
Mon, 6 Jan 2025 23:55:43 +0000 (23:55 +0000)
committerNaeem Model <me@nmode.ca>
Mon, 6 Jan 2025 23:55:43 +0000 (23:55 +0000)
commite920b3e514e717fc05ed524267d3b53e272fec51
tree353cfb36aca946d69da6d6dcacc0cb66177050ef
parent2d34b71c7a8da7fd0fac59b934145286b2be7b1f
Update web app entry point

- Rename 'app' -> 'web'
- Return shiny app object in entry point function
43 files changed:
NAMESPACE
R/web.R [moved from R/app.R with 56% similarity]
inst/web/app.R [moved from inst/app/app.R with 100% similarity]
inst/web/index.html [moved from inst/app/index.html with 100% similarity]
inst/web/scripts/data.R [moved from inst/app/scripts/data.R with 100% similarity]
inst/web/scripts/estimators.R [moved from inst/app/scripts/estimators.R with 100% similarity]
inst/web/templates/content.html [moved from inst/app/templates/content.html with 100% similarity]
inst/web/templates/content/about.html [moved from inst/app/templates/content/about.html with 100% similarity]
inst/web/templates/content/data.html [moved from inst/app/templates/content/data.html with 100% similarity]
inst/web/templates/content/data/enter-data.html [moved from inst/app/templates/content/data/enter-data.html with 100% similarity]
inst/web/templates/content/data/enter-data/load-samples.html [moved from inst/app/templates/content/data/enter-data/load-samples.html with 100% similarity]
inst/web/templates/content/data/enter-data/manual-entry.html [moved from inst/app/templates/content/data/enter-data/manual-entry.html with 100% similarity]
inst/web/templates/content/data/enter-data/required-format.html [moved from inst/app/templates/content/data/enter-data/required-format.html with 100% similarity]
inst/web/templates/content/data/enter-data/upload-data.html [moved from inst/app/templates/content/data/enter-data/upload-data.html with 100% similarity]
inst/web/templates/content/data/view-data.html [moved from inst/app/templates/content/data/view-data.html with 100% similarity]
inst/web/templates/content/data/view-data/data-plots.html [moved from inst/app/templates/content/data/view-data/data-plots.html with 100% similarity]
inst/web/templates/content/data/view-data/data-table.html [moved from inst/app/templates/content/data/view-data/data-table.html with 100% similarity]
inst/web/templates/content/estimation.html [moved from inst/app/templates/content/estimation.html with 100% similarity]
inst/web/templates/content/estimation/about-estimators.html [moved from inst/app/templates/content/estimation/about-estimators.html with 100% similarity]
inst/web/templates/content/estimation/about-estimators/id.html [moved from inst/app/templates/content/estimation/about-estimators/id.html with 100% similarity]
inst/web/templates/content/estimation/about-estimators/idea.html [moved from inst/app/templates/content/estimation/about-estimators/idea.html with 100% similarity]
inst/web/templates/content/estimation/about-estimators/panel.html [moved from inst/app/templates/content/estimation/about-estimators/panel.html with 100% similarity]
inst/web/templates/content/estimation/about-estimators/seq_bayes.html [moved from inst/app/templates/content/estimation/about-estimators/seq_bayes.html with 100% similarity]
inst/web/templates/content/estimation/about-estimators/wp.html [moved from inst/app/templates/content/estimation/about-estimators/wp.html with 100% similarity]
inst/web/templates/content/estimation/estimates.html [moved from inst/app/templates/content/estimation/estimates.html with 100% similarity]
inst/web/templates/content/estimation/estimates/add-estimators.html [moved from inst/app/templates/content/estimation/estimates/add-estimators.html with 100% similarity]
inst/web/templates/content/estimation/estimates/add-estimators/id.html [moved from inst/app/templates/content/estimation/estimates/add-estimators/id.html with 100% similarity]
inst/web/templates/content/estimation/estimates/add-estimators/idea.html [moved from inst/app/templates/content/estimation/estimates/add-estimators/idea.html with 100% similarity]
inst/web/templates/content/estimation/estimates/add-estimators/mu.html [moved from inst/app/templates/content/estimation/estimates/add-estimators/mu.html with 100% similarity]
inst/web/templates/content/estimation/estimates/add-estimators/parameters.html [moved from inst/app/templates/content/estimation/estimates/add-estimators/parameters.html with 100% similarity]
inst/web/templates/content/estimation/estimates/add-estimators/seq_bayes.html [moved from inst/app/templates/content/estimation/estimates/add-estimators/seq_bayes.html with 100% similarity]
inst/web/templates/content/estimation/estimates/add-estimators/wp.html [moved from inst/app/templates/content/estimation/estimates/add-estimators/wp.html with 100% similarity]
inst/web/templates/content/estimation/estimates/estimates-table.html [moved from inst/app/templates/content/estimation/estimates/estimates-table.html with 100% similarity]
inst/web/templates/content/help.html [moved from inst/app/templates/content/help.html with 100% similarity]
inst/web/templates/content/help/panel.html [moved from inst/app/templates/content/help/panel.html with 100% similarity]
inst/web/templates/content/help/serial-interval.html [moved from inst/app/templates/content/help/serial-interval.html with 100% similarity]
inst/web/templates/footer.html [moved from inst/app/templates/footer.html with 100% similarity]
inst/web/templates/navbar.html [moved from inst/app/templates/navbar.html with 100% similarity]
inst/web/templates/tabs.html [moved from inst/app/templates/tabs.html with 100% similarity]
inst/web/www/script.js [moved from inst/app/www/script.js with 100% similarity]
inst/web/www/styles.css [moved from inst/app/www/styles.css with 100% similarity]
man/app.Rd [deleted file]
man/web.Rd [new file with mode: 0644]