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

Fix remaining check warnings from PEcAn.logger (fixes #2814) #2815

Merged
merged 33 commits into from
Jul 21, 2021
Merged

Fix remaining check warnings from PEcAn.logger (fixes #2814) #2815

merged 33 commits into from
Jul 21, 2021

Commits on Jun 30, 2021

  1. Update DESCRIPTION

    moki1202 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    b9143c6 View commit details
    Browse the repository at this point in the history
  2. Update logger.R

    added utils namespace to eliminate NOTE-no visible binding for global variable | similar note remaining for variable "dump.log"!
    moki1202 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    0c0bf6a View commit details
    Browse the repository at this point in the history
  3. Update print2string.R

    moki1202 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    d89c1e1 View commit details
    Browse the repository at this point in the history
  4. Update logifnot.R

    fixes NOTE- `* checking Rd line widths ... NOTE
    Rd file 'severeifnot.Rd':
      \examples lines wider than 100 characters:
           severeifnot("I absolutely cannot deal with the fact that something is not a list.", is.list(a), is.list(b))`
    moki1202 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    67c0bf7 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Update base/logger/DESCRIPTION

    Co-authored-by: Chris Black <chris@ckblack.org>
    moki1202 and infotroph committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    9132a97 View commit details
    Browse the repository at this point in the history
  2. Update DESCRIPTION

    moki1202 committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    f697fb0 View commit details
    Browse the repository at this point in the history
  3. Update logifnot.R

    fix warning - Undocumented arguments in documentation object 'check_conditions'
      ‘...’
    moki1202 committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    80ac298 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Configuration menu
    Copy the full SHA
    79726d2 View commit details
    Browse the repository at this point in the history
  2. Update base/logger/DESCRIPTION

    Co-authored-by: Chris Black <chris@ckblack.org>
    moki1202 and infotroph committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    da84d6b View commit details
    Browse the repository at this point in the history
  3. Update base/logger/R/logifnot.R

    Co-authored-by: Chris Black <chris@ckblack.org>
    moki1202 and infotroph committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    cfd1680 View commit details
    Browse the repository at this point in the history
  4. Update base/logger/R/logifnot.R

    Co-authored-by: Chris Black <chris@ckblack.org>
    moki1202 and infotroph committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    f1b6c26 View commit details
    Browse the repository at this point in the history
  5. Update base/logger/R/logifnot.R

    Co-authored-by: Chris Black <chris@ckblack.org>
    moki1202 and infotroph committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    3efa320 View commit details
    Browse the repository at this point in the history
  6. Update base/logger/R/logifnot.R

    Co-authored-by: Chris Black <chris@ckblack.org>
    moki1202 and infotroph committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    b8f3de7 View commit details
    Browse the repository at this point in the history
  7. Update base/logger/R/logifnot.R

    Co-authored-by: Chris Black <chris@ckblack.org>
    moki1202 and infotroph committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    1e9b1b4 View commit details
    Browse the repository at this point in the history
  8. Update base/logger/R/logifnot.R

    Co-authored-by: Chris Black <chris@ckblack.org>
    moki1202 and infotroph committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    df4873d View commit details
    Browse the repository at this point in the history
  9. Delete check_conditions.Rd

    moki1202 committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    f0427a7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b4b380e View commit details
    Browse the repository at this point in the history
  11. Update base/logger/R/logifnot.R

    Co-authored-by: Chris Black <chris@ckblack.org>
    moki1202 and infotroph committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    a9e9e15 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0716cd2 View commit details
    Browse the repository at this point in the history
  13. Update logifnot.R

    moki1202 committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    c9baaf4 View commit details
    Browse the repository at this point in the history
  14. automated documentation update

    PEcAn stylebot committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    548c1a0 View commit details
    Browse the repository at this point in the history
  15. quiet note about dump.log

    infotroph committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    4bde110 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f4d4f28 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. Update DESCRIPTION

    moki1202 committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    cbeab65 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from infotroph/logger-check-tweaks

    Fix for note about dump.log
    moki1202 committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    7bc8820 View commit details
    Browse the repository at this point in the history
  3. Create NEWS.md

    moki1202 committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    358c953 View commit details
    Browse the repository at this point in the history
  4. Update base/logger/NEWS.md

    Co-authored-by: Chris Black <chris@ckblack.org>
    moki1202 and infotroph committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    05c60c8 View commit details
    Browse the repository at this point in the history
  5. Update base/logger/R/logger.R

    Co-authored-by: Chris Black <chris@ckblack.org>
    moki1202 and infotroph committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    c80d222 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Update DESCRIPTION

    moki1202 committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    5055e47 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Delete Rcheck_reference.log

    moki1202 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    3c35b4e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Update base/logger/DESCRIPTION

    Co-authored-by: Chris Black <chris@ckblack.org>
    moki1202 and infotroph committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    ae785b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc6b1f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd5644e View commit details
    Browse the repository at this point in the history