]> git.donarmstrong.com Git - debbugs-presentations.git/commitdiff
change aspect ratio to 16x9
authorDon Armstrong <don@donarmstrong.com>
Fri, 11 Aug 2017 15:25:06 +0000 (08:25 -0700)
committerDon Armstrong <don@donarmstrong.com>
Fri, 11 Aug 2017 15:25:06 +0000 (08:25 -0700)
debbugs.Rnw
debbugs_presentation.Rnw

index 66c0ce853cefe9894f99c96041d6f996cde763fb..774798e2f35ff5578b004683a417286316a2c5a6 100644 (file)
@@ -135,7 +135,7 @@ scientific_10 <- function(x) {
     \item How you can help
     \item Answer questions/discussion
     \end{itemize}
-    \column{0.5\textwidth}
+    \column{0.4\textwidth}
     \includegraphics[width=\textwidth,keepaspectratio]{images/rc_buggy}
   \end{columns}
 \end{frame}
@@ -197,8 +197,7 @@ print(ggplot(bug.growth[date > as.POSIXct(ISOdatetime(2014,1,1,0,0,0)),],
 \begin{frame}[fragile]{Is the bug filing rate decreasing?}
 \tiny
 <<bug_growth_rate_over_time>>=
-summary(lm(log(`bugs per day`)~date,
-           bug.growth[date > "2014-01-01 PST",]))
+summary(lm(log(`bugs per day`)~date,bug.growth[date > "2014-01-01 PST",]))
 @ 
 \normalsize
 Not significantly decreasing.
@@ -486,7 +485,7 @@ GROUP by status;
   \end{itemize}
 \end{frame}
 
-\begin{frame}[fragile]{Using \texttt{local-debbugs} to run these tasks}
+\begin{frame}[fragile]{Using \texttt{local-debbugs} to work on these tasks}
 \footnotesize
 \begin{minted}{sh}
 git clone \
index 9af7d33d67eb3c68ae5e81f11deea171458d82ad..a93331599365106d26a38ce36c01c044b35c27c3 100644 (file)
@@ -1,4 +1,4 @@
-\documentclass[ignorenonframetext]{beamer}
+\documentclass[ignorenonframetext,aspectratio=169]{beamer}
 
 
 <<debbugs, child="debbugs.Rnw">>=