Skip to content
New issue

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

Update matrix/array handling #18

Open
leeper opened this issue May 5, 2017 · 1 comment
Open

Update matrix/array handling #18

leeper opened this issue May 5, 2017 · 1 comment

Comments

@leeper
Copy link
Owner

leeper commented May 5, 2017

For consistency with: https://github.com/chaselgrove/python-unf and associated discussions.

@leeper
Copy link
Owner Author

leeper commented Jun 13, 2017

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=="

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant