r-cheologist

Results 6 issues of r-cheologist

Consider the following: 1. `Pacman` isn't present: > "pacman" %in% installed.packages() [1] FALSE 2. Neither is `dplyr`: > "dplyr" %in% installed.packages() [1] FALSE 3. Install `pacman`: > install.packages("pacman") ... *...

Currently, `pacman::p_update` is defined like so: function (update = TRUE, ask = FALSE, ...) { p_set_cranrepo() out

When installing from various github repos (public and otherwise) in one environment, the automatic fallback of `auth_token` to the environmental variable becomes problematic. I have the following sequence: 1) `remotes::install_github`...

feature
gitlab

I have just switched my base OS from Fedora 36 to 37 and encountered the following: 1. When executing podman run \ -d \ -p 127.0.0.1:8787:8787 \ -v /tmp:/tmp \...

**Describe the bug** With the current `bioconductor_docker:devel` image a call to `ggplot2` out of the box crashes `R`/`RStudio` with an error like this: 29 Apr 2021 12:10:12 [rsession-rstudio] ERROR session...

This is aan adapted re-posting at the source of `DT` of [this question](https://stackoverflow.com/q/78922529). I remain stuck. I am aiming to extend [this example](https://stackoverflow.com/a/58820153), which implements a `shiny`-rendered `DT` including the...