Skip to content

Commit d680d99

Browse files
committed
update
1 parent 80a26eb commit d680d99

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.Rmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ All functions can detect active file contexts in RStudio and Positron, so genera
2121
Require extra installation:
2222

2323
- `air_format()` - Format R code using air
24+
2425
- `flir_fix()` - Automatically fix linting issues using flir
2526

2627
### Available Standalone Scripts
@@ -40,7 +41,9 @@ Use `usethis::use_standalone("Exceret/rpkgkit", "<name>")` to import:
4041
### NEWS.md Management
4142

4243
- `news_md_add_entry()` - Add new entries to NEWS.md following CRAN guidelines
44+
4345
- `news_md_check()` - Validate NEWS.md format for CRAN compliance
46+
4447
- `news_md_show()` - Display NEWS.md content with optional filtering
4548

4649
### Other Utilities

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ so generally file path can be omitted.
2727
Require extra installation:
2828

2929
- `air_format()` - Format R code using air
30-
-
30+
3131
- `flir_fix()` - Automatically fix linting issues using flir
3232

3333
### Available Standalone Scripts
@@ -52,14 +52,13 @@ Use `usethis::use_standalone("Exceret/rpkgkit", "<name>")` to import:
5252

5353
- `news_md_add_entry()` - Add new entries to NEWS.md following CRAN
5454
guidelines
55-
-
55+
5656
- `news_md_check()` - Validate NEWS.md format for CRAN compliance
57-
-
57+
5858
- `news_md_show()` - Display NEWS.md content with optional filtering
5959

6060
### Other Utilities
6161

6262
- `make_func_call_explicit()` - Make function calls explicit by adding
6363
package prefixes
64-
-
6564
- `render_rmd()` - Render R Markdown documents

0 commit comments

Comments
 (0)