diff --git a/DESCRIPTION b/DESCRIPTION index 2eaf7aa5..765822e2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: readstata13 Type: Package -Title: Import Stata 13 Datafiles -Version: 0.5-2 +Title: Import Stata 13 Data Files +Version: 0.5-3 Authors@R: c( person("Jan Marvin", "Garbuszus", email = "jan.garbuszus@ruhr-uni-bochum.de", role = c("aut")), @@ -9,7 +9,7 @@ Authors@R: c( email="Sebastian.Jeworutzki@ruhr-uni-bochum.de", role = c("aut", "cre")), person("R Core Team", role="cph") ) -Description: Function to read and write the Stata 13 file format +Description: Function to read and write the Stata 13 file format. URL: https://github.com/sjewo/readstata13 License: GPL-2 | file LICENSE Imports: diff --git a/R/readstata13.R b/R/readstata13.R index 347caf09..9a479bc0 100644 --- a/R/readstata13.R +++ b/R/readstata13.R @@ -1,4 +1,4 @@ -#' Import Stata 13 Datafiles +#' Import Stata 13 Data Files #' #' Function to read the Stata 13 file format into a data.frame. #' diff --git a/man/readstata13.Rd b/man/readstata13.Rd index 73ce36ba..3b11415e 100644 --- a/man/readstata13.Rd +++ b/man/readstata13.Rd @@ -4,7 +4,7 @@ \name{readstata13} \alias{readstata13} \alias{readstata13-package} -\title{Import Stata 13 Datafiles} +\title{Import Stata 13 Data Files} \description{ Function to read the Stata 13 file format into a data.frame. }