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

Incorrect rmd chunk name #296

Closed
renkun-ken opened this issue Jul 2, 2020 · 0 comments · Fixed by #297
Closed

Incorrect rmd chunk name #296

renkun-ken opened this issue Jul 2, 2020 · 0 comments · Fixed by #297
Labels

Comments

@renkun-ken
Copy link
Member

The following Rmd chunk got the wrong name:

```{r eval=FALSE}
x <- rnorm(100)
y <- rnorm(100)
m <- lm(y ~ x)

fun1 <- function(x, y) {
  x + y
}
```

get_rmd_document_sections() returns eval=FALSE as its name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant