diff --git a/DESCRIPTION b/DESCRIPTION index 0e73701..56bcd7c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,11 +1,15 @@ Package: racq4 Type: Package -Title: What the Package Does (Title Case) +Title: Analysis of acq4 electrophysiology data Version: 0.1.0 -Author: Who wrote it -Maintainer: The package maintainer -Description: More about what it does (maybe more than one line) - Use four spaces when indenting paragraphs within the Description. +Authors@R: c( + person("Shahar","Frechter", email="frechter@mrc-lmb.cam.ac.uk", + role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0431-5849")), + person("Gregory","Jefferis", email="jefferis@gmail.com", + role = c("aut"), comment = c(ORCID = "0000-0002-0587-9355"))) +Description: Functions to analyse acq4 electrophysiology data in its native HDF5 + format including, reading (with attributes), downsampling, smoothing, spike + finding and plotting. License: GPL (>= 3) Encoding: UTF-8 LazyData: true diff --git a/man/racq4-package.Rd b/man/racq4-package.Rd index c3e8613..92880cf 100644 --- a/man/racq4-package.Rd +++ b/man/racq4-package.Rd @@ -4,9 +4,9 @@ \name{racq4-package} \alias{racq4} \alias{racq4-package} -\title{racq4: What the Package Does (Title Case)} +\title{racq4: Analysis of acq4 electrophysiology data} \description{ -More about what it does (maybe more than one line) Use four spaces when indenting paragraphs within the Description. +Functions to analyse acq4 electrophysiology data in its native HDF5 format including, reading (with attributes), downsampling, smoothing, spike finding and plotting. } \seealso{ Useful links: @@ -16,5 +16,14 @@ Useful links: \item Report bugs at \url{https://github.com/jefferislab/racq4/issues} } +} +\author{ +\strong{Maintainer}: Shahar Frechter \email{frechter@mrc-lmb.cam.ac.uk} (\href{https://orcid.org/0000-0002-0431-5849}{ORCID}) + +Authors: +\itemize{ + \item Gregory Jefferis \email{jefferis@gmail.com} (\href{https://orcid.org/0000-0002-0587-9355}{ORCID}) +} + } \keyword{internal}