Skip to content

Commit d790dfe

Browse files
authored
Release edits (#154)
* Add GitHub links to DESCRIPTION * Update readme
1 parent 53e63d4 commit d790dfe

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,5 @@ Suggests:
7878
VignetteBuilder: knitr
7979
Config/testthat/edition: 3
8080
Language: en-US
81+
URL: https://github.com/RE-QDA/requal
82+
BugReports: https://github.com/RE-QDA/requal/issues

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ knitr::include_graphics("https://owncloud.cesnet.cz/index.php/s/mQcxC998RC6qwVP/
3333

3434
### Prerequisites
3535

36-
To use `requal`, you need to have the [R language](https://www.r-project.org) installed and running on your machine. You can download and install R from [here](https://cloud.r-project.org)). You will also need a web browser with JavaScript support (i.e. any of the standard issue browsers like Firefox, Chrome, or Safari).
36+
To use `requal`, you need to have the [R language](https://www.r-project.org) installed and running on your machine. You can download and install R from [here](https://cran.r-project.org/). You will also need a web browser with JavaScript support (i.e. any of the standard issue browsers like Firefox, Chrome, or Safari).
3737

3838
### Package
3939

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ qualitative coding.
2323
To use `requal`, you need to have the [R
2424
language](https://www.r-project.org) installed and running on your
2525
machine. You can download and install R from
26-
[here](https://cloud.r-project.org)). You will also need a web browser
26+
[here](https://cran.r-project.org/). You will also need a web browser
2727
with JavaScript support (i.e. any of the standard issue browsers like
2828
Firefox, Chrome, or Safari).
2929

@@ -106,7 +106,7 @@ website](https://requal.fsv.cuni.cz/).
106106
> de-identification. This will allow you to perform de-identification
107107
> locally and collaboratively analyze the de-identified dataset online.
108108
109-
## Acknowledgment
109+
## Acknowledgement
110110

111111
The application development has been supported by The Technology Agency
112112
of the Czech Republic, project n. TL05000054, and CLS INFRA Fellowship

inst/WORDLIST

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
Acknowledgement
22
CLS
33
CMD
4+
Codebook
45
Coelostegus
56
DESC
67
DEV
8+
Draggable
79
GDPR
810
Lifecycle
911
Programme
1012
RQDA
13+
Rieppeleon
1114
TLS
1215
Thuringothyris
1316
UI

tests/test_basic.requal

0 Bytes
Binary file not shown.

tests/testthat/test-inst-app.R

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
library(shinytest2)
22

3+
4+
skip_on_check <- function() {
5+
if (identical(Sys.getenv("NOT_CRAN"), "true")) {
6+
skip("Skipping test during package checks")
7+
}
8+
}
9+
310
test_that("test_app works", {
411
# Don't run these tests on the CRAN build servers
512
skip_on_cran()
613
skip_on_ci()
7-
# skip()
8-
# skip_if_not(interactive())
14+
skip_on_check()
915

1016
appdir <- system.file("test_app", package = "requal")
1117
test_app(appdir, check_setup = FALSE)

0 commit comments

Comments
 (0)