Bogdan

Results 16 issues of Bogdan

Hi! Since some of the questions relate to feature request, and some may be solved by recommendations on css/html developers, I decided to issue it here on the topic `bs4_book`:...

question

Earlier I read this topic https://github.com/rstudio/bookdown/issues/393 and for some time I even tried to accept it, but it's impossible, unbearable pain. Tabs are a very powerful and effective way to...

feature

Hi! There are methods such as: SkopeRulesClassifier BoostedRulesClassifier BayesianRuleSetClassifier OptimalRuleListClassifier BayesianRuleListClassifier GreedyRuleListClassifier FIGS Classifier FIGSRegressor etc Which sort of return a list of rules, but which don't have a convenient...

enhancement

Hi! The package import spell, which is clearly described in the package readme, does not work ![image](https://user-images.githubusercontent.com/52919010/173520136-98145422-8433-48a8-b5b8-50dc6d0433ca.png) ![image](https://user-images.githubusercontent.com/52919010/173520305-a8d62586-c167-4ce1-9fa1-c44dec27838f.png) Six imported. What should I do to make the package work?

Hi! I need to install Robyn version 3.0.0. There are 2 problems: 1) Version `3.0.0` does not swing from the tap via `renv::install('[email protected]')` 2) I don't have direct access to...

Hi! I have a histogram and the need to see not the average value of the histogram column (`2.9` on the picture), but its interval (`2.8-3.0`). How to do it?...

`checkmate::assertString(NA_real_, na.ok = TRUE)` there is no mistake - but there should be

Hi! In the problems section, I get an incomprehensible error: ``` "code": "KEY_OVER_1024_CHARS", "message": "The : indicator must be at most 1024 chars after the start of an implicit block...

I need to do the same as here: https://editor.datatables.net/examples/inline-editing/simple.html Ideally with a checkbox. With the select extension, this is configured simply: select = list(style = 'multi+shift', selector = "td:first-child"), Only...

Good afternoon! The DT package is amazing! But resizable columns are sorely lacking. This is the default parameter, for example, in "reactable" (it's a pity it's not optimized for Shiny)....