Skip to content

Commit

Permalink
v0.1.0.9019
Browse files Browse the repository at this point in the history
- refactor: Add conditions for no matches for taxa translator
  • Loading branch information
leppott committed Jun 13, 2024
1 parent 83f0e29 commit 1d07f77
Show file tree
Hide file tree
Showing 15 changed files with 127 additions and 2,383 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: MNcalc
Type: Package
Title: Minnesota BCG and IBI Calculator for Red Lake Tribe
Version: 0.1.0.9018
Version: 0.1.0.9019
Authors@R: person("Erik W.", "Leppo", email="Erik.Leppo@tetratech.com", role=c("aut","cre"))
Maintainer: Erik W. Leppo <Erik.Leppo@tetratech.com>
Description: Shiny app for Red Lake Tribe calculates the Minnesota BCG and IBI
Expand Down
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
MNcalc-NEWS
================
<Erik.Leppo@tetratech.com>
2024-06-12 16:43:59.541171
2024-06-12 20:22:22.515158

<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->

#> Last Update: 2024-06-12 16:43:59.576939
#> Last Update: 2024-06-12 20:22:22.537712

# MNcalc 0.1.0.9019 (2024-06-12)

- refactor: Add conditions for no matches for taxa translator

# MNcalc 0.1.0.9018 (2024-06-12)

Expand Down
4 changes: 4 additions & 0 deletions NEWS.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ knitr::opts_chunk$set(
cat(paste0("Last Update: ",Sys.time()))
```

# MNcalc 0.1.0.9019 (2024-06-12)

* refactor: Add conditions for no matches for taxa translator

# MNcalc 0.1.0.9018 (2024-06-12)

* refactor: Add pop up to ensure BCG community selection matches data, Issue#6
Expand Down
12 changes: 1 addition & 11 deletions inst/apps/MNcalc/global.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Shiny Global File

# Version ----
pkg_version <- "0.1.0.9018"
pkg_version <- "0.1.0.9019"

# Packages----
# nolint start
Expand Down Expand Up @@ -227,16 +227,6 @@ df_metricscoring <- readxl::read_excel(temp_metricscoring
, sheet = "metric.scoring"
, skip = 0)

# BMT, Fuzzy Therm Narrative ----
url_fuzzytherm_crit <- file.path(url_bmt_base
, "fuzzythermal"
, "FuzzyTherm_ScoringScale.xlsx")
temp_fuzzytherm_crit <- tempfile(fileext = ".xlsx")
httr::GET(url_fuzzytherm_crit, httr::write_disk(temp_fuzzytherm_crit))

df_fuzzytherm_crit <- readxl::read_excel(temp_fuzzytherm_crit
, sheet = "Current")

# EPSG ----
epsg_wgs84 <- 4326
epsg_nad83_na <- 4269
Expand Down
1,640 changes: 0 additions & 1,640 deletions inst/apps/MNcalc/results/_user_input/Bugs_IBI_n1639_updatedMaster_Excl.csv

This file was deleted.

Binary file removed inst/apps/MNcalc/results/reference/IndexClass.xlsx
Binary file not shown.
Binary file removed inst/apps/MNcalc/results/reference/MetricNames.xlsx
Binary file not shown.
Binary file not shown.
Binary file removed inst/apps/MNcalc/results/results.zip
Binary file not shown.

This file was deleted.

Loading

0 comments on commit 1d07f77

Please sign in to comment.