Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STEHealthApp #13

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
^.*\.Rproj$
^\.Rproj\.user$
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.Rhistory
.RData
note for update.txt
Expand All @@ -9,3 +8,4 @@ sample data/suicide_th_data_sample - Copy.csv
test cal col.R
sample data/suicide_th_data_sample - อันเดิม.csv
pic for manual
shiny/testing_accordion.R
31 changes: 31 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Package: STEHealthApp
Type: Package
Title: An application for analyzing space-time pattern and association with risk factors of suicide and other health outcomes
Version: 1.2
Author: Ornrakorn Mekchaiporn, Papin Thanutchapat, Chiraphat Phoncharoenwirote
Maintainer: Ornrakorn Mekchaiporn <[email protected]>
Description: Allows users to import their own data, analyze, visualize, and export result.
Imports:
shiny,
shinydashboard,
shinyjs,
shinyBS,
leaflet,
dplyr,
ggplot2,
RColorBrewer,
rgdal,
shinyWidgets,
shinydashboardPlus,
spdep,
leaflet.extras,
bsplus,
remotes
Suggests:
INLA,
capture
Additional_repositories: https://inla.r-inla-download.org/R/stable
URL: https://github.com/mill-ornrakorn/STEHealth-Application
License: ?
Encoding: UTF-8
LazyData: true
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exportPattern("^[[:alpha:]]+")
9 changes: 9 additions & 0 deletions R/STEHealthApp.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#' STEHealthApp: a shiny application for analyzing space-time pattern, cluster detection, and association with risk factors of health outcomes
#'
#'
#' @docType package
#' @name STEHealthApp
NULL



6 changes: 6 additions & 0 deletions R/rfunctions.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#' Runs the Shiny web application.
#' @export
run_app <- function() {
shiny::runApp(system.file('STEHealthApp', package='STEHealthApp'))
}

20 changes: 20 additions & 0 deletions STEHealthApp.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
11 changes: 11 additions & 0 deletions inst/STEHealthApp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

.Rhistory
.RData
note for update.txt
note for app update.txt
note for manual update.txt
sample data/suicide_th_data_sampl_1.csv
sample data/suicide_th_data_sample - Copy.csv
test cal col.R
sample data/suicide_th_data_sample - อันเดิม.csv
pic for manual
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ users. Moreover, the previously developed user interfaces do not provide specifi

</br>

&emsp;&emsp; **STEHealth** (It stands for **S**patiotemporal **E**pidemiological **Health**) is a application for analyzing space-time pattern, cluster detection, and association with risk factors of health outcomes, which allows users to import their own data, analyze, and visualize.
&emsp;&emsp; **STEHealth** (It stands for **S**patiotemporal **E**pidemiological **Health**) is an application for analyzing space-time pattern, cluster detection, and association with risk factors of health outcomes, which allows users to import their own data, analyze, and visualize.
This application is part of "Spatiotemporal Analysis with Application Development for Epidemiological Study of Suicide Mortality" project of the [King Mongkut's University of Technology Thonburi](https://www.kmutt.ac.th/en/).


Expand Down
File renamed without changes.
File renamed without changes.
Loading