Skip to content

Commit

Permalink
0.4.0 candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
robchallen committed Mar 24, 2023
1 parent 749fcbc commit 376ebab
Show file tree
Hide file tree
Showing 225 changed files with 2,890 additions and 9,379 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.3.0
Date: 2023-01-18 09:46:14 UTC
SHA: 8fd6f1d151118c2ec184460ca2358f158671c2dd
Date: 2023-01-30 17:21:48 UTC
SHA: 749fcbc4f8f3d3d60a56444b36b3f4fdab0dddfd
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dtrackr
Title: Track your Data Pipelines
Version: 0.3.0
Version: 0.4.0
Authors@R:
person(given = "Robert",
family = "Challen",
Expand Down Expand Up @@ -46,7 +46,7 @@ VignetteBuilder:
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
URL: https://terminological.github.io/dtrackr/index.html,
Expand Down
14 changes: 11 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# NEWS

# dtrackr 0.4.0

* Updating release following `dplyr` version 1.1.0 an changes in new versions of
`tidyr`
* More use of @inheritDotParams to decouple from upstream APIs
* fix for #33
* Fix for RSVG scaling inconsistency / rotation issues.
* TODO: (next version) exclusions in joins
* TODO: (next version) better support for long format tables
* TODO: (future version) column level tracking (prototyped in 0.2.5)

# dtrackr 0.3.0

* Updating release in preparation for `dplyr` version 1.1.0
Expand All @@ -14,9 +25,6 @@ https://terminological.github.io/dtrackr/ in readme README.md
* There are some spelling issues that arise from documentation inherited from
`dplyr`and `tidyr` equivalent functions, that would need to be fixed upstream.
* Documentation inherited from dplyr may be inconsistent until dplyr release.
* TODO: (next version) exclusions in joins
* TODO: (next version) better support for long format tables
* TODO: (future version) column level tracking (prototyped in 0.2.5)

# dtrackr 0.2.5

Expand Down
586 changes: 324 additions & 262 deletions R/dtrackr.R

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/404.html

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

4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.html

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

4 changes: 2 additions & 2 deletions docs/LICENSE-text.html

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

4 changes: 2 additions & 2 deletions docs/LICENSE.html

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

100 changes: 69 additions & 31 deletions docs/articles/consort-example.html

Large diffs are not rendered by default.

200 changes: 110 additions & 90 deletions docs/articles/dtrackr-options.html

Large diffs are not rendered by default.

378 changes: 207 additions & 171 deletions docs/articles/dtrackr.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/articles/index.html

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

10 changes: 5 additions & 5 deletions docs/articles/joining-pipelines.html

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

4 changes: 2 additions & 2 deletions docs/authors.html

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

4 changes: 2 additions & 2 deletions docs/index.html

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

18 changes: 13 additions & 5 deletions docs/news/index.html

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

4 changes: 2 additions & 2 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pandoc: 2.19.2
pkgdown: 2.0.6
pkgdown: 2.0.7
pkgdown_sha: ~
articles:
consort-example: consort-example.html
dtrackr-options: dtrackr-options.html
dtrackr: dtrackr.html
joining-pipelines: joining-pipelines.html
last_built: 2023-01-17T16:55Z
last_built: 2023-03-24T14:32Z

Loading

0 comments on commit 376ebab

Please sign in to comment.