-
Notifications
You must be signed in to change notification settings - Fork 0
Milestones
List view
# Book Project ## Goals 1. Convert R Markdown chapters from `bookdown` to quarto book project. * Support multi-format output builds via project profiles. * Rely on exported `knitr` R package functions to handle text conversions. 2. R6 OOP development for `Specimen` methods and class definitions. * Improve package interface by adding common prefixes and abstracting methods. + Prefix `Specimen` record filtering methods with `filter_`. + Refactor `SpecimenMap$map()` + Consolidate `Specimen$annotations()` and `Specimen$labels()` - Combine any related local definitions and lifecycle appropriately. * See: `R/maps.R` for `botanist` private function * Update scripts for figures and tables. + Replace `.R` files with `.qmd` using `include` short code. 3. Implement CI/CD using GitHub Actions. ### Ongoing * [ ] GitHub Actions Workflows (#85) * [ ] Methods Variables (#95) ### Pull Requests * Update R6 OOP `Specimen` superclass. + Improve interface with `filter_*()` functions. (#93) - Add `.identifier` and `.return` parameters. * Convert `bookdown` R Markdown to `quarto` Book Project. (#87) + Update `knit` chunks with `quarto` code cell options. (#28) - Introduction (#92) - Methods (#94) - Appendix (#96)
Overdue by 2 year(s)•Due by September 30, 2023•29/40 issues closed