Skip to content

Commit

Permalink
Merge pull request #7 from sjewo/testing
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
sjewo committed Feb 10, 2015
2 parents 08af604 + f13f872 commit 8f6ef2e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
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 = "[email protected]", role = c("aut")),
person("Sebastian", "Jeworutzki",
email="[email protected]", 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:
Expand Down
2 changes: 1 addition & 1 deletion R/readstata13.R
Original file line number Diff line number Diff line change
@@ -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.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/readstata13.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}
Expand Down

0 comments on commit 8f6ef2e

Please sign in to comment.