You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a few places len was used instead of length.out in calls to rep(), leading to warnings. Similarly, rep was used instead of replace in sample() (issue #28).
tabular assumed it was on the search list, and didn't work when called as tables::tabular (issue #30).