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

pander.tabular again #158

Closed
wants to merge 7 commits into from
Closed

Conversation

YoruNoHikage
Copy link

I started to work on this last week and I saw yesterday there was already an open pull request. So here's my implementation.

You can try these examples :

tabular(as.factor(am) ~ (mpg+hp+qsec) * (mean+median), data = mtcars)
tabular(as.factor(am) * (mean+median) ~ (mpg+hp+qsec), data = mtcars)
tabular( (Species + 1) ~ (n=1) + Format(digits=2) * (Sepal.Length + Sepal.Width)*(mean + sd), data=iris )

I will try to write some tests.

@daroczig
Copy link
Member

Thank you very much for this pull request, but this is failing on Travis. Hints:

  • check the Travis config file
  • what are you referring to with pander.table?

Also, please think about adding test cases, and do not forget to register on Google Melange, as part of the official GSoC application.

@YoruNoHikage
Copy link
Author

Thanks for the review, I think I meant pandoc.table'^^
I will add tests cases and register on Google Melange. :)

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.18%) to 54.02% when pulling 5088347 on YoruNoHikage:master into 54a7adf on Rapporter:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.18%) to 54.02% when pulling cd3cb2a on YoruNoHikage:master into 54a7adf on Rapporter:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.18%) to 54.41% when pulling 6fbc7a5 on YoruNoHikage:master into f69fe62 on Rapporter:master.

@daroczig
Copy link
Member

daroczig commented May 8, 2015

Thank you very much for this submission, but #161 was accepted for GSoC 2015 after all.

@daroczig daroczig closed this May 8, 2015
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.

None yet

3 participants