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
After fixing #120, I suggest we change to the use of data.table throughout the package, only to convert to matrix when calling cpp-functions. The combination of data.frame, data.table and matrix of various dimensions complicates maintenance. See also #123
The text was updated successfully, but these errors were encountered:
Almost all functions currently use matrix, so we will keep it like that for a while. Should convert everything to data.table (and convert to matrix only when required to call cpp-functions) sometime in the future.
After fixing #120, I suggest we change to the use of data.table throughout the package, only to convert to matrix when calling cpp-functions. The combination of data.frame, data.table and matrix of various dimensions complicates maintenance. See also #123
The text was updated successfully, but these errors were encountered: