Adam Black

Results 122 comments of Adam Black
trafficstars

@krlmlr - How should we be thinking about RSQLite's date support? Are date types an abstraction added by the RSQLite package? I'm I correct that SQLite does not have a...

Here is an issue where dates are not being preserved when using "CREATE TABLE AS SELECT * FROM table_with_dates" ``` r dateTable 1 2021-10-05 2021-10-05 RSQLite::dbExecute(con, "create table table2 as...

@katy-sadowski Will you target the "develop" branch instead of "main"?

@katy-sadowski You should see actions running successfully in your fork here: https://github.com/katy-sadowski/DataQualityDashboard/actions I created a PR on your fork that I think fixes the problems when running tests: https://github.com/katy-sadowski/DataQualityDashboard/pull/3

Hi @clairblacketer, will you review this PR and approve the workflow run? I see a lot of PRs on DQD. Should we have a DQD merge-a-thon? 😃

Hi @clairblacketer, I'm working with some colleagues at Stanford who would like to contribute new measurement plausibility data quality checks. What is the preferred process to contribute new checks to...

I'm not sure if this is related or not. I'm trying to run one field check on just the observation_period table and getting an NA result. ``` r library(Eunomia) library(DataQualityDashboard)...

I'm just trying to run a single test. ``` results $ $

Here is the only test I'm running. It works when I run it interactively but not when I run devtools::test(). ``` library(testthat) test_that("Execute DQ checks on Synthea/Eunomia", { results 1)...