Skip to content

Commit 43eaf7e

Browse files
committed
Add space
1 parent b3158ea commit 43eaf7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/moe.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ get_rsq <- function(dat) {
174174
#' # been sorted in order from most likely to least likely to
175175
#' # be accurate, based on MOE prediction
176176
#' r[[1]]$estimates
177-
#'}
177+
#' }
178178
mr_moe <- function(res, rf) {
179179
if (!requireNamespace("randomForest", quietly = TRUE)) {
180180
stop(

R/read_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ check_units <- function(x, id, col) {
607607
#' data(gwas_catalog)
608608
#' bmi <- subset(gwas_catalog, Phenotype=="Body mass index" & Year==2010 & grepl("kg", Units))
609609
#' bmi <- format_data(bmi)
610-
#'}
610+
#' }
611611
format_gwas_catalog <- function(gwas_catalog_subset, type = "exposure") {
612612
message("This function is now deprecated and has been replaced by 'format_data'.")
613613
return(NULL)

0 commit comments

Comments
 (0)