Prepare release
Make syntactically valid names out of character vectors.
This is an R package.
if (!requireNamespace("BiocManager", quietly = TRUE)) { install.packages("BiocManager") } install.packages( pkgs = "syntactic", repos = c( "https://r.acidgenomics.com", BiocManager::repositories() ) )
Configure Conda to use the Bioconda channels.
# Don't install recipe into base environment. name='r-syntactic' conda create --name="$name" "$name" conda activate "$name" R
用于R语言包名称解析和依赖关系管理的工具
syntactic
Make syntactically valid names out of character vectors.
Installation
This is an R package.
Conda method
Configure Conda to use the Bioconda channels.