Closed maneesha closed 11 months ago
Once that script is fixed, that line should be added back to the Makefile.
(edit - typo)
Note for posterity (because the logs only survive for 90 days at most), here is the error:
Error in `dplyr::mutate()`:
! Problem while computing `life_cycle_tag = purrr::pmap(...)`.
Caused by error in `.f()`:
! More than one tag detected for: carpentries-incubator/lesson-parallel-python
Backtrace:
▆
1. ├─base::source("R/community_lessons.R")
2. │ ├─base::withVisible(eval(ei, envir))
3. │ └─base::eval(ei, envir)
4. │ └─base::eval(ei, envir)
5. ├─global make_community_lessons_feed("_data/community_lessons.json")
6. │ └─... %>% ...
7. ├─global extract_tag(...)
8. │ └─... %>% ...
9. ├─dplyr::mutate(...)
10. ├─dplyr::mutate(...)
11. ├─global extract_tag(...)
12. │ └─... %>% ...
13. ├─dplyr::mutate(...)
14. ├─dplyr::mutate(...)
15. ├─dplyr:::mutate.data.frame(...)
16. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), caller_env = caller_env())
17. │ ├─base::withCallingHandlers(...)
18. │ └─mask$eval_all_mutate(quo)
19. ├─purrr::pmap(...)
20. │ └─.f(...)
21. │ └─base::stop("More than one tag detected for: ", full_name)
22. └─base::.handleSimpleError(...)
23. └─dplyr (local) h(simpleError(msg, call))
24. └─rlang::abort(...)
There were 50 or more warnings (use warnings() to see the first 50)
Execution halted
@zkamvar I believe we can close this - can you confirm?
Yes, this can be closed.
The incubator feed is failing and this failure holds back the whole data feeds build. I've temporarily removed that make command. According to @tobyhodges in Slack (private link):
This is script that builds the incubator feed. I think we should be able to edit this to choose just one tag but my R skills are not so good so I will leave it to someone who is better at this.