-
Notifications
You must be signed in to change notification settings - Fork 3
Description
very weird error huh
$ make final_project_report.html
Rscript code/build_table1.R && Rscript code/run_analysis.R && Rscript code/build_cumhazplot.R
here() starts at C:/Users/fan90/OneDrive/桌面/Emory/2024 spring/toolkit/project_ver2/DATA550_FinalProject_s/data550_finalproject_h
── Attaching core tidyverse packages ────────────────────────────────────────────── tidyverse 2.0.0 ──✔ dplyr 1.1.4 ✔ readr 2.1.5
✔ forcats 1.0.0 ✔ stringr 1.5.1
✔ ggplot2 3.4.4 ✔ tibble 3.2.1
✔ lubridate 1.9.3 ✔ tidyr 1.3.1
✔ purrr 1.0.2
── Conflicts ──────────────────────────────────────────────────────────────── tidyverse_conflicts() ──✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
ℹ Use the conflicted package (http://conflicted.r-lib.org/) to force all conflicts to become errors
Warning message:
package 'tidyverse' was built under R version 4.3.3
Warning message:
Using an external vector in selections was deprecated in tidyselect 1.1.0.
ℹ Please use all_of() or any_of() instead.
Was:
data %>% select(order_names)
Now:
data %>% select(all_of(order_names))
See https://tidyselect.r-lib.org/reference/faq-external-vector.html.
make: *** [makefile:6: .reportbuild] Error 139