-
We print a series of "messages" to the console when e.g. a model does not store feature label classes. Either switch to using warning() or prefix the message with something like "Success with note: ..…
-
Had an error shared with me (🎉):
```
Error in `dplyr::select()`:
! Can't subset columns that don't exist
x Column `n_unique_kmers` doesn't exist.
Run `rlang::last_error()` to see where the erro…
-
Hello! Love what you guys have done with `trelliscope`. I'm running into an issue where no results are shown on my Ubuntu RStudio Server and I'm having a hard time fixing.
This code works on my ma…
-
**Describe the bug**
Edges disappear after second identical plot() statement when using transparent edge colors (alpha < 1).
Note par()$xpd is flipped from FALSE to TRUE.
**To reproduce**
```…
-
When I create the `mydown` package as in the example, and then use the template without any editing, I'm getting an R code warning printed at the top
![Screenshot 2022-01-14 170908](https://user-im…
-
Figured that we could divide and conquer the remaining work on `vrrr_read`. (Let me know if you've got too much on your plate though!).
We need a function that'll go through and rename the columns …
-
When I'm Trying to Run the document I'm getting the below error, any idea how to resolve this?
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
namespace 'htmltools…
-
**Describe the bug**
Calling fp_projections in 2024 is returning all of the expected data except 'team' is showing up as character(0)
It is also giving off a warning that seems related.
**Repre…
-
All calls into C code should be autogenerated. This ensures that we either mess up big time (and notice it), or get it right.
In practice, this means hunting down all instances of `.Call` in user c…
-
Hi! We're testing this library out on top of an OMOP CDM 5.4 in Databricks (Spark), and I'm running into some issues with it's usage. After running DataQualityDashboard::executeDqChecks, I'm receiving…