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

15 na subscripted #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

15 na subscripted #17

wants to merge 2 commits into from

Conversation

strazto
Copy link

@strazto strazto commented Jan 10, 2020

Resolves #15

Intended to solve kota7#15

The NAs introduced by this also started tracking into the logical vectors used to subscript assignments / filter empty elements.

Replacing them with "" mitigates this
@kota7
Copy link
Owner

kota7 commented Jan 10, 2020

@mstr3336 Thanks for the PR. I understand this makes the code safe against some edge cases. To better understand what is going on, could you kindly share an example RTF file that the current version fails but this PR works fine? I would like to add that to the unit test.

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

Successfully merging this pull request may close these issues.

NAs are not allowed in subscripted assignments
2 participants