Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add R/typetrace-package.R for #76 #78

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: autotest
Title: Automatic Package Testing
Version: 0.0.2.204
Version: 0.0.2.206
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")),
Expand All @@ -24,6 +24,7 @@ Imports:
rlang,
testthat,
tibble,
typetracer,
withr,
yaml
Suggests:
Expand All @@ -38,8 +39,10 @@ Suggests:
usethis
VignetteBuilder:
knitr
Remotes:
mpadge/typetracer
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
RoxygenNote: 7.2.1
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export(at_yaml_template)
export(autotest_obj)
export(autotest_package)
export(autotest_types)
export(autotest_yaml)
export(examples_to_yaml)
export(expect_autotest_no_err)
export(expect_autotest_no_testdata)
Expand Down
Loading
Loading