Skip to content

Commit

Permalink
library packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andybeet committed Mar 8, 2024
1 parent 624d5d0 commit 6e935b3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,16 @@ data.dir <- here::here("data")
# remotes::install_github("noaa-edab/stocksmart")
# remotes::install_github("thomasp85/patchwork")
# #remotes::install_github("andybeet/arfit")
#
#
library(tidyverse)
# library(ggplot2)
# #library(formatR)
# #library(magrittr)
# library(dplyr)
# library(tidyr)
# library(ecodata)
# library(here)
# library(kableExtra)
library(here)
library(kableExtra)
# library(ggrepel)
# #library(stringr)
# library(patchwork)
Expand All @@ -58,7 +59,7 @@ data.dir <- here::here("data")
# library(vegan)
# library(grid)
# library(rpart)
# library(knitr)
library(knitr)
# library(rmarkdown)
# library(readr)
# library(RColorBrewer)
Expand Down

0 comments on commit 6e935b3

Please sign in to comment.