From 470c378c41c262d3db1ca0c613188fc2bbc00fb7 Mon Sep 17 00:00:00 2001 From: kellijohnson-NOAA Date: Wed, 7 Feb 2024 01:34:19 -0800 Subject: [PATCH] Update readme --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8c39c6e..39ec4f7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ # hakedataUSA - The goal of {hakedataUSA} is to provide code to extract and workup the @@ -21,14 +20,14 @@ U.S. data for the assessment of Pacific Hake. 2. Next, load the package. This can be accomplished through GitHub (first chunk) or using a local clone (second chunk). - + ``` r chooseCRANmirror(ind = 1) # install.packages("pak") pak::pak("pacific-hake/hakedataUSA") library(hakedataUSA) ``` - + ``` r chooseCRANmirror(ind = 1) stopifnot(basename(getwd()) == "hakedataUSA") @@ -46,8 +45,6 @@ U.S. data for the assessment of Pacific Hake. 4. The remainder of the code will pull from the data bases and set up the input files. - - ``` r pull_database() process_database()