Bill Denney

Results 181 issues of Bill Denney

When I have nonstandard column names (including characters like spaces, parentheses, etc.), they don't match the field names because read.csv changes them. As an example, "test 2" becomes "test.2". I...

bug

As you can tell from the previous two issues that I just submitted, I'm having a lot of thoughts about steady-state. I'm running a clinical trial simulation where the system...

While working on issue #848, I was surprised that when using EVID=3 the CMT value mattered. Specifically, I initially used CMT=0 because I was copying from the observation rows, but...

I'm not sure exactly how to categorize this issue. It may be a documentation suggestion or maybe it's an example that I just felt the need to run to confirm...

Would it be reasonable to also support 3-compartment PK models being defined in the `PKMODEL` block? The equations can be cribbed from: https://github.com/kestrel99/pmxTools/blob/master/inst/PKPDlibrary.pdf Or in a more code-like form from:...

low-risk

I love the new ability to use Rmd files! One thing that wasn't clear from the info available is how to add modifiers like @annotated to the block. After a...

user-guide

As discussed by email, I'm preparing a PR to add a `latex.formula()` S3 method. Because formulae contain many other classes, it will also include `.name`, `.call`, `.(`, `.character`, `.numeric`, and...

On Windows 11 with R 4.2.1, `devtools::dev_mode()` fails when the development directory does not exist. Creating the directory first yields success. ```r devtools::dev_mode() Error: [ENOENT] Failed to realize 'C:/Users/wdenn/R-dev': no...

## Prework - [x] Read and abide by **gt**'s [code of conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/) and [contributing guidelines](https://github.com/rstudio/gt/blob/master/.github/CONTRIBUTING.md). - [x] Search for duplicates among the [existing issues](https://github.com/rstudio/gt/issues) (both open and closed). ## Proposal...

Difficulty: [2] Intermediate
Effort: [3] High
Priority: [3] High
Type: ★ Enhancement

# Summary Add tab_caption(). Also, tab_caption() is used where other, less-specific calls had been used before. # Related GitHub Issues and PRs - Ref: Fix #1048 # Checklist - [x]...