r2evans

Results 80 issues of r2evans

The current https://cran.r-project.org/doc/manuals/r-devel/R-data.html chapter 4.3 *R interface packages* mentions `DBI` but the information is well out-of-date: > *All except RODBC are tied to one DBMS, but there has been a...

help wanted
docs

`dbBind` crashes (hard) when given multiple objects and one includes a cast from string to `datetimeoffset` (on mssql). Up front, the failing code is: ```r res

bug
mssql

*Hey everybody, long time no chat! Is anyone going to an in-person R or INFORMS conference any time soon? I think I owe many of you a beer or something...

documentation

I read in the FAQ that WP-CLI instructions were available on the "Other Notes" tab. When clicked, I see ![image](https://user-images.githubusercontent.com/5815808/52655732-b86cce80-2ea9-11e9-81f8-458a25f9486d.png) No "Other Notes" tab, and none of the tabs included...

8c66dd54f9625852ad3d6539535d6daad4322b4d changed the title in `inst/index.html` from `rmote viewer` to `rmote: spacemanspiff.local`. However, `set_index_template` is still [grepping for `"rmote viewer"`](https://github.com/cloudyr/rmote/blob/ee13936806cc1be5b2f95b70b33af374331ae2dc/R/misc.R#L24), so the hostname is never actually used.

Sample source code (R-language): ```r sample_func

I started using `expect_snapshot_value(..)`, but when the value inherits `data.table`, it warns about `structure(NULL, *)`. Starting with this test file: ```r test_that("quux", { expect_snapshot_value(data.table(a="",b=1:2), style="json2") }) ``` Running `devtools::test(..)` on...

### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...

bug
0. Needs triage

The discussion of how to acquire the google api key and use it are nice, thanks for the details. Especially since you say > Your API key is *private* ......

I interpret `oidc_login_hide_password_form` to be that the password change form will be hidden in the interface. Whether enabled/disabled, though, the password-change form is still visible in the UI. (My config...

needs triage