Code
data_articles_index_(1)
Condition
Error in `data_articles_index_()`:
! In _pkgdown.yml, articles must be a list, not the number 1.
Code
data_articles_index_(list(1))
Condition
Error in `data_articles_index_()`:
! In _pkgdown.yml, articles[1] must be a list, not the number 1.
Code
data_articles_index_(list(list()))
Condition
Error in `data_articles_index_()`:
! In _pkgdown.yml, articles[1] must have components "title" and "contents".
2 missing components: "title" and "contents".
Code
data_articles_index_(list(list(title = 1, contents = 1)))
Condition
Error in `data_articles_index_()`:
! In _pkgdown.yml, articles[1].title must be a string, not the number 1.
Code
data_articles_index_(list(list(title = "a\n\nb", contents = 1)))
Condition
Error in `data_articles_index_()`:
! In _pkgdown.yml, articles[1].title must be inline markdown.
Code
data_articles_index_(list(list(title = "a", contents = 1)))
Condition
Error in `data_articles_index_()`:
! In _pkgdown.yml, articles[1].contents[1] must be a string.
i You might need to add '' around special YAML values like 'N' or 'off'
Code
data_articles_(1)
Condition
Error in `data_articles_()`:
! In _pkgdown.yml, external-articles must be a list, not the number 1.
Code
data_articles_(list(1))
Condition
Error in `data_articles_()`:
! In _pkgdown.yml, external-articles[1] must be a list, not the number 1.
Code
data_articles_(list(list(name = "x")))
Condition
Error in `data_articles_()`:
! In _pkgdown.yml, external-articles[1] must have components "name", "title", "href", and "description".
3 missing components: "title", "href", and "description".
Code
data_articles_(list(list(name = 1, title = "x", href = "x", description = "x")))
Condition
Error in `data_articles_()`:
! In _pkgdown.yml, external-articles[1].name must be a string, not the number 1.
Code
data_articles_(list(list(name = "x", title = 1, href = "x", description = "x")))
Condition
Error in `data_articles_()`:
! In _pkgdown.yml, external-articles[1].title must be a string, not the number 1.
Code
data_articles_(list(list(name = "x", title = "x", href = 1, description = "x")))
Condition
Error in `data_articles_()`:
! In _pkgdown.yml, external-articles[1].href must be a string, not the number 1.
Code
data_articles_(list(list(name = "x", title = "x", href = "x", description = 1)))
Condition
Error in `data_articles_()`:
! In _pkgdown.yml, external-articles[1].description must be a string, not the number 1.
Code
build_redirects(pkg)
Message
-- Building redirects ----------------------------------------------------------
Adding redirect from articles/articles/nested.html to articles/nested.html.
Code
. <- data_articles_index(pkg)
Condition
Error:
! In _pkgdown.yml, 1 vignette missing from index: "c".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.