Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into TGH #4

Merged
merged 17 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading