Skip to content

Commit

Permalink
- increased height of forestplot (study overview tab)
Browse files Browse the repository at this point in the history
- added option to view results from large scale project by Boyce et al. (2023); validation of results pending
- corrected reference ('-' was missing)
  • Loading branch information
LukasRoeseler committed May 24, 2024
1 parent 3401571 commit e1b084a
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/fred_explorer/global.R
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ dataset_variables <- load_variable_descriptions()

df$ref_original <- gsub("(.{70,}?)\\s", "\\1\n", df$ref_original) # line breaks

forestplotheight <- "17000px"
forestplotheight <- "28000px"

# WEBSITE TEXT --------------------------------------------------------------

1 change: 1 addition & 0 deletions inst/fred_explorer/ui.R
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ large_scale_project_choices <- list(
"All studies" = "All studies",
"Individual submissions" = "Individual submissions",
"FORRT Replications and Reversals" = "FORRT",
"Boyce et al., 2023 (student replications)" = "Boyce_etal2023",
"CORE (Feldman JDM Replications)" = "CORE",
"CRSP special issue",
"Data Replicada" = "datareplicada",
2 changes: 1 addition & 1 deletion inst/fred_explorer/website_text.R
Original file line number Diff line number Diff line change
@@ -166,7 +166,7 @@ references_redpublications <- HTML(paste("<br/><br/><br/><h4><b>Publications Usi
, sep = ""))

references_list_redpublications <- HTML(paste(
"Röseler, L. (2023). Predicting Replication Rates with Z-Curve: A Brief Exploratory Validation Study Using the FORRT Replication Database. Retrieved from https://osf.io/t7nwk"
"- Röseler, L. (2023). Predicting Replication Rates with Z-Curve: A Brief Exploratory Validation Study Using the FORRT Replication Database. Retrieved from https://osf.io/t7nwk"
, "Röseler, L., Kaiser, L., Doetsch, C. A., Klett, N., Seida, C., Schütz, A., … Zhang, Y., Mr. (2024, April 11). The Replication Database: Documenting the Replicability of Psychological Science. https://doi.org/10.31222/osf.io/me2ub"
, sep = "<br/><br/>- "))

0 comments on commit e1b084a

Please sign in to comment.