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

bandit_sim.R renderTable align argument fix #7

Merged
merged 1 commit into from
Sep 16, 2016
Merged

bandit_sim.R renderTable align argument fix #7

merged 1 commit into from
Sep 16, 2016

Conversation

pafnucy
Copy link
Contributor

@pafnucy pafnucy commented Sep 16, 2016

fixes table rendering error

error message:
Warning: Error in origRenderFunc: align must contain only the characters l, c, r and/or ? andhave length either equal to 1 or to the total number of columns
Stack trace (innermost first):
79: origRenderFunc
78: output$tab
3:
2: do.call
1: rmarkdown::run

related to https://www.coursera.org/learn/bayesian/discussions/weeks/1/threads/mTrbMHd8EeaX3g4cIbI3IQ

fixed error's message:
Warning: Error in origRenderFunc: `align` must contain only the characters `l`, `c`, `r` and/or `?` andhave length either equal to 1 or to the total number of columns
Stack trace (innermost first):
    79: origRenderFunc
    78: output$tab
     3: <Anonymous>
     2: do.call
     1: rmarkdown::run

related to https://www.coursera.org/learn/bayesian/discussions/weeks/1/threads/mTrbMHd8EeaX3g4cIbI3IQ
@rundel
Copy link
Contributor

rundel commented Sep 16, 2016

Thanks for the fix

@rundel rundel merged commit e34a6c5 into StatsWithR:master Sep 16, 2016
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