Skip to content

Commit

Permalink
remote cran check fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
robchallen committed Jun 27, 2022
1 parent 965e1ad commit 21fcb26
Show file tree
Hide file tree
Showing 103 changed files with 15,516 additions and 7,652 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- {os: macOS-11, r: '4.1.0'}
- {os: windows-2022, r: '4.1.0'}
- {os: ubuntu-20.04, r: '3.6.1'}
- {os: ubuntu-20.04, r: '4.2.0'}
- {os: ubuntu-22.04, r: '4.2.0'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -38,9 +38,11 @@ jobs:
with:
use-public-rspm: true

- name: Install xml deps on Linux
if: runner.os == 'Linux'
run: sudo apt-get update -y && sudo apt-get install -y libxmlsec1-dev pkg-config pandoc-citeproc
# - name: Install xml deps on Linux
# if: runner.os == 'Linux'
# run: sudo apt-get update -y && sudo apt-get install -y libxmlsec1-dev pkg-config pandoc-citeproc

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r-dependencies@v1
with:
Expand Down
15 changes: 8 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,28 @@ transmute, ungroup
* export history as dot graphviz graph
* render history graph to SVG, PNG, PDF, DOT or PS formats

# dtrackr 0.2.0 - release github version
# dtrackr 0.2.0

* track excluded items with debugging info
* allow across syntax in most situations (except group_by)
* support pausing and unpausing of the dataframe tracking
* preventing massive group_by groups if large numbers of very small groups are selected (e.g. part of a group_by() %>% mutate())
* switch warnings to rlang::warn etc.

# 0.2.1 -
# dtrackr 0.2.1

* minor bug fixes for grouping
* support for tagging pipeline with a piece of data for later retrieval to support e.g. counts within abstract
* supoprt for tidyselect syntax in group by
* support for tagging pipeline with a piece of data for later retrieval to support e.g. for counts within abstract
* support for tidyselect syntax in group by

# 0.2.2
# dtrackr 0.2.2

* new feature of subgroup counts for determining size of subgroups in grouped (or ungrouped) flowchart.
* bug fixes and extended github workflows.

# Future developments
# dtrackr Future developments

* develop flexible formatting
* move to tidy_eval use of rlang::.data
* Track md5 of dataframes and compare history graphs for divergences
* other dplyr functions
* test working with dbplyr data frames
117 changes: 82 additions & 35 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 21fcb26

Please sign in to comment.