diff --git a/README.md b/README.md new file mode 100644 index 0000000..44199a1 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ + +# racq4 + + + + +The goal of racq4 is to support analysis of acq4 electrophysiology data in R. +acq4 is developed in Python; this packages will allow those more familiar with R +to access key data structures + +## Installation + +You can install the development version of racq4 from [GitHub](https://github.com/) with: + +``` r +# install.packages("pak") +pak::pkg_install("jefferislab/racq4") +```