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

condformat2Latex throws error #9

Closed
dietrichson opened this issue May 22, 2017 · 1 comment
Closed

condformat2Latex throws error #9

dietrichson opened this issue May 22, 2017 · 1 comment

Comments

@dietrichson
Copy link

dietrichson commented May 22, 2017

myTable <- condformat(iris[c(1:5, 70:75, 120:125), ]) +
rule_fill_discrete(Species, colours = c("setosa" = "red",
"versicolor" = "blue",
"virginica" = "green")) +
rule_fill_discrete(Sepal.Length, expression=Sepal.Length > 4.6,
colours=c("TRUE"="red"))

condformat2latex(myTable)

@zeehio zeehio closed this as completed in 88dafa6 May 22, 2017
@zeehio
Copy link
Owner

zeehio commented May 22, 2017

Thanks for reporting this. It was a small fix. I added a test case to prevent future regressions like this.

It will be fixed on the next CRAN upload, for now you can use:

devtools::install_github("zeehio/condformat")

to install the latest development version.

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

2 participants