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

Feature: Include ability to link to an RStudio Community account #105

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reverted changes to hyndman, latexcv, and moderncv.
EeethB committed Mar 2, 2020
commit 5d4356a39cd7bf75edf07a68cc62ea886cf9d6a6
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: vitae
Title: Curriculum Vitae for R Markdown
Version: 0.2.1.9012
Version: 0.2.1.9016
Authors@R: c(
person("Mitchell", "O'Hara-Wild", role=c("aut", "cre"), email = "mail@mitchelloharawild.com", comment=c(ORCID = "0000-0001-6729-7695")),
person("Rob", "Hyndman", email="Rob.Hyndman@monash.edu", role=c("aut"), comment = c(ORCID = "0000-0002-2140-5352")),
Original file line number Diff line number Diff line change
@@ -245,10 +245,6 @@
\usepackage{booktabs,fontawesome}
%\usepackage[t1,scale=0.86]{sourcecodepro}

% For RStudio Community logo
\usepackage{graphicx}
\newcommand{\communitySquare}{\includegraphics[scale=.013]{community_logo.png}}

\name{$name$$if(surname)$ $surname$$endif$}
\def\imagetop#1{\vtop{\null\hbox{#1}}}
\info{%
@@ -258,7 +254,6 @@
$if(email)$\faicon{envelope} & $email$\\$endif$%
$if(twitter)$\faicon{twitter} & \href{https://twitter.com/$twitter$}{@$twitter$}\\$endif$%
$if(github)$\faicon{github} & \href{https://github.com/$github$}{$github$}\\$endif$%
$if(community)$\communitySquare & \href{https://community.rstudio.com/u/$community$}{$community$}\\$endif$%
$if(linkedin)$\faicon{linkedin} & \href{https://www.linkedin.com/in/$linkedin$}{$linkedin$}\\$endif$%
$if(scholar)$\faicon{google} & \href{https://scholar.google.com/citations?user=$scholar$}{$scholar$}\\$endif$%
$if(orcid)$\faicon{openid} & \href{https://orcid.org/$orcid$}{$orcid$}\\$endif$%