Please help! This is the error I am getting and I am not sure how to work around this
Bioconductor version 3.12 (BiocManager 1.30.10), R 4.0.3 (2020-10-10)
Installing package(s) 'pull'
Warning message:
package 'pull' is not available for this version of R
Acquire the S phase genes
s_genes <- cell_cycle_markers %>%
- dplyr::filter(phase == "S") %>%
- pull("gene_name")
Error in pull(., "gene_name") : could not find function "pull"