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

Fix broken pipelines #280

Merged
merged 24 commits into from
Oct 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b846575
add teal.slice to rhub lookup-refs
m7pr Aug 28, 2024
c1afb40
revert teal.slice from rhub lookups
m7pr Aug 28, 2024
ad20538
do not run examples if nestcolor is not installed
m7pr Aug 28, 2024
3f1240a
add teal.slice to Config/Needs/verdepcheck
m7pr Aug 28, 2024
ba57bea
Update DESCRIPTION
m7pr Aug 29, 2024
fe5349b
Merge branch 'main' into fix-pipelines@main
m7pr Aug 30, 2024
350750a
replace requireNamespace("nestcolor") with require("nestcolor")
m7pr Aug 30, 2024
63717c8
Merge branch 'fix-pipelines@main' of https://github.com/insightsengin…
m7pr Aug 30, 2024
ffa06f9
Merge branch 'main' into fix-pipelines@main
m7pr Sep 20, 2024
883e4a2
chore: use revdepcheck.yaml@r-revdepcheck-action-fix_non_cran
walkowif Sep 20, 2024
c4b441a
Merge branch 'main' into fix-pipelines@main
m7pr Oct 3, 2024
c28c02c
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] Oct 3, 2024
689e71e
add teal.slice to lookup-refs for revdepcheck
m7pr Oct 3, 2024
6905ec9
Merge branch 'fix-pipelines@main' of https://github.com/insightsengin…
m7pr Oct 3, 2024
7764bfe
Merge branch 'main' into fix-pipelines@main
m7pr Oct 3, 2024
2b5a86b
change examples to teal_data
m7pr Oct 8, 2024
48ca633
Revert "change examples to teal_data"
m7pr Oct 8, 2024
13ac85a
move teal.data to Imports and change exmaples
m7pr Oct 8, 2024
8e7b32a
remove nestcolor from DEPENDENCIES to simplify examples
m7pr Oct 8, 2024
58395b8
[skip style] [skip vbump] Restyle files
github-actions[bot] Oct 8, 2024
f2cedbe
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] Oct 8, 2024
01e241d
Update NEWS.md
m7pr Oct 8, 2024
800726c
Update NEWS.md
pawelru Oct 8, 2024
5a2c8c6
Update NEWS.md
pawelru Oct 8, 2024
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
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# teal.osprey 0.1.16.9028

* Removed `Show Warnings` modals from modules.
* Moved `teal_data` from `Suggests` to `Imports` as it was used in `tm_g_swimlane`. Changed examples from `cdisc_data()` to `teal_data()`.
* Moved `teal_data` from `Suggests` to `Imports` as it was used in `tm_g_swimlane`.
pawelru marked this conversation as resolved.
Show resolved Hide resolved
* Changed examples from `cdisc_data()` to `teal_data()`.

### Breaking Changes
* Adapted all modules to use `teal_data` objects.
Expand Down
Loading