leeroyaus

Results 4 issues of leeroyaus

I'm trying to use custom functions stored in the utils_helper.R file in a golem Shiny App with packages like future/furrr/rmarkdown but the custom functions can't be found. When using custom...

Hello When creating a link to download files using downloadHandler, the session ID/token is exposed in the link. This seems to be generally regarded as a serious security issue -...

**Describe the bug** Using json-related expectations `expect_column_values_to_match_json_schema` and `expect_column_values_to_be_json_parseable` **To Reproduce** Code to reproduce (raw_data col contains json data as text): ```` { "expectation_type": "expect_column_values_to_be_json_parseable", "kwargs": { "column": "raw_data" },...

After creating a new golem project with `golem::create_golem()`, I've tried using the `packer::scaffold_golem()` function, but received the following error: ```` r$> golem::create_golem(package_name = "jsTest",overwrite = T,path = ".") -- Checking...