From ae985293a2ee88abadc41e495d1801fcaa87faa7 Mon Sep 17 00:00:00 2001 From: Dan McGraw Date: Mon, 20 Apr 2026 13:11:50 -0600 Subject: [PATCH] docs: add missing period and close details block in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7cd80aa..53cdc87 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ devtools::install() ``` > [!NOTE] -> Cloning the repository alone does not make `library(rfaR)` work — the package must be either installed (`devtools::install()` or `remotes::install_github()`) or loaded into the session via `devtools::load_all()`. A cloned repo on disk is source code, not an installed package +> Cloning the repository alone does not make `library(rfaR)` work — the package must be either installed (`devtools::install()` or `remotes::install_github()`) or loaded into the session via `devtools::load_all()`. A cloned repo on disk is source code, not an installed package. ## Example Data @@ -226,6 +226,8 @@ ggplot() + coord_cartesian(xlim = c(z_limit1, z_limit2), ylim = c(3800,3900)) ``` + + ## License `rfaR` is released under the BSD 3-Clause License with an additional USACE government disclaimer. The license is split across two files per R packaging convention: @@ -235,8 +237,6 @@ ggplot() + See both files for the complete terms. - - ## References #### RMC-RFA Methodology