Skip to content

Commit

Permalink
style and docs: run devtools::document() and styler::style_pkg()
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineStawitz-NOAA authored and k-doering-NOAA committed Aug 14, 2023
1 parent ba69a69 commit 888eece
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vignettes/fims-demo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ age_frame <- FIMS::FIMSFrameAge(data_mile1)
fishery_catch <- FIMS::m_landings(age_frame)
# This does the same thing as the two lines below only
# using fims_frame rather than age_frame
# using fims_frame rather than age_frame
# fishery_agecomp <- fims_frame@data %>%
# dplyr::filter(type == "age") %>%
# dplyr::filter(name == "fleet1") %>%
Expand All @@ -85,11 +85,10 @@ fishery_catch <- FIMS::m_landings(age_frame)
fishery_agecomp <- FIMS::m_agecomp(age_frame, "fleet1")
# survey data
survey_index <- FIMS::m_index(age_frame, "survey1")
survey_index <- FIMS::m_index(age_frame, "survey1")
# survey agecomp not set up in fimsframe yet
survey_agecomp <- FIMS::m_agecomp(age_frame, "survey1")
```

## Creating Modules in FIMS
Expand Down

0 comments on commit 888eece

Please sign in to comment.