-
### Steps to reproduce
1. I am working through the Rhino Masterclass from ShinyConf 2024
2. I have got to task 5
3. When I run `rhino::test_e2e()` I get the error message shown below.
4. I get the…
-
I have a project with already a renv.lock file. The devtools and openxlsx2 package are not in it, but are used in the R script `./scripts/main.R`.
I did `renv.install("devtools")`.
I did `renv::…
-
Related to #791
This issue tracks establishing an analysis module (which should use `renv`) which will be used to show the clustering functionality in `rOpenScPCA`. Notably, before establishing th…
-
Trying `reticulate::install_miniconda()` on GHA with the following matrix config fails only for windows on R 3.6.
Is this intentional? I've disabled the config for now.
```yaml
# Workflow derived…
-
Starting basic test with `CrrryProc` during CI/CD on GitLab runner:
```shell
Running /usr/bin/google-chrome --no-first-run --headless \
'--user-data-dir=/gitlab-runner/.local/share/r-crrri/chr…
-
When installing a package from GitHub where the package is in a subdirectory of the main repository, `renv::install()` downloads the entire repository. For some repositories this may be a non-issue, b…
-
Currently `renv2nix()` looks at RemoteType to check if a package was installed from Github or Gitlab, the consequence of this is that the `emo` package does not get included:
```
"emo": {
"…
-
**Description**
The `input` object corresponding to an `excelOutput` is not available after the initial render of the table, and *before making any modifications to the table, or invalidating*. It'…
-
With Rmarkdown, I can set a random seed prior to rendering, and I'll get the same document every time. Consider the following `Rmd` file (which I'm calling `test_seed_rmd.Rmd`):
````
---
title: "…
-
Some issues are relatively straightforward and can often be fixed with a one-liner from usethis (e.g. `'DESCRIPTION' does not have a BugReports field.`). I believe it would be useful to suggest possib…