Skip to content

Commit d44b9b8

Browse files
committed
Add the post about learning from our search history; drop an Rmd that doesn't render anymore (couldn't figure out how to ignore it right now)
1 parent 4456c43 commit d44b9b8

File tree

56 files changed

+2190
-1440
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+2190
-1440
lines changed

archetypes/post/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The easiest option is to use the `r CRANpkg('blogdown')` _Insert Image_ RStudio
8282
If you want to add images manually, check this [blog post](http://lcolladotor.github.io/2018/02/17/r-markdown-blog-template/#.WqChJZPwa50) for more details on the image syntax.
8383

8484

85-
### Acknowledgements
85+
### Acknowledgments
8686

8787

8888
This blog post was made possible thanks to:

content/post/2012-10-31-got-acknowledged-in-a-paper-s4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ title: Got acknowledged in a paper ^^
88
url: /2012/10/31/got-acknowledged-in-a-paper-s4
99
---
1010

11-
<p>During the weekend while I was talking with a friend and former colleague, I realized that my name was mentioned in the acknowledgements section of a paper :) I haven&#8217;t been much in touch with what&#8217;s been happening back home, so this was a nice surprise.</p>
11+
<p>During the weekend while I was talking with a friend and former colleague, I realized that my name was mentioned in the acknowledgments section of a paper :) I haven&#8217;t been much in touch with what&#8217;s been happening back home, so this was a nice surprise.</p>
1212
<p>The paper is: <a href="http://www.biomedcentral.com/1471-2164/13/385">Genetic changes during a laboratory adaptive evolution process that allowed fast growth in glucose to an <em>Escherichia coli</em> strain lacking the major glucose transport system</a> by Aguilar<em> et al</em>. It was published in BMC Genomics in 2012.</p>

content/post/2018-03-07-blogdown-insert-image-addin.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ You can also delete your original images, if for example, they are cluttering yo
154154

155155
I hope that you will find this new addin as useful as I'm finding it, or even more. Plus hopefully this blog post gives you an idea of the difficulties before this addin existed. Also, I want to thank Yihui Xie for guiding me, I've learnt quite a bit recently. Though I will still use `<-` assignment operator for my own code hehe.
156156

157-
### Acknowledgements
157+
### Acknowledgments
158158

159159

160160
This blog post was made possible thanks to:

content/post/2018-03-07-blogdown-insert-image-addin.html

+89-53
Original file line numberDiff line numberDiff line change
@@ -103,82 +103,118 @@ <h4>Optional step 5</h4>
103103
<h3>Conclusions</h3>
104104
<p>I hope that you will find this new addin as useful as I’m finding it, or even more. Plus hopefully this blog post gives you an idea of the difficulties before this addin existed. Also, I want to thank Yihui Xie for guiding me, I’ve learnt quite a bit recently. Though I will still use <code>&lt;-</code> assignment operator for my own code hehe.</p>
105105
</div>
106-
<div id="acknowledgements" class="section level3">
107-
<h3>Acknowledgements</h3>
106+
<div id="acknowledgments" class="section level3">
107+
<h3>Acknowledgments</h3>
108108
<p>This blog post was made possible thanks to:</p>
109109
<ul>
110-
<li><em><a href="http://bioconductor.org/packages/BiocStyle">BiocStyle</a></em> <a id='cite-Oles_2017'></a>(<a href='https://github.com/Bioconductor/BiocStyle'>Oleś, Morgan, and Huber, 2017</a>)</li>
110+
<li><em><a href="https://bioconductor.org/packages/3.10/BiocStyle">BiocStyle</a></em> <a id='cite-Oles_2020'></a>(<a href='https://github.com/Bioconductor/BiocStyle'>Oleś, Morgan, and Huber, 2020</a>)</li>
111111
<li><em><a href="https://CRAN.R-project.org/package=blogdown">blogdown</a></em> <a id='cite-Xie_2017'></a>(<a href='https://github.com/rstudio/blogdown'>Xie, Hill, and Thomas, 2017</a>)</li>
112-
<li><em><a href="https://CRAN.R-project.org/package=devtools">devtools</a></em> <a id='cite-Wickham_2018'></a>(<a href='https://CRAN.R-project.org/package=devtools'>Wickham, Hester, and Chang, 2018</a>)</li>
113-
<li><em><a href="https://CRAN.R-project.org/package=knitcitations">knitcitations</a></em> <a id='cite-Boettiger_2017'></a>(<a href='https://CRAN.R-project.org/package=knitcitations'>Boettiger, 2017</a>)</li>
112+
<li><em><a href="https://CRAN.R-project.org/package=devtools">devtools</a></em> <a id='cite-Wickham_2019'></a>(<a href='https://CRAN.R-project.org/package=devtools'>Wickham, Hester, and Chang, 2019</a>)</li>
113+
<li><em><a href="https://CRAN.R-project.org/package=knitcitations">knitcitations</a></em> <a id='cite-Boettiger_2019'></a>(<a href='https://CRAN.R-project.org/package=knitcitations'>Boettiger, 2019</a>)</li>
114114
</ul>
115115
<p>as well as Yihui Xie’s help and encouragement in the <a href="https://yihui.name/en/2018/02/bite-sized-pull-requests/">form of a signed sticker</a> and the <em>Great Hacker</em> title ^^. He also wrote <a href="https://yihui.name/en/2018/03/second-pull-request/">a blog post</a> about the <em>Insert Image</em> addin.</p>
116116
<p><img src="http://lcolladotor.github.io/post/2018-03-07-blogdown-insert-image-addin_files/Screen Shot 2018-03-08 at 12.12.07 AM.png" alt="great hacker signed sticker" width="400"/></p>
117117
</div>
118118
<div id="references" class="section level3">
119119
<h3>References</h3>
120120
<p>
121-
<a id='bib-Boettiger_2017'></a><a href="#cite-Boettiger_2017">[1]</a><cite> C. Boettiger. <em>knitcitations: Citations for ‘Knitr’ Markdown Files</em>. R package version 1.0.8. 2017. URL: <a href="https://CRAN.R-project.org/package=knitcitations">https://CRAN.R-project.org/package=knitcitations</a>.</cite>
121+
<a id='bib-Boettiger_2019'></a><a href="#cite-Boettiger_2019">[1]</a><cite>
122+
C. Boettiger.
123+
<em>knitcitations: Citations for ‘Knitr’ Markdown Files</em>.
124+
R package version 1.0.10.
125+
2019.
126+
URL: <a href="https://CRAN.R-project.org/package=knitcitations">https://CRAN.R-project.org/package=knitcitations</a>.</cite>
122127
</p>
123128
<p>
124-
<a id='bib-Oles_2017'></a><a href="#cite-Oles_2017">[2]</a><cite> A. Oleś, M. Morgan and W. Huber. <em>BiocStyle: Standard styles for vignettes and other Bioconductor documents</em>. R package version 2.6.1. 2017. URL: <a href="https://github.com/Bioconductor/BiocStyle">https://github.com/Bioconductor/BiocStyle</a>.</cite>
129+
<a id='bib-Oles_2020'></a><a href="#cite-Oles_2020">[2]</a><cite>
130+
A. Oleś, M. Morgan, and W. Huber.
131+
<em>BiocStyle: Standard styles for vignettes and other Bioconductor documents</em>.
132+
R package version 2.14.4.
133+
2020.
134+
URL: <a href="https://github.com/Bioconductor/BiocStyle">https://github.com/Bioconductor/BiocStyle</a>.</cite>
125135
</p>
126136
<p>
127-
<a id='bib-Wickham_2018'></a><a href="#cite-Wickham_2018">[3]</a><cite> H. Wickham, J. Hester and W. Chang. <em>devtools: Tools to Make Developing R Packages Easier</em>. R package version 1.13.5. 2018. URL: <a href="https://CRAN.R-project.org/package=devtools">https://CRAN.R-project.org/package=devtools</a>.</cite>
137+
<a id='bib-Wickham_2019'></a><a href="#cite-Wickham_2019">[3]</a><cite>
138+
H. Wickham, J. Hester, and W. Chang.
139+
<em>devtools: Tools to Make Developing R Packages Easier</em>.
140+
R package version 2.2.1.
141+
2019.
142+
URL: <a href="https://CRAN.R-project.org/package=devtools">https://CRAN.R-project.org/package=devtools</a>.</cite>
128143
</p>
129144
<p>
130-
<a id='bib-Xie_2017'></a><a href="#cite-Xie_2017">[4]</a><cite> Y. Xie, A. P. Hill and A. Thomas. <em>blogdown: Creating Websites with R Markdown</em>. ISBN 978-0815363729. Boca Raton, Florida: Chapman and Hall/CRC, 2017. URL: <a href="https://github.com/rstudio/blogdown">https://github.com/rstudio/blogdown</a>.</cite>
145+
<a id='bib-Xie_2017'></a><a href="#cite-Xie_2017">[4]</a><cite>
146+
Y. Xie, A. P. Hill, and A. Thomas.
147+
<em>blogdown: Creating Websites with R Markdown</em>.
148+
ISBN 978-0815363729.
149+
Boca Raton, Florida: Chapman and Hall/CRC, 2017.
150+
URL: <a href="https://github.com/rstudio/blogdown">https://github.com/rstudio/blogdown</a>.</cite>
131151
</p>
132152
</div>
133153
<div id="reproducibility" class="section level3">
134154
<h3>Reproducibility</h3>
135-
<pre><code>## Session info ----------------------------------------------------------------------------------------------------------</code></pre>
136-
<pre><code>## setting value
137-
## version R version 3.4.3 (2017-11-30)
155+
<pre><code>## ─ Session info ───────────────────────────────────────────────────────────────────────────────────────────────────────
156+
## setting value
157+
## version R version 3.6.2 (2019-12-12)
158+
## os macOS Catalina 10.15.2
138159
## system x86_64, darwin15.6.0
139160
## ui X11
140161
## language (EN)
141162
## collate en_US.UTF-8
163+
## ctype en_US.UTF-8
142164
## tz America/New_York
143-
## date 2018-03-10</code></pre>
144-
<pre><code>## Packages --------------------------------------------------------------------------------------------------------------</code></pre>
145-
<pre><code>## package * version date source
146-
## backports 1.1.2 2017-12-13 CRAN (R 3.4.3)
147-
## base * 3.4.3 2017-12-07 local
148-
## bibtex 0.4.2 2017-06-30 CRAN (R 3.4.1)
149-
## BiocStyle * 2.6.1 2017-11-30 Bioconductor
150-
## blogdown 0.5.9 2018-03-08 Github (rstudio/blogdown@dc1f41c)
151-
## bookdown 0.7 2018-02-18 cran (@0.7)
152-
## colorout * 1.2-0 2018-02-19 Github (jalvesaq/colorout@2f01173)
153-
## compiler 3.4.3 2017-12-07 local
154-
## datasets * 3.4.3 2017-12-07 local
155-
## devtools * 1.13.5 2018-02-18 CRAN (R 3.4.3)
156-
## digest 0.6.15 2018-01-28 CRAN (R 3.4.3)
157-
## evaluate 0.10.1 2017-06-24 CRAN (R 3.4.1)
158-
## graphics * 3.4.3 2017-12-07 local
159-
## grDevices * 3.4.3 2017-12-07 local
160-
## htmltools 0.3.6 2017-04-28 CRAN (R 3.4.0)
161-
## httr 1.3.1 2017-08-20 CRAN (R 3.4.1)
162-
## jsonlite 1.5 2017-06-01 CRAN (R 3.4.0)
163-
## knitcitations * 1.0.8 2017-07-04 CRAN (R 3.4.1)
164-
## knitr 1.20 2018-02-20 cran (@1.20)
165-
## lubridate 1.7.3 2018-02-27 CRAN (R 3.4.3)
166-
## magrittr 1.5 2014-11-22 CRAN (R 3.4.0)
167-
## memoise 1.1.0 2017-04-21 CRAN (R 3.4.0)
168-
## methods * 3.4.3 2017-12-07 local
169-
## plyr 1.8.4 2016-06-08 CRAN (R 3.4.0)
170-
## R6 2.2.2 2017-06-17 CRAN (R 3.4.0)
171-
## Rcpp 0.12.15 2018-01-20 CRAN (R 3.4.3)
172-
## RefManageR 0.14.20 2017-08-17 CRAN (R 3.4.1)
173-
## rmarkdown 1.9 2018-03-01 cran (@1.9)
174-
## rprojroot 1.3-2 2018-01-03 CRAN (R 3.4.3)
175-
## stats * 3.4.3 2017-12-07 local
176-
## stringi 1.1.6 2017-11-17 CRAN (R 3.4.2)
177-
## stringr 1.3.0 2018-02-19 cran (@1.3.0)
178-
## tools 3.4.3 2017-12-07 local
179-
## utils * 3.4.3 2017-12-07 local
180-
## withr 2.1.1 2017-12-19 CRAN (R 3.4.3)
181-
## xfun 0.1 2018-01-22 CRAN (R 3.4.3)
182-
## xml2 1.2.0 2018-01-24 CRAN (R 3.4.3)
183-
## yaml 2.1.17 2018-02-27 cran (@2.1.17)</code></pre>
165+
## date 2020-02-12
166+
##
167+
## ─ Packages ───────────────────────────────────────────────────────────────────────────────────────────────────────────
168+
## package * version date lib source
169+
## assertthat 0.2.1 2019-03-21 [1] CRAN (R 3.6.0)
170+
## backports 1.1.5 2019-10-02 [1] CRAN (R 3.6.0)
171+
## bibtex 0.4.2.2 2020-01-02 [1] CRAN (R 3.6.0)
172+
## BiocManager 1.30.10 2019-11-16 [1] CRAN (R 3.6.1)
173+
## BiocStyle * 2.14.4 2020-01-09 [1] Bioconductor
174+
## blogdown 0.17 2019-11-13 [1] CRAN (R 3.6.1)
175+
## bookdown 0.17 2020-01-11 [1] CRAN (R 3.6.0)
176+
## callr 3.4.1 2020-01-24 [1] CRAN (R 3.6.2)
177+
## cli 2.0.1 2020-01-08 [1] CRAN (R 3.6.0)
178+
## colorout * 1.2-1 2019-05-07 [1] Github (jalvesaq/colorout@7ea9440)
179+
## crayon 1.3.4 2017-09-16 [1] CRAN (R 3.6.0)
180+
## desc 1.2.0 2018-05-01 [1] CRAN (R 3.6.0)
181+
## devtools * 2.2.1 2019-09-24 [1] CRAN (R 3.6.1)
182+
## digest 0.6.23 2019-11-23 [1] CRAN (R 3.6.0)
183+
## ellipsis 0.3.0 2019-09-20 [1] CRAN (R 3.6.0)
184+
## evaluate 0.14 2019-05-28 [1] CRAN (R 3.6.0)
185+
## fansi 0.4.1 2020-01-08 [1] CRAN (R 3.6.0)
186+
## fs 1.3.1 2019-05-06 [1] CRAN (R 3.6.0)
187+
## glue 1.3.1 2019-03-12 [1] CRAN (R 3.6.0)
188+
## htmltools 0.4.0 2019-10-04 [1] CRAN (R 3.6.0)
189+
## httr 1.4.1 2019-08-05 [1] CRAN (R 3.6.0)
190+
## jsonlite 1.6 2018-12-07 [1] CRAN (R 3.6.0)
191+
## knitcitations * 1.0.10 2019-09-15 [1] CRAN (R 3.6.0)
192+
## knitr 1.27 2020-01-16 [1] CRAN (R 3.6.0)
193+
## lubridate 1.7.4 2018-04-11 [1] CRAN (R 3.6.0)
194+
## magrittr 1.5 2014-11-22 [1] CRAN (R 3.6.0)
195+
## memoise 1.1.0 2017-04-21 [1] CRAN (R 3.6.0)
196+
## pkgbuild 1.0.6 2019-10-09 [1] CRAN (R 3.6.0)
197+
## pkgload 1.0.2 2018-10-29 [1] CRAN (R 3.6.0)
198+
## plyr 1.8.5 2019-12-10 [1] CRAN (R 3.6.0)
199+
## prettyunits 1.1.1 2020-01-24 [1] CRAN (R 3.6.2)
200+
## processx 3.4.1 2019-07-18 [1] CRAN (R 3.6.0)
201+
## ps 1.3.0 2018-12-21 [1] CRAN (R 3.6.0)
202+
## R6 2.4.1 2019-11-12 [1] CRAN (R 3.6.1)
203+
## Rcpp 1.0.3 2019-11-08 [1] CRAN (R 3.6.0)
204+
## RefManageR 1.2.12 2019-04-03 [1] CRAN (R 3.6.0)
205+
## remotes 2.1.0 2019-06-24 [1] CRAN (R 3.6.0)
206+
## rlang 0.4.3 2020-01-24 [1] CRAN (R 3.6.2)
207+
## rmarkdown 2.1 2020-01-20 [1] CRAN (R 3.6.0)
208+
## rprojroot 1.3-2 2018-01-03 [1] CRAN (R 3.6.0)
209+
## sessioninfo 1.1.1 2018-11-05 [1] CRAN (R 3.6.0)
210+
## stringi 1.4.5 2020-01-11 [1] CRAN (R 3.6.0)
211+
## stringr 1.4.0 2019-02-10 [1] CRAN (R 3.6.0)
212+
## testthat 2.3.1 2019-12-01 [1] CRAN (R 3.6.0)
213+
## usethis * 1.5.1 2019-07-04 [1] CRAN (R 3.6.0)
214+
## withr 2.1.2 2018-03-15 [1] CRAN (R 3.6.0)
215+
## xfun 0.12 2020-01-13 [1] CRAN (R 3.6.0)
216+
## xml2 1.2.2 2019-08-09 [1] CRAN (R 3.6.0)
217+
## yaml 2.2.0 2018-07-25 [1] CRAN (R 3.6.0)
218+
##
219+
## [1] /Library/Frameworks/R.framework/Versions/3.6/Resources/library</code></pre>
184220
</div>

content/post/2018-03-08-blogdown-archetype-template.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ I couldn't get the archetype to respect some of the YAML that `r CRANpkg('blogdo
5858
I encourage you to make your own `r CRANpkg('blogdown')` archetype (template). At least it should remind you to include reproducibility information which matters whenever any R code is involved.
5959

6060

61-
### Acknowledgements
61+
### Acknowledgments
6262

6363

6464
This blog post was made possible thanks to:

0 commit comments

Comments
 (0)