Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In serialize(data, node$con) : 'package:stats' may not be available when loading #2

Closed
FarzanehRah opened this issue Mar 17, 2023 · 1 comment

Comments

@FarzanehRah
Copy link

FarzanehRah commented Mar 17, 2023

Hi,
I am currently trying to use BEER for analyzing phip-seq data. However, when running the example code, I encountered an error message stating that the stats package may not be available when loading, but it's loaded. The code producing the error is as follows:

Could you please provide any insights on what could be causing this message:
Thank you in advance.

> edgeR_out <- runEdgeR(sim_data, 
+                       assay.names = c(logfc = "edgeR_logfc",
+                                       prob = "edgeR_logpval"))
Warning messages:
1: In serialize(data, node$con) :
  'package:stats' may not be available when loading
2: In serialize(data, node$con) :
  'package:stats' may not be available when loading
3: In serialize(data, node$con) :
  'package:stats' may not be available when loading
4: In serialize(data, node$con) :
  'package:stats' may not be available when loading
5: In serialize(data, node$con) :
  'package:stats' may not be available when loading
6: In serialize(data, node$con) :
  'package:stats' may not be available when loading

@athchen
Copy link
Owner

athchen commented Mar 19, 2023

I don't think this is a package specific problem. I suspect that it has to do either with BiocParallel or possibly with R/RStudio (see this BiocParallel GitHub issue, and this Posit post).

To help debug your problem, I would make sure that you are running the most recent version of R (and even RStudio).

@athchen athchen closed this as completed Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants