Kevin Ushey

Results 72 issues of Kevin Ushey

When a vignette is rendered, any embedded code is also highlighted. However, it seems like the default highlighter is a bit limited in a few ways: - Brackets (e.g. `(`...

next
theme: highlight

This PR adds a provision for calling `rstan::eng_stan()` when running a Stan chunk, when such an engine exists. (The intention is to move the Stan engine implementation to the `rstan`...

I have a C++ project, with `compile_commands.json` generated via CMake. When doing so, the compiler invocation for each file is set as: ``` "command": "/usr/bin/clang++ " ``` When this is...

E.g. from Travis, I saw: ``` $ Rscript -e 'covr::codecov()' Error in parse_exclusions(x$file_lines, exclude_pattern, exclude_start, : 2 starts but only 1 ends! Calls: ... package_coverage -> exclude -> lapply ->...

feature

For example: ``` library(crayon) text crayon::white(text) [1] "\033[37m你好\033[39m" > crayon::white(crayon::white(text)) [1] "\033[37m\033[37mä½ å¥½\033[37m\033[39m" ``` Note that the text 你好 in the second example is no longer encoded correctly. ``` >...

bug

### Issue Description and Expected Result I would expect `DBI::dbListObject()` and `odbc::odbcListObjects()` to produce the same result. Or, at least, that `DBI::dbListObject()` would return schemas as well as tables. ```...

feature

**EDIT**: It looks like the development version builds without issue, e.g. ``` $ pip install git+https://github.com/h2oai/datatable Collecting git+https://github.com/h2oai/datatable Cloning https://github.com/h2oai/datatable to /private/var/folders/9n/3nxsgkrj0rlfx196kzdttpww0000gn/T/pip-req-build-f00uim_e Running command git clone --filter=blob:none -q https://github.com/h2oai/datatable /private/var/folders/9n/3nxsgkrj0rlfx196kzdttpww0000gn/T/pip-req-build-f00uim_e...

(I apologize in advance...) Normally, loading the Matrix package forces a generic for `t` to be registered; e.g. ``` library(Matrix) inherits(t, "standardGeneric") # TRUE ``` However, this doesn't seem to...

documentation
tests :blue_book:

I saw the following when installing `devtools` on an Ubuntu 22.04 VM: ``` > pak::pkg_install("devtools") → Will install 71 packages. → Will download 71 CRAN packages (23.14 MB). + askpass...