We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cf4c3 commit b435541Copy full SHA for b435541
inst/examples/knitr-themes.lyx
@@ -398,11 +398,6 @@ library(XML)
398
399
\begin_layout Plain Layout
400
401
-library(plyr)
402
-\end_layout
403
-
404
-\begin_layout Plain Layout
405
406
library(reshape)
407
\end_layout
408
@@ -486,7 +481,7 @@ save_data = function(y){
486
481
487
482
488
483
489
-team.list = llply(years, save_data);
484
+team.list = lapply(years, save_data);
490
485
491
492
0 commit comments