Chris Black
Chris Black
Looks like the Edit Feed form always checks for a valid feed URL, and refuses to save any changes if validation fails. This would be great if I were trying...
I don't know what exactly changed or when in the gSSURGO API, but I was not able to make `gSSURGO.Query` or `extract_soil_nc` work in their current form -- this is...
## Description The utils package currently throws a LOT of messages at check time, contains a number of functions that appear to be vestigial or broken, and contains undeclared dependancies...
This is a replacement for #2786, in which @moki1202 made a good start on replacing all calls to the `RCurl` package with the closest equivalents from the (newer, better designed,...
Pasting from Slack discussion: [infotroph](https://app.slack.com/team/U8TF1TK8X) [Today at 11:51](https://pecanproject.slack.com/archives/G8S9VG292/p1645527068356649) Does anyone actively use the PEcAn.utils functions regrid or grid2netcdf? They seem unused inside PEcAn and are the only functions in utils...
Are these hard coded paths expected? Will this work on all pecan systems? _Originally posted by @ankurdesai in https://github.com/PecanProject/pecan/pull/1905#discussion_r180802034_
This PR initially contains the same commits as #2821, which can no longer be merged because its upstream fork was deleted. Please see there for a lot of good discussion,...
Current version only activates the venv when you enter the project root directory, and not if you cd directly from outside the project into a subdirectory. This patch corrects that...
## Description For discussion -- definitely needs input from @robkooper before merging! Adds a third option for the dependency image when building Docker images: In addition to "use the existing...
[User-visible changes in R 4.2](https://cran.r-project.org/bin/windows/base/old/4.2.0/NEWS.R-4.2.0.html) included: > Calling if() or while() with a condition of length greater than one gives an error rather than a warning. Consequently, environment variable `_R_CHECK_LENGTH_1_CONDITION_`...