R语言下载mutate包无法成功package ‘mutate’ is not available for this version of R

正态性检验,运行summary(p1 <- powerTransform(D))
  D<-D+1
 hist(bcPower(D, p1$roundlam))
 p=bcPower(D, p1$roundlam)
 library(dplyr)
c<-mutate(c,CDRSB_bl_BI_T=p)
下载mutate包,不能成功下载。

Installing package into ‘C:/Users/1997/Documents/R/win-library/4.1’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘mutate’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

在网上找教程仍然报错

if (!requireNamespace("BiocManager", quietly = TRUE))

  • install.packages("BiocManager")

    BiocManager::install("mutate")
    'getOption("repos")' replaces Bioconductor standard repositories, see '?repositories' for details

replacement repositories:
CRAN: https://mirrors.tuna.tsinghua.edu.cn/CRAN/

Bioconductor version 3.14 (BiocManager 1.30.17), R 4.1.3 (2022-03-10)
Installing package(s) 'mutate'
Installation paths not writeable, unable to update packages
path: C:/Program Files/R/R-4.1.3/library
packages:
cluster, MASS, Matrix, mgcv, nlme, survival
Warning message:
package ‘mutate’ is not available for Bioconductor version '3.14'

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

我的解答思路和尝试过的方法
我想要达到的结果