-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added test data files to package. * added EzXML to IPUMS.jl file. * created ddi_parser.jl file, and added include and export to IPUMs.jl file. * added test cases for ddi parser. * added EzXML to Project.toml and removed extraneous print statement from ddi_parser.jl * moved structs to structs.jl, and added docstrings. * moved xpath constants to constants.jl file and added documentation. * updated project.toml with my email addesss. Changing file type test as per request. * added throw to the ArgumentError. * added documentation to the loops. added a test case to check whether files existence causes error. * got preliminary regex stuff working. Need to test. * added a test case for the data summary. added more documentation. * added backticks to DDIInfo in docs. * escape the double dashes. * fixed some documentation formatting, and added ns testcase. * indicated in parse_ddi() function that the user should look at docs on DDIInfo for more info. * re-added small check functions. * adjusted struct documentation example to reflect updated API. * Fixed typos and reviewed documentation --------- Co-authored-by: TheCedarPrince <[email protected]>
- Loading branch information
1 parent
476f223
commit 67c8286
Showing
8 changed files
with
1,107 additions
and
3 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,11 +1,12 @@ | ||
name = "IPUMS" | ||
uuid = "51d1f77e-d457-4c14-a89d-9ed71839f38d" | ||
authors = ["TheCedarPrince <[email protected]> and Krishna Bhogaonker"] | ||
authors = ["TheCedarPrince <[email protected]> and Krishna Bhogaonker <[email protected]>"] | ||
version = "0.0.1" | ||
|
||
[deps] | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615" | ||
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" | ||
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" | ||
OpenAPI = "d5e62ea6-ddf3-4d43-8e4c-ad5e6c8bfd7d" | ||
|
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
Oops, something went wrong.