Andrew Gene Brown

Results 162 comments of Andrew Gene Brown

The root directory "README.md" file has been updated. This will replace the index used in /chapters to direct to the various course materials. http://ncss-tech.github.io/stats_for_soil_survey/ Now the markdown document is knitted...

Updated main post with suggestions from @smroecker

Bookdown "tip" from re-learning some things after @dylanbeaudette questions about keeping links intact Can control HTML file output names and other tags using `# Header Text {#shortname}` So, for instance...

Syntax for unlisted/unnumbered elements in table of contents: https://bookdown.org/yihui/rmarkdown-cookbook/toc-unlisted.html -- requires at least Pandoc 2.10. This could probably be used in several places of Part 1 book in hindsight. Dylan...

AH, and the big one -- you cannot re-use header names or the Table of Contents will (likely) not link them correctly. This appears to need fixing since everyones most...

Some time before these functions were in AQP, I used this type of logic in some of my QC/validation scripts, which were a precursor to a bunch of stuff that...

Perhaps this would be better suited to a new function. Here is a prototype that doesn't quite generalize all of the above referenced logic for re-use, but gives what I...

The above process can likely be made more efficient using a lookup table similar to the one generated below: ```r library(aqp) #> This is aqp 2.0.3 texcl_to_classlimit(SoilTextureLevels()) #> texcl clay_l...

I am going to take a crack at pre-generating the results, and will consider incorporating into existing data structures rather than making something new. PR imminent

See this file for some investigations I did into the functions used in aqp. https://github.com/ncss-tech/aqp/blob/aqpdf/misc/aqp2/function-dependencies.R The below groups are general groups -- assigned using a sequence of regular expressions. It...