diff --git a/CITATION.cff b/CITATION.cff index c47cbaa..27de7a6 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,7 +4,7 @@ authors: - family-names: "Tobler" given-names: "Samuel" orcid: "https://orcid.org/0000-0002-0661-6055" -title: "behavdata: R Package for Behavioral Data Preprocessing" +title: "behavdata: R Package for Behavioral Data Preprocessing and Analysis" version: 0.1.0 date-released: 2022-05-24 url: "https://github.com/samueltobler/behavdata" \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index 8606f92..f4a509d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,9 +1,9 @@ Package: behavdata Type: Package -Title: Behavioral Data Preprocessing +Title: Behavioral Data Preprocessing and Analysis Version: 0.1.0 Author: Samuel Tobler -Description: An R package for eased behavioral data preprocessing +Description: An R package for eased behavioral data preprocessing and analysis URL: https://github.com/samueltobler/behavdata License: cc-by-nc-sa Encoding: UTF-8 diff --git a/README.md b/README.md index 29abafe..142a28d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Introduction -The **`behavdata`** package allows easy pre-processing of behavioral data. This package includes the following functions: +The **`behavdata`** package allows easy pre-processing and analysis of behavioral data. This package includes the following functions: #### Scale Analysis Related @@ -49,4 +49,4 @@ library(behavdata) To cite the repository **`behavdata`** in publications, please use: -Tobler, S. (2022). behavdata: R Package for Behavioral Data Preprocessing (Version 0.1.0) [Computer software]. https://github.com/samueltobler/behavdata +Tobler, S. (2022). behavdata: R Package for Behavioral Data Preprocessing and Analysis (Version 0.1.0) [Computer software]. https://github.com/samueltobler/behavdata