From c02a3dfc6df141601ac8e5ef77bbb20bf267c268 Mon Sep 17 00:00:00 2001 From: Joel Ostblom Date: Mon, 29 Apr 2024 14:50:16 -0700 Subject: [PATCH 1/2] Note that missing values in tables cause errors --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8abd7eb..f828e68 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ devtools::install_github("ttimbers/ubccv") ## Usage +Note missing/blank values in the tables will cause errors. +You need to input values such as `N/A` or `0` instead. + 1. Inside RStudio, click on “Create a new R Markdown document”: From 945ecd003b827bc728f5d52307e0a501463edd53 Mon Sep 17 00:00:00 2001 From: Joel Ostblom Date: Mon, 29 Apr 2024 14:51:28 -0700 Subject: [PATCH 2/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f828e68..21e395d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ devtools::install_github("ttimbers/ubccv") ## Usage -Note missing/blank values in the tables will cause errors. +Note that missing/blank values in the tables will cause errors when rendering. You need to input values such as `N/A` or `0` instead. 1. Inside RStudio, click on “Create a new R Markdown document”: