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

Classes: dup and dups #60

Closed
4 of 5 tasks
russHyde opened this issue Jan 25, 2020 · 1 comment
Closed
4 of 5 tasks

Classes: dup and dups #60

russHyde opened this issue Jan 25, 2020 · 1 comment

Comments

@russHyde
Copy link
Owner

russHyde commented Jan 25, 2020

PLAN: conversion of dupree output into Dups object

  • - rewrite all tests that use output from dupree*() functions to test on as.data.frame(dupree_*()) rather than on the actual return values.
  • add Dups class (just wrap the data.frame)
  • add as.data.frame.Dups()
  • rewrite dupree() to return a Dups object

Conversion of Dups[data.frame] into Dups[list(Dup)]:

  • TODO
@russHyde russHyde mentioned this issue Jan 25, 2020
11 tasks
@russHyde
Copy link
Owner Author

Want a lightweight class Dup for storing block-to-block duplication information.

Want a container class Dups for storing [block-to-block pairs, individual block data, (?) cluster data]

dupree[_dir|_package] should return a Dups object

  • this should have an as.data.frame.Dups and a print.Dups method
  • (try to ensure the printed data-frames look the same in the README after introducing the classes)

@russHyde russHyde changed the title Classes: Dup and Dups Classes: dup and dups Jan 29, 2020
@russHyde russHyde mentioned this issue Jan 30, 2020
9 tasks
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

No branches or pull requests

1 participant