I have made an attempt to download the SingleR package through github, biocmanager and even using zip files. However, i continue to run into this same error when i load the package using the library function in R:
library(SingleR)
Warning: package ‘SingleR’ was built under R version 4.3.2Error: package or namespace load failed for ‘SingleR’:
object ‘initializeCpp’ is not exported by 'namespace:beachmat'
I have made an attempt to download the SingleR package through github, biocmanager and even using zip files. However, i continue to run into this same error when i load the package using the library function in R:
library(SingleR) Warning: package ‘SingleR’ was built under R version 4.3.2Error: package or namespace load failed for ‘SingleR’: object ‘initializeCpp’ is not exported by 'namespace:beachmat'
How do i resolve this?