mjskay / ARTool

R Package for Aligned Rank Transform for Nonparametric Factorial ANOVAs
56 stars 9 forks source link

Re:issue #27 #28

Closed Constannnnnt closed 3 years ago

Constannnnnt commented 3 years ago

This is a pull request re #27.

README.md & README.Rmd: a note is added before step 1 to ensure data is in data.frame before transofmration.

vignettes/art-contrasts.Rmd: the tibble df is explicitly converted into data.frame.

mjskay commented 3 years ago

Thanks for the PR --- Based on your comments I was able to track down the problem internally and fix (see https://github.com/mjskay/ARTool/commit/de21a2e0ab40632f9e3c2bd7a6c29151bb8c52ad), that way users don't have to manually convert to a data frame.