Skip to content

Commit

Permalink
Merge branch 'main' into ui_renovation
Browse files Browse the repository at this point in the history
  • Loading branch information
hlageek committed Jun 23, 2023
2 parents 0238633 + f04b1a3 commit d9e1e0d
Show file tree
Hide file tree
Showing 9 changed files with 669 additions and 397 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: requal
Title: Shiny Application for Computer-Assisted Qualitative Data Analysis
Version: 0.10.0.9001
Version: 1.0.0
Authors@R:
c(
person(given = "Radim",
Expand Down
4 changes: 2 additions & 2 deletions R/mod_about.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ mod_about_ui <- function(id){

p(),
HTML(paste0("For help, consult ",
a("reQual Wiki", href="https://github.com/RE-QDA/requal/wiki", target = "_blank"),
".")),
a("reQual Wiki", href="https://github.com/RE-QDA/requal/wiki", target = "_blank"),
".")),
p(),
p("The development of this tool has been supported by",
a(href = "https://www.tacr.cz/en/technology-agency-of-the-czech-republic",
Expand Down
2 changes: 1 addition & 1 deletion R/mod_memo_utils_memo.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ add_memo_record <- function(pool, project, text, user_id) {
.data$text == !!memo_df$text) %>%
dplyr::pull(memo_id)
log_add_memo_record(pool, memo_df$project_id, memo_df %>%
dplyr::mutate(memo_id = memo_id),
dplyr::mutate(memo_id = max(memo_id)),
user_id = user_id)
}
}
Expand Down
1 change: 0 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ knitr::opts_chunk$set(

The goal of `requal` is to provide reproducibility support for qualitative coding.

⚠️ __The package is in development and experimental stage.__ ⚠️

```{r screenshot, echo=FALSE}
knitr::include_graphics("https://owncloud.cesnet.cz/index.php/s/mQcxC998RC6qwVP/download")
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
The goal of `requal` is to provide reproducibility support for
qualitative coding.

⚠️ **The package is in development and experimental stage.** ⚠️

<img src="https://owncloud.cesnet.cz/index.php/s/mQcxC998RC6qwVP/download" width="100%" />

## Installation
Expand Down
2 changes: 1 addition & 1 deletion dev/run_dev.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ golem::document_and_reload()

# Run the application
(run_app(
mode = "server",
mode = "local",
dbname = "requal",
dbhost = "localhost",
dbusername = "requal_admin",
Expand Down
Binary file modified inst/app/www/requal_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d9e1e0d

Please sign in to comment.