Skip to content

Commit

Permalink
chore: set to normal mode and update .md
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaZar committed Feb 24, 2024
1 parent e49d8d6 commit c49214b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
16 changes: 12 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,18 @@ knitr::opts_chunk$set(

# TaskSVVdcDB

## Deployment information

The app is deployed on the `shinyapps.io` server. There are two versions:

- the development version:
<https://cologne-analytics.shinyapps.io/TaskSVVdcDB/>
- the production version:
<https://cologne-analytics.shinyapps.io/TaskSVVdcDBtesting/>


## To-Do List

* main branch has stashes locally: clarify this
* docs for data sets
* fix login layer
* fix logistic regressions (maybe) and add computations of probabilities from
odds and this insigight to the app
Expand All @@ -28,13 +36,13 @@ years or the regression is badly specified
Appsilon
* Questions for Vegard:
- why do we use this app and what for exactly?
- det norske veritas
- costs

<!-- badges: start -->
<!-- badges: end -->

The goal of TaskSVVdcDB is to ...
The shiny app TaskSVVdcDB provides analysis for SVV data on their employes and
their digital competence.

## Installation

Expand Down
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@

# TaskSVVdcDB

## Deployment information

The app is deployed on the `shinyapps.io` server. There are two
versions:

- the development version:
<https://cologne-analytics.shinyapps.io/TaskSVVdcDB/>
- the production version:
<https://cologne-analytics.shinyapps.io/TaskSVVdcDBtesting/>

## To-Do List

- main branch has stashes locally: clarify this
- docs for data sets
- fix login layer
- fix logistic regressions (maybe) and add computations of probabilities
from odds and this insigight to the app
Expand All @@ -16,13 +24,13 @@
from Appsilon
- Questions for Vegard:
- why do we use this app and what for exactly?
- det norske veritas
- costs

<!-- badges: start -->
<!-- badges: end -->

The goal of TaskSVVdcDB is to …
The shiny app TaskSVVdcDB provides analysis for SVV data on their
employes and their digital competence.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion deploy.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ write_renviron_maintenance <- function(VAL, fn_name = ".Renviron") {
return(invisible(NULL))
}
#
set_golem_maintenance(TRUE)
set_golem_maintenance(FALSE)
# Authenticate
rsconnect::setAccountInfo(
name = error_on_missing_name("SHINY_ACC_NAME"),
Expand Down

0 comments on commit c49214b

Please sign in to comment.