Skip to content

report

Automated Reporting of Results and Statistical Models

v0.6.4 · May 4, 2026 · MIT + file LICENSE

Description

The aim of the 'report' package is to bridge the gap between R’s output and the formatted results contained in your manuscript. This package converts statistical models and data frames into textual reports suited for publication, ensuring standardization and quality in results reporting.

Downloads

CRAN

9.5K

Last 30 days

1220th

32.4K

Last 90 days

129K

Last year

Trend: -27.5% (30d vs prior 30d)

r2u CRAN

104

Last 30 days

183

Last 90 days

567

Last year

Trend: +100% (30d vs prior 30d)

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE May 9, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE May 3, 2026
ERROR r-devel-windows-x86_64

examples

Running examples in 'report-Ex.R' failed
The error most likely occurred in:

> ### Name: report_participants
> ### Title: Reporting the participant data
> ### Aliases: report_participants
> 
> ### ** Examples
> 
> library(report)
> data <- data.frame
...[truncated]...
, "USA", "Canada"
+   )
+ )
> report_participants(data)
Error in as.data.frame.integer(x[[i]], optional = TRUE) : 
  row names contain missing values
Calls: report_participants ... data.frame -> as.data.frame -> as.data.frame.integer
Execution halted
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Reverse Dependencies (6)

imports

Dependency Network

Dependencies Reverse dependencies bayestestR effectsize insight (>= 1.4.6) parameters performance datawizard SqueakR easystats VetResearchLMM colleyRstats modelbased rempsyc report

Version History

16 tracked
updated 0.6.4 ← 0.6.3 diff May 4, 2026
new 0.6.3 Mar 10, 2026
updated 0.6.3 ← 0.6.2 diff Jan 7, 2026
updated 0.6.2 ← 0.6.1 diff Nov 2, 2025
updated 0.6.1 ← 0.6.0 diff Feb 6, 2025
updated 0.6.0 ← 0.5.9 diff Jan 25, 2025
updated 0.5.9 ← 0.5.8 diff Jul 9, 2024
updated 0.5.8 ← 0.5.7 diff Dec 6, 2023
updated 0.5.7 ← 0.5.6 diff Mar 21, 2023
updated 0.5.6 ← 0.5.5 diff Feb 4, 2023
updated 0.5.5 ← 0.5.1 diff Aug 21, 2022
updated 0.5.1 ← 0.5.0 diff Feb 21, 2022
updated 0.5.0 ← 0.4.0 diff Jan 29, 2022
updated 0.4.0 ← 0.3.5 diff Sep 29, 2021
updated 0.3.5 ← 0.3.0 diff Jun 9, 2021