Skip to content

run specificity in R-windows #6

@jamorillo

Description

@jamorillo

Hello! I have been testing out the package and it is fantastic, but I've run into a problem when I try to use the host phylogeny. It appears that it's not compatible with the R installation on Windows, even setting n_cores=1. Is there a simple solution for this? Thank you!

Here's the error message I've been getting:

specs_list$"Host Phylogeny" <- phy_or_env_spec_windows(otutable,
hosts=metadata$Species_otl_ID_test,
hosts_phylo=tree,
n_sim=500,
n_cores=1,
seed = 1975)
Checking inputs...
...Converting tree to dist...
Error in parallel::mclapply(X = phy$edge[, 2], FUN = .get_node_tip_range, :
'mc.cores' > 1 is not supported on Windows
In addition: Warning message:
In make_nested_set(tree) : Windows is incompatible with n_cores > 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions