Cannot execute 'cc1' under conda env

I use module to load conda (btw it’s on endeavor cluster) and create an environment with R 4.3.0. However, when I tried to install flowStats package by the code ‘BiocManager::install’, I encountered an issue that says no ‘cc1’, ‘cc1plus’, or ‘f951’.

When using a Conda environment, you typically want to install R packages via Conda. In this case, try the following:

mamba install -c conda-forge -c bioconda bioconductor-flowstats

https://anaconda.org/bioconda/bioconductor-flowstats