IndrajeetPatil / pairwiseComparisons

Pairwise comparison tests for one-way designs 🔬📝

Home Page:https://indrajeetpatil.github.io/pairwiseComparisons/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package stuck solving

aw236 opened this issue · comments

Having many issues trying to install. Tried with a fresh conda environment and it's been stuck on "solving" overnight.

image

Do you have a list of packages to install, in a specific order, to get this following code to work?

# for reproducibility
set.seed(123)
library(ggstatsplot)

# plot
ggbetweenstats(
  data = iris,
  x = Species,
  y = Sepal.Length,
  title = "Distribution of sepal length across Iris species"
)

Hmm, unfortunately, I have no experience using the conda environment so not sure how this can be resolved. 😢

I will install it and see if I can be of any help.

Do you have a list of packages to install, in a specific order, to get this following code to work?

Ideally, just doing install.packages("ggstatsplot") should download all needed dependencies.

What do you see if you do the following?

conda install -c conda-forge r-ggstatsplot

I can reproduce this behavior in Anaconda, but still not sure why this is happening or how to resolve it.

image

Actually, I can't reproduce this. It took some time, but it did work:

image

Maybe it was a temporary issue when it got stuck for you.