Adam Foryś

Results 8 issues of Adam Foryś

Currently is not possible to create html report using rmarkdown with self.contain option. It it not possible for pandoc to process semantic.css In the current state. Currently, we are using...

enhancement

Use the new package from Barret Schloerke. https://github.com/schloerke/shinyjster

enhancement
easy to start

### Issue Description and Expected Result dbConnect(..., PWD = ";fsdafasd;fasd")` is not escaping some character in password and it throwing the error: ``` Error: nanodbc/nanodbc.cpp:950: HY000: [unixODBC][RStudio][ODBC] (10360) Invalid connection...

feature

vocabDatabaseSchema is not fully support the field check, it's throwing error on some check: e.g. IS_FOREIGN_KEY, FIELD LEVEL and FIELD_IS_NOT_NULLABLE.

bug

The onSessionEnd is probably triggered by `later` loop and is never trigger on `SIGINT` signal. There is a difference between interactive and not interactive R process. In not interactive R...

This small bug fix the problem that `exclude` was created before `onSave` call. It's impacting the `url` bookmarking and this change made it consistent with the `server` bookmarking. Minimal example:...

I define `@field` as `@field field_1,field_2 Field docs`. The documentation is generated correctly, but the roxygen show a warning . Minimal R6 class example: ``` #' Example R6 class example_object

- Add possibility build the DataQuality package on the top of DataQualityDashboard. ![DataQualityDashboard](https://user-images.githubusercontent.com/4296390/200262188-f2555aae-1910-4385-bbda-08a8fb8971bb.jpg) Why it's helpful: - Run custom checks on specific omop dataset. - Write custom sql checks. -...