Skip to content

Commit

Permalink
fixes #1 removing call_end_date from notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
MARTINS Joao committed Mar 16, 2019
1 parent 9d5810b commit 6b689d6
Show file tree
Hide file tree
Showing 822 changed files with 1,610 additions and 16,485 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.rds.bz2
*.~lock*
*.Rhistory
*.RData
notebook/peerreview_cache/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Synopsis

Data analysis notebook subsequent to [this abstract](https://peerreviewcongress.org/prc17-0280) presented at the [International Congress on Peer Review and Scientific Publication](https://peerreviewcongress.org). The notebook also details the statistical analysis of results published in [PeerJ](https://peerj.com/preprints/27587). Please find the corresponding data at [Zenodo](https://zenodo.org/record/2592509).
Data analysis notebook subsequent to [this abstract](https://peerreviewcongress.org/prc17-0280) presented at the [International Congress on Peer Review and Scientific Publication](https://peerreviewcongress.org). The notebook provides the statistical analyses presented at [PeerJ](https://peerj.com/preprints/27587). The corresponding data is available at [Zenodo](https://zenodo.org/record/2592509).

### License

Expand Down
634 changes: 194 additions & 440 deletions index.html

Large diffs are not rendered by default.

File renamed without changes.
744 changes: 744 additions & 0 deletions index_files/distill-2.2.21/template.v2.js

Large diffs are not rendered by default.

Binary file added index_files/figure-html5/gender-applicants-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-html5/gender-reviewers-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-html5/means-affiliation-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-html5/means-age-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-html5/means-age-update-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-html5/means-nationality-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-html5/means-topic-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-html5/nomination-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-html5/origin-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added index_files/figure-html5/shares-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions install.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env Rscript
library(rmarkdown)
rmarkdown::render(input = "notebook/peerreview.Rmd",
output_file = "../index.html")
30 changes: 30 additions & 0 deletions notebook/graphics.r → notebook/boilerplate.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# ----- install the following packages
packages <- c(
"assertthat",
"broom",
"extrafont",
"ggrepel",
"ggpubr",
"gridExtra",
"Hmisc",
"lme4",
"lubridate",
"kableExtra",
"knitr",
"magrittr",
"plyr",
"readr",
"rmarkdown",
"rio",
"sjmisc",
"sjPlot",
"tidyverse",
"devtools"
)

if (!require(pacman)) install.packages("pacman")
pacman::p_load(char = packages)
# devtools::install_github("strengejacke/ggeffects")

# ---- adding to ggplot minimal theme...

multipanel_theme <- function(my_ggplot) {
theme_minimal(base_size = 10) +
theme(
Expand Down
6 changes: 0 additions & 6 deletions notebook/make.r

This file was deleted.

27 changes: 0 additions & 27 deletions notebook/packages.r

This file was deleted.

0 comments on commit 6b689d6

Please sign in to comment.