Skip to content

Commit

Permalink
Merge pull request #96 from atorus-research/gh_issue_95
Browse files Browse the repository at this point in the history
Gh issue 95
  • Loading branch information
elimillera committed Oct 17, 2022
2 parents e1af040 + c49d683 commit f3c9ea8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2,961 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Tplyr
Title: A Traceability Focused Grammar of Clinical Data Summary
Version: 1.0.0
Version: 1.0.1
Authors@R:
c(
person(given = "Eli",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Tplyr 1.0.1
- Bug fixes
- Resolve issue where `modify_nested_call()` fails if Tplyr is not loaded (#95)

# Tplyr 1.0.0

- New features
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
modify_nested_call <- function(c, examine_only=FALSE, ...) {

# Get exports from Tplyr
allowable_calls = objects("package:Tplyr")
allowable_calls = getNamespaceExports("Tplyr")

# Only allow the user to use `Tplyr` functions
assert_that(
Expand Down
Loading

0 comments on commit f3c9ea8

Please sign in to comment.