Artem Klevtsov
Artem Klevtsov
Thank you for the package. I hope the project will live a long time. It would be nice to add the following functions in the package: - the `base` analogs:...
Пакет очень удобен для озвученной в заголовке цели и не имеет внешних зависимостей. Пока можно переписать под него код в отдельной ветке и слить после публикации `fstrings` в CRAN.
To avoid unnecessary dependencies. Should be useful for the servers and container.
I suggest move the `htmlwidgets` package to `Suggests` to reduce dependencies. It's not affect the core functionality. `htmlwidgets` recursively depends on `digest`, `htmltools`, `jsonlite`, `yaml`.
Hi, Thank you for the nice package. It would be useful to support option to place a symbol as suffix or prefix. You can look at the `scales::dollar_format` function. See...
Hi. I think this package will be more helpful with the localized messages (with `gettext`).
According this: https://almsaeedstudio.com/themes/AdminLTE/pages/UI/general.html ``` r prgoressBar 100) stop("'value' should be in the range from 0 to 100.", call. = FALSE) if (!(color %in% shinydashboard:::validColors || color %in% shinydashboard:::validStatuses)) stop("'color' should...
Any plans to publish docker image on the public platform such as docker hub?
Hi, Are there any plans to support GitLab CI? Intro to CI: https://docs.gitlab.com/ee/ci/ List of the defined environment variables: https://docs.gitlab.com/ee/ci/variables/#list-all-environment-variables
Added `LC_ALL=C` for the compiler commands on unix.