Releases: ucd-cws/arcproject-wq-processing
Installation and Site Selection Fixes
This code includes minor fixes to the prior version - for installations, selecting sites from dropdowns, etc. It should be used in place of the prior release
New data loading code for YSI Exo sonde
This release includes code to load data from the new YSI Exo sonde. It is still in testing, but the data from the sonde has been loaded for 2019. The toolbox seems to not correctly handle site lookups in this version, a known issue that requires investigation.
Fixing further installation and running issues
This release pins amaptor to version 0.1.1.7 and fixes other installation and running issues.
The setup file attempts to install a specific R package that resolves other installation issues. If the installer fails to run that, then manually running devtools::install_github("r-lib/remotes", ref = "e56a41e1d0cad55cbe7d60b274b99ab7b7a76b5c")
within R should help. Then re-run the install, where other packages will successfully install.
Bugfix release: Fixes installation and data processing issues
This release fixes some version pinning issues that prevented use of tools in the ArcGIS toolbox. The Amaptor code was separately updated and pushed, but also version pinned here so that future changes won't break this code base. Documentation was also updated with information on building distributions here and information on connecting to the database directly from R is in the wiki.
We don't currently have a separate test machine, so this installer hasn't been tested since 2017. It should still work, but just a caveat.
Release Candidate 1
This version fixes some minor bugs and provides a few new features. Under the hood, it uses a new R package Andy wrote to do the graphing, and behind the scenes, the installation pulls this package in to use. This enables tweaking of the heatplots directly in R. More information on building your own heatplots can be found at https://github.com/ucd-cws/wq-heatplot
As before, in addition to the installation documentation located on this site, we've also created a more thorough Getting Started video to help guide you in using this software for the first time. Make sure to change the quality settings on the video to the highest available (bottom right of video, click on the gear icon so you can better see the screen recording).
Beta 3 - R launching fixes
This release updates the version of launchR used as a dependency in order to fix a bug when the Documents folder is redirected on a computer. It should better handle when R fails, once again providing more information. If you already have an installation working, and the generate heatplots tool works correctly, there is no need to update at this time, but for new installations, this version should be used.
As before, in addition to the installation documentation located on this site, we've also created a more thorough Getting Started video to help guide you in using this software for the first time. Make sure to change the quality settings on the video to the highest available (bottom right of video, click on the gear icon so you can better see the screen recording).
PreRelease - Beta 2
This release fixes a number of issues in installation and data output. In addition to the installation documentation located on this site, we've also created a more thorough Getting Started video to help guide you in using this software for the first time. Make sure to change the quality settings on the video to the highest available (bottom right of video, click on the gear icon so you can better see the screen recording).
PreRelease - Usable Beta Version
This is the first beta meant for general use within the ArcProject team. In addition to the installation documentation located on this site, we've also created a more thorough Getting Started video to help guide you in using this software for the first time. Make sure to change the quality settings on the video to the highest available (bottom right of video, click on the gear iconso you can better see the screen recording.
PreRelease - Installation Testing
Make sure to check the updated installation instructions in the wiki (they've been shortened!). Code may not work after install, but installation should work well now.
Pre-release Installation Test - Update 2/24/2017
Fixes include heatplot and installation-related fixes. See installation instructions here: https://github.com/ucd-cws/arcproject-wq-processing/wiki/installation