Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

R Markdown Résumés and CVs

NotificationsYou must be signed in to change notification settings

mitchelloharawild/vitae

Repository files navigation

/ˈviːteɪ/

CRAN statusR check statusLifecycle: maturingDownloads

Templates and tools for making a Résumé/CV

Thevitae package makes creating and maintaining a Résumé or CV with RMarkdown simple. It provides a collection of LaTeX and HTML templates,with helpful functions to add content to the documents.

Installation

You can install therelease version from CRAN.

install.packages('vitae')

You can install thedevelopment version fromGitHub.

# install.packages("remotes")remotes::install_github("mitchelloharawild/vitae")

This package requires LaTeX to be installed on your computer. If you’reencountering issues, please check that LaTeX is installed. Thetinytexpackage makes it easy to setupLaTeX within R:

install.packages('tinytex')tinytex::install_tinytex()

Getting started

Thevitae package currently supports 6 popular CV templates. You cansee some previews of the available templatesbelow.

If you prefer a guided introduction in video form, check outBryanJenksfreeCodeCamptechtalk:

Creating a new CV withvitae can be done using the RStudio R Markdowntemplate selector:

These templates leverage the strength of rmarkdown to include commoninformation in the YAML header (name, position, social links…) andextended information in the main body. The main body of the CV iswritten using markdown, and allows for data-driven generation of entriesusing the*_entriesfunctions.This allows you to import your working history from other sources (suchas ORCID, Google Scholar, or a maintained dataset), and include themprogrammatically into your CV.

Templates

There are currently 6 templates available in this package:

vitae::awesomecvvitae::hyndman
awesomecvhyndman
vitae::latexcvvitae::markdowncv
latexcvmarkdowncv
vitae::moderncvvitae::twentyseconds
moderncvtwentyseconds

Extending the package to add new templates is a somewhat simple process(details in thecreating vitaetemplatesvignette).

Examples of using vitae

Add your vitae to the list using a PR.


Please note that the ‘vitae’ project is released with aContributorCode ofConduct.By contributing to this project, you agree to abide by its terms.

The vitae project began as atrOpenSci’sOzUnconf 2018. A big thank you torOpenSci and the event organisers for their work, which has played a bigrole in the formation of this package.

About

R Markdown Résumés and CVs

Topics

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors29


[8]ページ先頭

©2009-2025 Movatter.jp