Skip to content

Combine function calls by "_" when parsing R folder#44

Open
jarodmeng wants to merge 1 commit intoMangoTheCat:masterfrom
jarodmeng:patch
Open

Combine function calls by "_" when parsing R folder#44
jarodmeng wants to merge 1 commit intoMangoTheCat:masterfrom
jarodmeng:patch

Conversation

@jarodmeng
Copy link
Copy Markdown

No description provided.

Comment thread R/parseRscript.R Outdated
rownames(res$`_`) <- NULL
}

return(res)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please omit the return.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I've modified the original commit to omit return().

@gaborcsardi
Copy link
Copy Markdown
Contributor

Thanks! Could you make the little change I commented on?

@gaborcsardi
Copy link
Copy Markdown
Contributor

Thanks! Can you please also fix the test case that this breaks? See https://travis-ci.org/MangoTheCat/functionMap/jobs/148976920

@codecov-io
Copy link
Copy Markdown

Current coverage is 76.70% (diff: 100%)

Merging #44 into master will increase coverage by 0.07%

@@             master        #44   diff @@
==========================================
  Files            22         22          
  Lines           894        897     +3   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            685        688     +3   
  Misses          209        209          
  Partials          0          0          

Powered by Codecov. Last update 65a8ecc...31121fa

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.

3 participants