Skip to content

Releases: HARPgroup/elfgen

elfgen 2.3.4

30 Oct 20:58
159cbaa

Choose a tag to compare

This contains some minor enhancements to elfdata() and updates functions and testing for latest versions of R

  • Updated DESCRIPTION file authors and maintainer to reflect new development team
  • Updated elfdata() to allow for caching of Icthys data and added arguments to elfgen() to allow users to be more explicit when creating plots and using the breakpoint
  • Updated README.md
  • Created a NEWS.md

elfgen 2.3.3

23 Aug 13:02
c69372a

Choose a tag to compare

  • This release fixes issues related to web access
    • Web access issues have been addressed, package will fail gracefully in case of future web access issues. Check is now in place to verify internet connection before proceeding with data download, additional check is now in place to verify a connection to the ScienceBase database can be established prior to file download.
    • Updated DESCRIPTION file: Updated Title & Description
    • Eliminated any default path writing in functions
    • Updated README.md

elfgen 2.3.2

09 Aug 21:01
fcc2670

Choose a tag to compare

Minor release:

  • removed non-ASCII character from R file

elfgen 2.3.1

08 Aug 13:15
5e400e5

Choose a tag to compare

  • Fixes issues related to internet access.
    • Corrected internet access errors, will now fail gracefully when internet resources unavailable
      • Test internet connection curl::has_internet()
      • Ping ScienceBase sbtools::sb_ping()

elfgen 2.3.0

23 May 19:31
81ca415

Choose a tag to compare

  • This release fixes issues related to data retrieval, implementing newer libraries and improved examples.
    • Updated data retrieval methods
      • sbtools
      • nhdplusTools
    • CRAN fix
    • Streamlined examples using a HUC10
    • Improved docs

elfgen 2.2.8

11 Apr 21:19
61e3b50

Choose a tag to compare

  • This release fixes a few minor CRAN issues

elfgen 2.2.7

24 Mar 22:06
07321cb

Choose a tag to compare

  • This release fixes a couple issues primarily within the elfdata() function.
    • tryCatch() implemented to handle instances where resource is not available or has changed
    • Progress bar replaces loop iteration printout, used in interactive sessions only
    • file.path() replaces paste() for retrieving ichthymap dataset
    • inherits() replaces class() in if statement
    • Messages revised to lowercase
    • Comment added to \donttest

elfgen 2.2.3

07 Feb 19:40
2d94e72

Choose a tag to compare

Welcome to elfgen:

  • A dev release version
  • Updated package following CRAN submission notes

elfgen 2.2.2

04 Feb 20:11
d60c7b7

Choose a tag to compare

Welcome to elfgen:

  • A dev release version
  • Updated package following CRAN submission notes

elfgen 2.2.1

26 Jan 21:01
d98c41d

Choose a tag to compare

Welcome to elfgen:

  • A dev release version
  • Updated DESCRIPTION file and README following CRAN submission notes