-
Per recent discussion with @smroecker and @brownag, `checkHzDepthLogic` would benefit from a new argument that enables horizon-level reporting of errors. This [commit](https://github.com/ncss-tech/aqp…
-
Back to a common thread: what is the "official" (or reasonable in the absence of a standard) approach to a weighted-average style aggregation when dealing with a mixture of soil + non-soil components …
-
```r
library(aqp)
library(soilDB)
x
-
Incorrect labeling due to bad order and/or missing groups. The algorithm is likely getting confused somehow, as this is handled correctly even when things are out of order a very high percentage of th…
-
I'm thinking that it may be unwise to cause the following:
```
The following objects are masked from ‘package:base’:
split, union
```
-
Note that we have a "new" (to us) ODBC driver available in the ODBC Data Source Administrator: `ODBC Driver 13 for SQL Server` . It can be used to connect to the NASIS local database.
![image](htt…
-
Yo @brownag whats going on here:
https://github.com/ncss-tech/soilDB/blob/5588248b527a5095425eddc7faf9e7760b52a64e/R/ROSETTA.R#L166
Is this an artifact of an out of sync branch, or .Rd files conve…
-
http://ncss-tech.github.io/stats_for_soil_survey/chapters/6_linear_models/rms-examples.html
-
Plan is to make a CRAN release of soilDB 2.5.9 soon (before Stats class)
- [x] Run spellcheck on docs
- [x] Rebuild HTML docs
- [x] Update NEWS
- [x] Standardize rebuild process for `fetchN…
-
It appears that `.diagHzLongtoWide()` assigns NA to all columns when a pedon has no diagnostic features. NA should probably be `FALSE`, since we interpret NULL records as missing for all other interpr…