code from packages DRC, ggscalebar, but not: ephysannotations ( ggXbar ) are integrated? how to keep this up to date ? ==> kick them out again - keep DRC separate because it has its own rights beyond ephys - same for scalebars ? - but then how to manage these "dependencies" if the are not on CRAN? this can be done via a Remotes: entry in DESCRITPTION see here https://stackoverflow.com/questions/30493388/create-an-r-package-that-depends-on-another-r-package-located-on-github then load DRC, scalbar, etc plus ggplot when loading ephys. https://kbroman.org/pkg_primer/pages/depends.html says:
"Depends is used to indicate dependency on a particular version of R, and on packages that are to be loaded (with library()) whenever your package is loaded. If you expect that users would want to load that other package whenever they loaded yours, then you should include the package name here. But this is now relatively rare. (I think the namespaces for these packages should also be imported, with @import.)"
currently we have only proto in DEPENDS. sometimes I think we use library so we load drc etc when needed. should we do the same with ggplot?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.