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

Issues with the cv_printing_functions #97

Open
vvader24 opened this issue Jan 13, 2023 · 2 comments
Open

Issues with the cv_printing_functions #97

vvader24 opened this issue Jan 13, 2023 · 2 comments

Comments

@vvader24
Copy link

I have been able to render my CV in the past with the same exact code but I recently added some references and there seems to be an issue with the cv_printing_functions.

I get the following error.

CV %<>% print_section('teaching_positions')
Error in purrr::set_names() at cv_printing_functions.r:120:6:
! The size of nm (2) must be compatible
with the size of x (1).

Does anyone know how to solve this?

@geographiliac
Copy link

I have a similar problem. I think it has to do with NA or blank values, but I came here looking for a solution..

@fthielen
Copy link

I had the same problem and in my case this was because I had parentheses in my link description for the academic article like:

[Article name (part 1/2)](link_to_article)

I tried several ways to escape the parentheses, but only HTML encoding worked for me as per: https://stackoverflow.com/a/61961524/6325531

So for the text above this is:

[Article name &#40;part 1/2&#41;](link_to_article)

See here for a handy list of HTML codes: https://www.thoughtco.com/html-code-for-common-symbols-and-signs-2654021

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

3 participants