insightsengineering / insightsengineering/teal

[Feature Request]: `teal` doesn't warn when teal_data is not verified

Open
#1,354 2 comments 0 reactions 0 assignees View on GitHub
core enhancement
Dominant language
R
Stars
263
Forks
59
Avg merge
5d 17h
Merged PRs (30d)
5

Description

### Feature description

App which receives unverified data acts as normal. App user should be warn that the code is not reproducible. What should we do?

- display yellow warning in show R code?
- append warning message in a code or a comment-header?

app

```r
library(teal)

ADSL <- scda::synthetic_cdisc_data("latest")$adsl
ADTTE <- scda::synthetic_cdisc_data("latest")$adtte
ADRS <- scda::synthetic_cdisc_data("latest")$adrs

data <- teal_data(ADSL = ADSL, ADTTE = ADTTE, ADRS = ADRS)

app <- init(
data = data,
modules = list(
example_module()
)
# filter = default_filters
)

runApp(app)
```

### Code of Conduct

- [X] I agree to follow this project's Code of Conduct.

### Contribution Guidelines

- [X] I agree to follow this project's Contribution Guidelines.

### Security Policy

- [X] I agree to follow this project's Security Policy.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.