Skip to content

Commit cb8b4b5

Browse files
committed
rebase
Merge branch 'main' of https://github.com/iaugusty/formatters # Conflicts: # DESCRIPTION
2 parents 4d54041 + 5e49a6e commit cb8b4b5

File tree

7 files changed

+28
-3
lines changed

7 files changed

+28
-3
lines changed

.Rbuildignore

+3
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@
2020
~$
2121
pkgdown
2222
^pkgdown$
23+
^.revdeprefs\.yaml$
24+
^revdep$
25+
^\.covrignore$

.github/workflows/on-demand.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: On-demand 🧑‍🔬
3+
4+
on:
5+
schedule:
6+
- cron: '45 3 * * 0'
7+
workflow_dispatch:
8+
9+
jobs:
10+
revdepcheck:
11+
name: revdepcheck ↩️
12+
uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ complexmodel.R
3030
*.R#
3131
[^/]*.R
3232

33+
tests/testthat/_snaps/**/*.new.md
34+
tests/testthat/_snaps/**/*.new.svg

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ repos:
3131
.*\.Rproj|
3232
.*\.sh|
3333
(.*/|)\.gitignore|
34+
(.*/|)\.covrignore|
3435
(.*/|)\.gitlab-ci\.y[a]?ml|
3536
(.*/|)\.lintr|
3637
(.*/|)\.pre-commit-.*|

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: formatters
22
Title: ASCII Formatting for Values and Tables
3-
Version: 0.5.6.9001
4-
Date: 2024-04-15
3+
Version: 0.5.6.9003
4+
Date: 2024-04-29
55
Authors@R: c(
66
person("Gabriel", "Becker", , "[email protected]", role = "aut",
77
comment = "original creator of the package"),

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## formatters 0.5.6.9001
1+
## formatters 0.5.6.9003
22

33
## formatters 0.5.6
44
* Added "N=xx" format and unit test for it.

revdep/.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
checks
2+
library
3+
checks.noindex
4+
library.noindex
5+
cloud.noindex
6+
data.sqlite
7+
*.html

0 commit comments

Comments
 (0)