Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fmichonneau committed May 23, 2018
1 parent 0f6a87a commit 054b089
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 77 deletions.
4 changes: 2 additions & 2 deletions _episodes/01-rstudio-intro.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Please do not edit this file directly; it is auto generated.
# Instead, please edit 01-rstudio-intro.md in _episodes_rmd/
title: "Introducción a R y RStudio 🇦🇷"
title: "Introducción a R y RStudio"
teaching: 45
exercises: 10
questions:
Expand Down Expand Up @@ -726,7 +726,7 @@ function (name, pos = -1L, envir = as.environment(pos), all.names = FALSE,
}
else all.names
}
<bytecode: 0x5565f1a86928>
<bytecode: 0x562ada432928>
<environment: namespace:base>
~~~
{: .output}
Expand Down
2 changes: 1 addition & 1 deletion _episodes/03-seeking-help.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Please do not edit this file directly; it is auto generated.
# Instead, please edit 03-seeking-help_2.md in _episodes_rmd/
# Instead, please edit 03-seeking-help.md in _episodes_rmd/
title: "Buscando ayuda"
teaching: 10
exercises: 10
Expand Down
12 changes: 6 additions & 6 deletions _episodes/05-data-structures-part2.md
Original file line number Diff line number Diff line change
Expand Up @@ -694,12 +694,12 @@ head(gapminder)
> >
> >
> > ~~~
> > country year pop continent lifeExp gdpPercap
> > 1344 Serbia 2007 10150265 Europe 74.002 9786.535
> > 1300 Sao Tome and Principe 1967 70787 Africa 54.425 1384.841
> > 669 Hong Kong China 1992 5829696 Asia 77.601 24757.603
> > 1576 Turkey 1967 33411317 Europe 54.336 2826.356
> > 1425 Spain 1992 39549438 Europe 77.570 18603.065
> > country year pop continent lifeExp gdpPercap
> > 915 Madagascar 1962 5703324 Africa 40.848 1643.387
> > 237 Cameroon 1992 12467171 Africa 54.314 1793.163
> > 377 Croatia 1972 4225310 Europe 69.610 9164.090
> > 18 Albania 1977 2509048 Europe 68.930 3533.004
> > 1574 Turkey 1957 25670939 Europe 48.079 2218.754
> > ~~~
> > {: .output}
> {: .solution}
Expand Down
2 changes: 1 addition & 1 deletion _episodes_rmd/01-rstudio-intro.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Introducción a R y RStudio 🇦🇷"
title: "Introducción a R y RStudio"
teaching: 45
exercises: 10
questions:
Expand Down
6 changes: 0 additions & 6 deletions _extras/figures.md

This file was deleted.

61 changes: 0 additions & 61 deletions _includes/all_figures.html

This file was deleted.

0 comments on commit 054b089

Please sign in to comment.