TiagoOlivoto / metan

Package for multi-environment trial analysis
https://tiagoolivoto.github.io/metan/
GNU General Public License v3.0
35 stars 17 forks source link

Update wsmp.R #7

Closed bartosz-kozak closed 4 years ago

bartosz-kozak commented 4 years ago

Hello, I had a problem with using wsmp function. Got error massage: ERROR: Can't subset columns that don't exist. x Column 'mean' doesn't exist.

I found that the problem is with naming column in df augment of object of class wass (around line 247). This df don't have column named mean. The change I made solve the problem.

TiagoOlivoto commented 4 years ago

You have done a great job! Thank you so much!

bartosz-kozak commented 4 years ago

your welcome :)