LFOD / real-blog

13 stars 0 forks source link

2019/09/04/building_a_data_driven_cv_with_r/ #86

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Live Free or Dichotomize - Building a data-driven CV with R

https://livefreeordichotomize.com/2019/09/04/building_a_data_driven_cv_with_r/

DrJohan commented 3 years ago

Dear Nik, I've been trying to use this package to build my cv from Googlesheet. However, I keep getting this error whenever I try to render it (Quitting from lines 141-142 (cv.rmd) Error: Must assign to rows with a valid subscript vector. x Subscript i can't contain 0 values. i It has a 0 value at location 1.). Do you have any solution for this. Thanks.

mlnsvs commented 3 years ago

HI @DrJohan I had the same error. Unfortunately, I am no expert in R and I tried a couple of things. In the end, I think it relates to the Google Sheet: I had some blank fields and maybe this causes the error but I am not sure. Maybe it helps.

DrJohan commented 3 years ago

Hi @mlnsvs. Thank you. Finally I'm able to solve this issue. Just one more thing. How do I change the Skills bar into another color?

WoutervdValk commented 3 years ago

Hi @DrJohan, could you perhaps tell me how you fixed your initial error with the subscript?

Thanks in advance!