Skip to content

Bug: readJJM() fails early when outputs are missing #19

@jimianelli

Description

@jimianelli

In R/jjmr-internal.R, .getOutFile() uses normalizePath() with mustWork=TRUE by default. If outputs are missing, readJJM() fails before a clear error can be issued.

Proposed fix:

  • normalizePath(..., mustWork = FALSE)
  • Add explicit file.exists() checks in readJJM() for .yld/.par with targeted messages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions