mikeblazanin / gcplyr

gcplyr is an R package that facilitates wrangling and analysis of microbial growth curve data
https://mikeblazanin.github.io/gcplyr/
Other
29 stars 2 forks source link

[Man] make_designpattern: Example uses deprecated make_tidydesign #141

Closed discoleo closed 1 year ago

discoleo commented 1 year ago

Man: make_designpattern

The example uses the deprecated make_tidydesign function: my_example <- make_tidydesign(nrows = 8, ncols = 12, design_element_name = make_designpattern(values = c("L", "G", "C"), rows = 2:7, cols = 2:11, pattern = "11223300", byrow = TRUE))

The manual does NOT explain the following details:

mikeblazanin commented 1 year ago

Fixed in v1.3.0.9000. Note that most documentation is in make_design; make_designpattern is simply a helper function with minimal documentation intentionally