Ilya Zarubin

Results 19 issues of Ilya Zarubin

### Guidelines - [X] I agree to follow this project's Contributing Guidelines. ### Project Version 3.5.1 ### Platform and OS Version Ubuntu 20.04 ### Existing Issues _No response_ ### What...

bug

**Problem** A convenient way for continuous testing (in RStudio) is to only run `devtools::test_active_file()` to test only the active test-file. This is especially beneficial, if the project is large and...

feature-request

Small fix for `tests/testthat/test-with_opt.R` but improves codecov for `R/with_opt.R` from 9.68% to 100% and overall package covr a bit. Fix #1119

The tests in `tests/test-with_opt.R` are defunct as the `run_app()` function is not properly sourced in a dummy-golem. One can add a call to `devtools::load_all()` inside the test so the dummy...

enhancement

**Quick helper in the spirit of add_XXX** Create R6 boilerplate in a new file **Describe the solution you'd like** `add_r6()` with same interface as `add_fct()` and `add_utils` `R6` comes with...

enhancement
WIP :running_woman:

**Is your feature request related to a problem?** The coverage status badge always reports code coverage for the `master` branch (as the links are hard-coded) even when switching to a...

enhancement
WIP :running_woman:
PR opened :eyeglasses:

Via https://github.com/ThinkR-open/golem/commit/9ad97753a585ca1ec418025f3ff08db629592702 a test fix for `test-use_readme()` is done that skips the test in non-interactive mode. However, when eliminating the `devtools:::build_readme()` call at the very end, the test passes successfully...

enhancement
WIP :running_woman:
PR opened :eyeglasses:

To fix #819 , there is the possibility to refactor the internals of `use_external_XXX` type functions in `use_files.R ` **_prior to the addition of a new replace arg_**. This may...

fixes #845 Maybe `path` is a bit more general because it can be used for files and package-dirs, but the issue suggests `pkg`. I have made a commit per file...

Following https://github.com/ThinkR-open/golem/issues/327 I cannot deploy the App with `shinyapps.io`: Error: ![](https://user-images.githubusercontent.com/36898027/232749837-3b6b566d-113e-46fb-b5b7-71753c69bf9d.png) __*Notes:*__ 1. local deployment works wiht password authentification ![image](https://user-images.githubusercontent.com/36898027/232751616-e29e16b2-80ac-48af-9d5c-ad6121bb424a.png) __*Links:*__ 1. shinyapps.io: https://cologne-analytics.shinyapps.io/golemAuth0 4. github repo of the app:...