Skip to content

Commit

Permalink
Merge pull request #4 from FloridaSEACAR/main
Browse files Browse the repository at this point in the history
Merge main into TGH
  • Loading branch information
tylerhill122 authored Mar 18, 2024
2 parents 5ff35c1 + 135cd21 commit f6ed620
Show file tree
Hide file tree
Showing 97 changed files with 7,011 additions and 4,424 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
.Ruserdata

MA Report Generation/data/
MA Report Generation/output/
Coastal_Wetlands/output
Coral/output
Nekton/output
Expand Down
386 changes: 0 additions & 386 deletions MA Report Generation/CoastalWetlands.R

This file was deleted.

737 changes: 0 additions & 737 deletions MA Report Generation/Coral.R

This file was deleted.

380 changes: 0 additions & 380 deletions MA Report Generation/Nekton.R

This file was deleted.

5 changes: 4 additions & 1 deletion MA Report Generation/ReportRender.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ MA_All <- fread("data/ManagedArea.csv", sep = ",", header = TRUE, stringsAsFacto
#Imports SEACAR data file path information as variable "seacar_data_location"
source("scripts/SEACAR_data_location.R")

files <- list.files(seacar_data_location, full=TRUE)
files <- list.files(seacar_data_location, full.names=TRUE)
hab_files <- str_subset(files, "All_")

cw_file_in <- str_subset(hab_files, "CW")
Expand Down Expand Up @@ -85,6 +85,9 @@ source("scripts/SAV-Functions.R")
source("scripts/Coral.R")
############################

seacar_palette <- c("#005396", "#0088B1", "#00ADAE", "#65CCB3", "#AEE4C1",
"#FDEBA8", "#F8CD6D", "#F5A800", "#F17B00")

################
## file names ##
# Pulls file names from discrete and cont. file list .txt rendered during .RDS object creation
Expand Down
115 changes: 0 additions & 115 deletions MA Report Generation/SAV-Functions.R

This file was deleted.

Loading

0 comments on commit f6ed620

Please sign in to comment.