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

Fix r-devel failure #2695

Closed
hadley opened this issue Jul 4, 2024 · 1 comment
Closed

Fix r-devel failure #2695

hadley opened this issue Jul 4, 2024 · 1 comment
Milestone

Comments

@hadley
Copy link
Member

hadley commented Jul 4, 2024

Kurt suggests it might be from a DESCRIPTION without a package field.

@hadley hadley added this to the 2.1.0 milestone Jul 4, 2024
@hadley
Copy link
Member Author

hadley commented Jul 5, 2024

── Error ('test-build-home-authors.R:4:3'): authors page includes inst/AUTHORS ──
Error in `cit_info$`Date/Publication``: $ operator is invalid for atomic vectors
Backtrace:
    ▆
 1. ├─base::suppressMessages(build_citation_authors(pkg)) at test-build-home-authors.R:4:3
 2. │ └─base::withCallingHandlers(...)
 3. └─pkgdown:::build_citation_authors(pkg)
 4.   └─pkgdown:::data_citations(pkg) at pkgdown/R/build-home-authors.R:11:3
 5.     └─pkgdown:::citation_auto(pkg) at pkgdown/R/build-home-authors.R:255:3
 6.       └─cit_info$`Date/Publication` %||% Sys.time() at pkgdown/R/build-home-authors.R:279:3
── Error ('test-build-home.R:29:3'): .github files are copied and linked ───────
Error in `cit_info$`Date/Publication``: $ operator is invalid for atomic vectors
Backtrace:
    ▆
 1. ├─base::suppressMessages(build_home(pkg)) at test-build-home.R:29:3
 2. │ └─base::withCallingHandlers(...)
 3. └─pkgdown::build_home(pkg)
 4.   └─pkgdown:::build_citation_authors(pkg) at pkgdown/R/build-home.R:299:3
 5.     └─pkgdown:::data_citations(pkg) at pkgdown/R/build-home-authors.R:11:3
 6.       └─pkgdown:::citation_auto(pkg) at pkgdown/R/build-home-authors.R:255:3
 7.         └─cit_info$`Date/Publication` %||% Sys.time() at pkgdown/R/build-home-authors.R:279:3

@hadley hadley closed this as completed in 31a6b7d Jul 5, 2024
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