-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from sjewo/testing
fix typo
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters