Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIssues with tibbles and `backCalc()` #34
Comments
|
See this ...
|
|
Use this is a test (seems to work properly for versions >0.2.0
|
|
Is fixed in versions >0.2.0 |
backCalc()fails when the data is atibblebecause the following lines return a one-column data.frame ontibbles but a vector on regulardata.frames. This can be corrected by converting thetibbleto adata.framewithas.data.frame()but I need to find a more robust answer. Another possible solution, but I need to research this more, is to adddrop=TRUEto the following lines in backCalc().