Skip to content

ReadWriter functions only work after require(ReadWriter) #10

@vertesy

Description

@vertesy

Description

  • require(ReadWriter) loads the dependee Stringendo.
  • This may be a structural problem across repos. Investigated in vertesy/pipatorium#5

Expected and Buggy Behavior

# Does not work
> ReadWriter::write.simple(xxx)
'Error in kollapse(...) : could not find function "kollapse"'

# Works (it reproduces #8 )
require(ReadWriter)
write.simple(xxx)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions