Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 614 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 614 Bytes

zebraRef

This repo is an R package with the zebrafish development reference(s) for age estimation using the RAPToR tool.

To install the package, run the following in your R console :

if (!requireNamespace("remotes", quietly = TRUE))
    install.packages("remotes")
remotes::install_github("LBMC/zebraRef", build_vignettes = T)

Update info

v0.2

  • Built a function factory to simplify ref. building code
  • Added reference metadata to comply with RAPToR v1.2 update.
  • Added time range/unit info in list_refs

v0.1

  • Created the data package.