-
Code to replicate the bug:
```
library(ggplot2)
library(plotly)
library(viridis)
# If you want to draw arbitrary rectangles, use geom_tile() or geom_rect()
df
-
I am trying to download MCD64A1 with these commands
```
require(MODIS)
aus
-
Hello. I used velocyto to generate the loom file required to RNA Velocity using seurat wrappers. I am unable to convert the loom object to Seurat as shown in the tutorial. I get the following error. A…
-
Hi there,
I noticed that bash comments are not handled correctly in code chunks.
I'm not sure which project is responsible for the situation (rmarkdown, rstudio, something else?).
I submit it her…
-
I am using `workflowr` inside a [`targets`](https://books.ropensci.org/targets/) (@wlandau) project and I am trying to take advantage of the convenient `tar_render` function from `targets`. As far as …
-
I am testing the bookdown-demo-master to see if Bengali books can be written with bookdown. One issue I see is the caption of Tables and Figures. Non-English characters do not show up in the produced …
-
Hi,
I am trying to convert this geom_sf plot to plotly, but I keep receiving an error:
```
library(ggplot2)
library(sf)
library(geojsonsf)
library(plotly)
dk_map ggplotly(mainland)
Erro…
-
Hi, I encounter an error at the very last step during the design of sgRNA for CRISPR activation.
Everything is going fine until I try to add the CRISPRai scores.
After typing the command line in R…
-
I am trying to create smtp credentials and get the following error:
```
library(blastula)
create_smtp_creds_key(
id = 'gmail',
user = 'XXXXXXX@gmail.com', #my gmail id
provider = 'gmail'…
-
This is a weird one that I hadn't encounter before. If
Normal data.table; modify by reference works with magrittr.
``` r
library(data.table)
library(magrittr)
data %
.[, b := 2]
da…