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

edits to conform better with tidyverse syntax conventions and packages #9

Draft
wants to merge 33 commits into
base: master
Choose a base branch
from

Commits on Jun 7, 2024

  1. Update BRI.R

    This is an update to the master version of BRI.R. I made edits to conform better with tidyverse syntax conventions and packages.
    nickharing authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3d8c879 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    d3534b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d33c23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b69f6bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    375994f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. added the roxygen comments to the BRI function - it is likely that th…

    …is BRI function will be replaced by the function definition found in SQO BRI - generic.R
    r7butler committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ed5fe46 View commit details
    Browse the repository at this point in the history
  2. adding documentation for the generic BRI function - the plan is to re…

    …place the current BRI function with this one
    r7butler committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6e4af85 View commit details
    Browse the repository at this point in the history
  3. importing ymd in SQO BRI Generic; Also Lowercasing column names of th…

    …e input data in SQO BRI Generic
    r7butler committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d74dbc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c681c07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    148ef71 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Move the Generic offshore BRI functions to BRI.R, also changed defaul…

    …t verbose arg value to F
    r7butler committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    003cfd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    58d0c71 View commit details
    Browse the repository at this point in the history
  2. got the benthic log R Markdown file framework working - need to sort …

    …out styling details, need to put detailed logs in for BRI, IBI and RIVPACS - RBI I was able to finish (without fine tuning and polishing details)
    r7butler committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2519a01 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    42d474a View commit details
    Browse the repository at this point in the history
  2. update logging in RBI.R

    r7butler committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a587600 View commit details
    Browse the repository at this point in the history
  3. update logging for RIVPACS

    r7butler committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c36dee1 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    cbd1688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63254ca View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    17ee5db View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    ef0fec5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b5b371 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    629f8f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9dfba1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1a627d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    e71e7d0 View commit details
    Browse the repository at this point in the history
  2. changed the method of rounding from R default 'bankers rounding' to t…

    …he more familiar traditional 'arithmetic rounding' which we more than likely learned in elementary school
    r7butler committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a27f0ef View commit details
    Browse the repository at this point in the history
  3. rounding benthic scores to two decimal places before comparison with …

    …their category threshold values
    r7butler committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fc4d1f4 View commit details
    Browse the repository at this point in the history
  4. update version# and date

    r7butler committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3fb8c8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4b57e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    97aa5db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ccd5ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbe1f27 View commit details
    Browse the repository at this point in the history
  4. update DESCRIPTION version number upon removal of arithmetic round - …

    …at this stage all chem scores match excel tool - benthic scores are slightly different at this commit, because in this version we round before doing the category comparisons
    r7butler committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bc14edf View commit details
    Browse the repository at this point in the history