Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yulric committed Dec 16, 2024
1 parent e2f821c commit 36dc037
Show file tree
Hide file tree
Showing 133 changed files with 83,268 additions and 10,497 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: recodeflow
Type: Package
Title: Contains functions to interface with variable details sheets, including recoding variables and converting them to PMML
Version: 0.1.0
Version: 0.1.1
Authors@R: c(
person("Yulric", "Sequeira", email = "ysequeira@ohri.ca", role = c("aut", "cre")),
person("Luke", "Bailey", role = c("aut")),
Expand All @@ -10,7 +10,7 @@ Authors@R: c(
Maintainer: Yulric Sequeria <ysequeira@ohri.ca>
Description: Recode and harmonize data using variable and details sheets.
Depends:
R (>= 3.1.0)
R (>= 3.5)
Imports:
sjlabelled,
stringr,
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Generated by roxygen2: do not edit by hand

export(example_der_fun)
export(get_table_name)
export(is_equal)
export(is_table_feeder_var)
Expand Down
Binary file added data/pbc.rda
Binary file not shown.
Binary file added data/pbc_metadata.rda
Binary file not shown.
Binary file added data/pbc_variable_details.rda
Binary file not shown.
Binary file added data/pbc_variables.rda
Binary file not shown.
Binary file added data/tester_variable_details.rda
Binary file not shown.
Binary file added data/tester_variables.rda
Binary file not shown.
149 changes: 50 additions & 99 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 36dc037

Please sign in to comment.