BergelsonLab / blabr

Other
1 stars 3 forks source link

export public-facing functions #27

Open kalenkovich opened 2 years ago

kalenkovich commented 2 years ago

blabr used to export every variable defined in its code. For various reasons, it is not a good idea so I switched to explicitly exporting functions/variables that users might use. If you encounter a function that is not exported, please add it in a comment below.

In the meantime, use blabr:::<function> to access a that used to be available after library(blabr) and now isn't.

hggarrison commented 2 years ago

binifyFixations

kalenkovich commented 2 years ago

From Elika:

hi, we need to export blabr::theme_blab()