Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kellijohnson-NOAA committed Feb 7, 2024
1 parent 2a7ae8d commit 470c378
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# hakedataUSA

<!-- badges: start -->

<!-- badges: end -->

The goal of {hakedataUSA} is to provide code to extract and workup the
Expand All @@ -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")
Expand All @@ -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.

<!-- end list -->

``` r
pull_database()
process_database()
Expand Down

0 comments on commit 470c378

Please sign in to comment.