-
Notifications
You must be signed in to change notification settings - Fork 19
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
30 changed files
with
415 additions
and
733 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 |
---|---|---|
|
@@ -7,9 +7,9 @@ Description: Function-oriented Make-like declarative pipelines for | |
By establishing reusable archetypes for common kinds of | ||
targets and pipelines, these functions help express complicated | ||
reproducible pipelines concisely and compactly. | ||
The methods in this package were influenced by the 'drake' R package | ||
The methods in this package were influenced by the 'targets' R package. | ||
by Will Landau (2018) <doi:10.21105/joss.00550>. | ||
Version: 0.10.0.9004 | ||
Version: 0.11.0 | ||
License: MIT + file LICENSE | ||
URL: https://docs.ropensci.org/tarchetypes/, https://github.com/ropensci/tarchetypes | ||
BugReports: https://github.com/ropensci/tarchetypes/issues | ||
|
@@ -21,6 +21,12 @@ Authors@R: c( | |
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-1878-3253") | ||
), | ||
person( | ||
given = "Rudolf", | ||
family = "Siegel", | ||
role = "ctb", | ||
comment = c(ORCID = "0000-0002-6021-804X") | ||
), | ||
person( | ||
given = "Samantha", | ||
family = "Oliver", | ||
|
@@ -36,12 +42,6 @@ Authors@R: c( | |
person( | ||
family = "Eli Lilly and Company", | ||
role = c("cph", "fnd") | ||
), | ||
person( | ||
given = "Rudolf", | ||
family = "Siegel", | ||
role = "ctb", | ||
comment = c(ORCID = "0000-0002-6021-804X") | ||
)) | ||
Depends: | ||
R (>= 3.5.0) | ||
|
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
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.
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.
Oops, something went wrong.