Can't update ClusterProfiler to 4.12.6
1
0
Entering edit mode
19 days ago

It seems that the new version of ClusterProfiler is 4.12.6 according to the GitHub page.

I ran this script :

if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("clusterProfiler")

But I'm still with the 4.6.2 version.

Any ideas?

Thanks

R ClusterProfiler • 259 views
ADD COMMENT
0
Entering edit mode

Version number appears to be different in different locations. v.4.14.3 seems to be the latest but this page shows different release version: https://guangchuangyu.github.io/software/clusterProfiler/

ADD REPLY
1
Entering edit mode
19 days ago
ATpoint 86k

The most up-to-date and official version of the package is 4.14.3, see https://bioconductor.org/packages/release/bioc/html/clusterProfiler.html.

The latest version on GitHub is 4.15.1.001, see https://github.com/YuLab-SMU/clusterProfiler/blob/devel/DESCRIPTION

However, Bioconductor versions are tied to the underlying version of Bioconductor itself, so if for example you're still using Bioc 3.16 you would not be able to upgrade, given that you want to use BiocManager. If you want to pull directly from GitHub then use BiocManager::install(YuLab-SMU/clusterProfiler).

ADD COMMENT

Login before adding your answer.

Traffic: 1765 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6