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