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

IGNORED LINE column type not imported successfully #22

Closed
kestrel99 opened this issue Nov 28, 2024 · 2 comments · Fixed by #23
Closed

IGNORED LINE column type not imported successfully #22

kestrel99 opened this issue Nov 28, 2024 · 2 comments · Fixed by #23

Comments

@kestrel99
Copy link

MLXTRAN files with a data item flagged with {use=ignoredline} throw a syntax error on import.

[CONTENT] syntax error:
================================================================================
:001: SUBJID = {use=identifier}
:002: TAD = {use=time}
:003: AMT = {use=amount}
:004: EVID = {use=eventidentifier}
:005: DV = {use=observation, name=y1, yname='1', type=continuous}
:006: DVID = {use=observationtype}
:007: BLQ = {use=censored}
:008: DOSE = {use=covariate, type=continuous}
:009: WT = {use=covariate, type=continuous}

[CONTENT] syntax error:
:010: FLAG = {use=ignoredline}
                  ^
@mattfidler
Copy link
Member

This isn't exactly a reproducible example, but I think #23 fixes this.

@mattfidler
Copy link
Member

Should be on CRAN with 0.0.4

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 a pull request may close this issue.

2 participants