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

Added the column extraction optimiser #147

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Added the column extraction optimiser #147

wants to merge 4 commits into from

Conversation

saxenism
Copy link
Contributor

@saxenism saxenism commented Mar 2, 2020

Based on the specifications provided here, I've added the opt-column-extractor.R file as part of the hard test along with relevant tests and vignette.

Copy link
Owner

@jcrodriguez1989 jcrodriguez1989 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @hinduBale , you have made a lot of work here, so I have a lot of comments to do xD

  • First of all, always create a branch before doing a Pull Request (PR). Here, you are doing a PR from your forked master branch.
  • If we say that using .subset is better for data.frames, lists, etc, it would be great to prove it, as you did for the data.frame case.
  • I would recommend you check out the styler R package, you are having several non-styled lines of code that would be automatically fixed by this package ;) .

R/opt-column-extractor.R Show resolved Hide resolved
R/opt-column-extractor.R Show resolved Hide resolved
R/opt-column-extractor.R Show resolved Hide resolved
R/opt-column-extractor.R Show resolved Hide resolved
R/opt-column-extractor.R Show resolved Hide resolved
vignettes/opt-column-extractor.Rmd Show resolved Hide resolved
vignettes/opt-column-extractor.Rmd Show resolved Hide resolved
vignettes/opt-column-extractor.Rmd Show resolved Hide resolved
vignettes/opt-column-extractor.Rmd Show resolved Hide resolved
vignettes/opt-column-extractor.Rmd Show resolved Hide resolved
@saxenism
Copy link
Contributor Author

To resolve all the conversations, especially the point where you mentioned that this work should be on a different forked branch and not the master, I've create a new PR [here] (#152) .Please have a look.

Thanks!

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.

2 participants