AshesITR

Results 56 issues of AshesITR

Code and documentation mismatch regarding the template YAML: `description` is a required field (as per code) but is never mentioned in the documentation. https://github.com/rstudio/rmarkdown/blob/6fc53d89826491100c77f7790169f8afd629907c/R/draft.R#L34-L39 https://github.com/rstudio/rmarkdown/blob/6fc53d89826491100c77f7790169f8afd629907c/R/draft.R#L83-L85

documentation

As per #841 (wontfix), you're not going to support changing the current chunk options. However, `opts_current$set` allows modifying the options and doesn't complain about it either. It even succeeds in...

feature

https://github.com/rstudio/shinydashboard/blob/9158ee083cb852922c65e82c292271046f85b9ee/R/dashboardHeader.R#L90-L91 If we drop all null or empty values in `items` before doing tagAssert, we can allow modular code such as this to function properly: dashboardHeader( title = "Title", if...

When using `inline = TRUE` with bs4Dash, the alignment of awesome{CheckboxGroup,Radio} is broken. This seems to be caused by incorrect CSS for Bootstrap 4 (or AdminLTE?). Note that the radio...

closes #798 I'd like to have general feedback on the approach before creating tests and documentation. The PR adds a new family of mapping functions, ending in `_matrix`. They have...

Sometimes I need to compute a matrix column-wise using a function. Base-R code to achieve that would be `vapply()` with a `FUN.VALUE` of length greater than 1. For a toy...

This piece of code isn't enough to provide valid JS for character options: https://github.com/ropensci/RSelenium/blob/c11dd6922aedd654a2680e7737c63ce534e7c9ce/R/util.R#L288 This bug manifests e.g. when setting the download directory in windows: `RSelenium::makeFirefoxProfile(list(browser.download.dir = "C:\\Downloads"))` The result...

bug

Particularly useful in conjuction with `knitr::kable(format = "html")` to copy a HTML table to clipboard, e.g. for pasting into a mail. For linux this can be done by specifying `-target...

supersedes #497 fixes #63