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

Failure on markdown table #910

Closed
Bisaloo opened this issue Nov 21, 2018 · 0 comments
Closed

Failure on markdown table #910

Bisaloo opened this issue Nov 21, 2018 · 0 comments

Comments

@Bisaloo
Copy link
Contributor

Bisaloo commented Nov 21, 2018

Reprex-ish:

---
title: "Test: Table"
output: html_document
---

| col 1 | col 2 | col 3 | col 4 |
|:---------------|:-----------|:--------|:----------|
| Brightness     | Total brightness, total reflectance, spectral intensity | test | test |

fails with

Error in x[["class"]] : subscript out of bounds

But if I try to change a single thing from this example, it works... I'm not sure what's happening.

It works fine when used with rmarkdown::render()

@Bisaloo Bisaloo changed the title Failure on table Failure on markdown table Nov 21, 2018
jayhesselberth added a commit that referenced this issue Nov 21, 2018
jayhesselberth added a commit that referenced this issue Nov 21, 2018
pat-s added a commit to mlr-org/mlr that referenced this issue Nov 22, 2018
vrodriguezf pushed a commit to vrodriguezf/mlr that referenced this issue Jan 16, 2021
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

1 participant