mitchelloharawild / vitae

R Markdown Résumés and CVs
https://pkg.mitchelloharawild.com/vitae/
1.22k stars 237 forks source link

template Curriculum Vitae generate error in line 27 for mutate_impl(.data, dots) #104

Closed vlamenco closed 4 years ago

vlamenco commented 4 years ago

here it is: Quitting from lines 27-38 (CV.Rmd) Error in mutate_impl(.data, dots) : Evaluation error: <U+00FB>"glue_collapse"<U+00B8><U+00BA><U+00AF>. Calls: ... mutate.vitae_preserve -> NextMethod -> mutate.tbl_df -> mutate_impl


Brief description of the problem

Education

tribble(
  ~ degree, ~ uni, ~ loc, ~ dates, ~ details,
  "BCom (Hons) in Econometrics", "Monash University", "Clayton, Australia", "Mar. 2017 - Nov. 2017", "Recipient of the Econometrics Honours Memorial Scholarship, Dean's Honour, Dean's Commendation, and best in class for 5 units.",
  "BCom (Hons) in Econometrics", "Monash University", "Clayton, Australia", "Mar. 2017 - Nov. 2017", "Honours research project was to develop a state space model for quickly forecasting time series with multiple seasonalities.",
  "BCom (Hons) in Econometrics", "Monash University", "Clayton, Australia", "Mar. 2017 - Nov. 2017", "Studied units include Bayesian and frequentist econometrics, advanced statistical modelling and computational science.",
  "BCom in Econometrics, BSc in Mathematical statistics and Computational Science", "Monash University", "Clayton, Australia", "Mar. 2013 - Nov. 2016", "Recipient of the Monash Community Leaders Scholarship, International Institute of Forecasters Award, and best in class for 4 units.",
  "BCom in Econometrics, BSc in Mathematical statistics and Computational Science", "Monash University", "Clayton, Australia", "Mar. 2013 - Nov. 2016", "Mentor for the Access Monash Ambassador Program (2015 and 2016)",
  "BCom in Econometrics, BSc in Mathematical statistics and Computational Science", "Monash University", "Clayton, Australia", "Mar. 2013 - Nov. 2016", "Participant of the Vice-Chancellor's Ancora Imparo Student Leadership Program (2014)",
  "BCom in Econometrics, BSc in Mathematical statistics and Computational Science", "Monash University", "Clayton, Australia", "Mar. 2013 - Nov. 2016", "Studied a broad collection of units covering many aspects of data science. The three disciplines I majored in explored different perspectives for working with data."
) %>% 
  detailed_entries(degree, dates, uni, loc, details)

thanks for solving it~

vlamenco commented 4 years ago

it seems work, as I UPdate the packages

mitchelloharawild commented 4 years ago

Great, up to date versions of vitae and dplyr are required to knit my own CV.