We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For consistency with: https://github.com/chaselgrove/python-unf and associated discussions.
The text was updated successfully, but these errors were encountered:
work on array/matrix handling (#18)
8847a31
Some test cases:
> UNF::unf6(1:8)$formatted [1] "UNF6:EOs7/j65kxOaQ+7pcXc3Ow==" > UNF::unf6(array(1:8, dim = c(4,2)))$formatted [1] "UNF6:EOs7/j65kxOaQ+7pcXc3Ow==" > UNF::unf6(array(1:8, dim = c(2,4)))$formatted [1] "UNF6:EOs7/j65kxOaQ+7pcXc3Ow==" > UNF::unf6(array(1:8, dim = c(2,2,2)))$formatted [1] "UNF6:EOs7/j65kxOaQ+7pcXc3Ow=="
Sorry, something went wrong.
No branches or pull requests
For consistency with: https://github.com/chaselgrove/python-unf and associated discussions.
The text was updated successfully, but these errors were encountered: