-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
21 additions
and
26 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,8 +1,8 @@ | ||
Package: psidR | ||
Type: Package | ||
Title: Build Panel Data Sets from PSID Raw Data | ||
Version: 2.2 | ||
Date: 2024-05-29 | ||
Version: 2.3 | ||
Date: 2024-09-23 | ||
Author: Florian Oswald | ||
Maintainer: Florian Oswald <[email protected]> | ||
Description: Makes it easy to build panel data in wide format from Panel Survey | ||
|
@@ -15,8 +15,7 @@ Description: Makes it easy to build panel data in wide format from Panel Survey | |
waves. There are different panel data designs and sample subsetting criteria | ||
implemented ("SRC", "SEO", "immigrant" and "latino" samples). | ||
Depends: R (>= 3.5.0) | ||
URL: https://github.com/floswald/psidR, | ||
http://floswald.github.io/psidR/ | ||
URL: https://github.com/floswald/psidR | ||
Imports: | ||
data.table, | ||
RCurl, | ||
|
@@ -25,10 +24,11 @@ Imports: | |
openxlsx, | ||
futile.logger | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
Collate: | ||
'build.panel.r' | ||
'makeids.r' | ||
'psidR-package.r' | ||
Suggests: | ||
testthat | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.2 |
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
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
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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