Skip to content

Commit

Permalink
date v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
todeschi committed May 16, 2015
1 parent 2be964b commit ce62a95
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ The **rchallenge** package is licensed under the GPLv2 (http://www.gnu.org/licen
- [ ] interactive webpage using [Shiny](http://shiny.rstudio.com/)

## Release notes
### Version 1.1 (14-05-2015)
### Version 1.1 (16-05-2015)
- added `out_rmdfile` argument to `new_challenge`
- changed `template` argument to `c("en", "fr")`
- fixed bugs
Expand Down
2 changes: 1 addition & 1 deletion inst/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h3>To do list</h3>

<h2>Release notes</h2>

<h3>Version 1.1 (14-05-2015)</h3>
<h3>Version 1.1 (16-05-2015)</h3>

<ul>
<li>added <code>out_rmdfile</code> argument to <code>new_challenge</code></li>
Expand Down
8 changes: 4 additions & 4 deletions inst/web/new_challenge.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h2 id="examples">Examples</h2>
# english version
new_challenge()
</div>
<div class='output'>New challenge installed in: &quot;/tmp/RtmpXTfT5J&quot;
<div class='output'>New challenge installed in: &quot;/tmp/Rtmp5vusFY&quot;
Next steps to complete the installation:
1. Replace the data files in the &quot;data&quot; subdirectory.
2. Replace the baseline predictions in &quot;submissions/baseline&quot;.
Expand All @@ -124,12 +124,12 @@ <h2 id="examples">Examples</h2>
6. Give the Dropbox public link to &quot;Dropbox/Public/challenge.html&quot; to the participants.
7. Automate the updates of the webpage.
On Unix systems, you can setup the following line to your crontab using &quot;crontab -e&quot;:
0 * * * * Rscript -e &#39;rchallenge::publish(&quot;/tmp/RtmpXTfT5J/challenge.rmd&quot;)&#39;
0 * * * * Rscript -e &#39;rchallenge::publish(&quot;/tmp/Rtmp5vusFY/challenge.rmd&quot;)&#39;
</div>
<div class='input'># french version
new_challenge(template = &quot;fr&quot;)
</div>
<div class='output'>New challenge installed in: &quot;/tmp/RtmpXTfT5J&quot;
<div class='output'>New challenge installed in: &quot;/tmp/Rtmp5vusFY&quot;
Next steps to complete the installation:
1. Replace the data files in the &quot;data&quot; subdirectory.
2. Replace the baseline predictions in &quot;submissions/baseline&quot;.
Expand All @@ -141,7 +141,7 @@ <h2 id="examples">Examples</h2>
6. Give the Dropbox public link to &quot;Dropbox/Public/challenge.html&quot; to the participants.
7. Automate the updates of the webpage.
On Unix systems, you can setup the following line to your crontab using &quot;crontab -e&quot;:
0 * * * * Rscript -e &#39;rchallenge::publish(&quot;/tmp/RtmpXTfT5J/challenge.rmd&quot;)&#39;
0 * * * * Rscript -e &#39;rchallenge::publish(&quot;/tmp/Rtmp5vusFY/challenge.rmd&quot;)&#39;
</div>
<div class='input'>setwd(wd)
unlink(path)
Expand Down
4 changes: 2 additions & 2 deletions inst/web/new_team.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2 id="examples">Examples</h2>
wd &lt;- setwd(path)
new_challenge()
</div>
<div class='output'>New challenge installed in: &quot;/tmp/RtmpXTfT5J&quot;
<div class='output'>New challenge installed in: &quot;/tmp/Rtmp5vusFY&quot;
Next steps to complete the installation:
1. Replace the data files in the &quot;data&quot; subdirectory.
2. Replace the baseline predictions in &quot;submissions/baseline&quot;.
Expand All @@ -89,7 +89,7 @@ <h2 id="examples">Examples</h2>
6. Give the Dropbox public link to &quot;Dropbox/Public/challenge.html&quot; to the participants.
7. Automate the updates of the webpage.
On Unix systems, you can setup the following line to your crontab using &quot;crontab -e&quot;:
0 * * * * Rscript -e &#39;rchallenge::publish(&quot;/tmp/RtmpXTfT5J/challenge.rmd&quot;)&#39;
0 * * * * Rscript -e &#39;rchallenge::publish(&quot;/tmp/Rtmp5vusFY/challenge.rmd&quot;)&#39;
</div>
<div class='input'>new_team(&quot;team_foo&quot;, &quot;team_bar&quot;)
</div>
Expand Down
10 changes: 5 additions & 5 deletions inst/web/publish.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2 id="examples">Examples</h2>
wd &lt;- setwd(path)
new_challenge()
</div>
<div class='output'>New challenge installed in: &quot;/tmp/RtmpXTfT5J&quot;
<div class='output'>New challenge installed in: &quot;/tmp/Rtmp5vusFY&quot;
Next steps to complete the installation:
1. Replace the data files in the &quot;data&quot; subdirectory.
2. Replace the baseline predictions in &quot;submissions/baseline&quot;.
Expand All @@ -92,7 +92,7 @@ <h2 id="examples">Examples</h2>
6. Give the Dropbox public link to &quot;Dropbox/Public/challenge.html&quot; to the participants.
7. Automate the updates of the webpage.
On Unix systems, you can setup the following line to your crontab using &quot;crontab -e&quot;:
0 * * * * Rscript -e &#39;rchallenge::publish(&quot;/tmp/RtmpXTfT5J/challenge.rmd&quot;)&#39;
0 * * * * Rscript -e &#39;rchallenge::publish(&quot;/tmp/Rtmp5vusFY/challenge.rmd&quot;)&#39;
</div>
<div class='input'>outdir = tempdir()
publish(output_dir = outdir, output_options = list(self_contained = FALSE))
Expand Down Expand Up @@ -253,11 +253,11 @@ <h2 id="examples">Examples</h2>
</div>
<strong class='message'>output file: challenge.knit.md
</strong>
<div class='output'>/usr/lib/rstudio/bin/pandoc/pandoc challenge.utf8.md --to html --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash-implicit_figures --output /tmp/RtmpXTfT5J/challenge.html --smart --email-obfuscation none --standalone --section-divs --table-of-contents --toc-depth 3 --template /home/adrien-alea/R/x86_64-pc-linux-gnu-library/3.2/rmarkdown/rmd/h/default.html --variable &#39;theme:spacelab&#39; --include-in-header /tmp/RtmpXTfT5J/rmarkdown-str2d2666bf85b3.html --mathjax --variable &#39;mathjax-url:https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML&#39; --highlight-style tango
<div class='output'>/usr/lib/rstudio/bin/pandoc/pandoc challenge.utf8.md --to html --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash-implicit_figures --output /tmp/Rtmp5vusFY/challenge.html --smart --email-obfuscation none --standalone --section-divs --table-of-contents --toc-depth 3 --template /home/adrien-alea/R/x86_64-pc-linux-gnu-library/3.2/rmarkdown/rmd/h/default.html --variable &#39;theme:spacelab&#39; --include-in-header /tmp/Rtmp5vusFY/rmarkdown-str327874129015.html --mathjax --variable &#39;mathjax-url:https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML&#39; --highlight-style tango
</div>
<strong class='message'>
Output created: /tmp/RtmpXTfT5J/challenge.html</strong>
<div class='output'>Next step: give the Dropbox public link to &quot;/tmp/RtmpXTfT5J/challenge.html&quot; to the participants.
Output created: /tmp/Rtmp5vusFY/challenge.html</strong>
<div class='output'>Next step: give the Dropbox public link to &quot;/tmp/Rtmp5vusFY/challenge.html&quot; to the participants.
</div>
<div class='input'>unlink(outdir)
setwd(wd)
Expand Down

0 comments on commit ce62a95

Please sign in to comment.