- added
easterwood_weather
,mission_aransas_nerr
,arroyo_wetland
,uranium_tds
,neon_stage_discharge
datasets. (#25) - update name and fields of
dissolved_oxygen
(formerlyDissolved_Oxygen
) dataset for consistency. path_to_file
returns file paths to example data.
- ggplot2 themes updated to use linewidth argument instead of size.
- pkgdown function reference groups functions by topic.
- add pkgdown template for other packages
- use pkgdown to document package
- add contributors
twri_docx()
is depreciated, the docx template now calls officedown directly.
- twri-docx template includes new chunk options for formatting table and figure captions provided by officedown. (#11)
- fix issue with citations causing pdf build failures.
- ggplot2_box_legend creates boxplot legend.
- fixed issue where gridlines overlapped axis lines (#8)
- fix latex error when chunk code is not displayed (#7)
- Initial package release.
- Includes two rmarkdown templates for word and pdf document creation.
- Includes two ggplot2 themes for print and presentation graphics.
- Unit testing handled by testthat
- Github actions used for r-cmd-check