Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -226,6 +226,8 @@ ggplot() +
coord_cartesian(xlim = c(z_limit1, z_limit2), ylim = c(3800,3900))
```

</details>

## 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:
Expand All @@ -235,8 +237,6 @@ ggplot() +

See both files for the complete terms.

</details>

## References

#### RMC-RFA Methodology
Expand Down
Loading