Skip to content

brolgar

Browse Over Longitudinal Data Graphically and Analytically in R

v1.0.2 · Sep 2, 2025 · MIT + file LICENSE

Description

Provides a framework of tools to summarise, visualise, and explore longitudinal data. It builds upon the tidy time series data frames used in the 'tsibble' package, and is designed to integrate within the 'tidyverse', and 'tidyverts' (for time series) ecosystems. The methods implemented include calculating features for understanding longitudinal data, including calculating summary statistics such as quantiles, medians, and numeric ranges, sampling individual series, identifying individual series representative of a group, and extending the facet system in 'ggplot2' to facilitate exploration of samples of data. These methods are fully described in the paper "brolgar: An R package to Browse Over Longitudinal Data Graphically and Analytically in R", Nicholas Tierney, Dianne Cook, Tania Prvan (2020) <doi:10.32614/RJ-2022-023>.

Downloads

CRAN

414

Last 30 days

10421st

978

Last 90 days

5.6K

Last year

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

r2u CRAN

38

Last 30 days

96

Last 90 days

238

Last year

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

autoCRAN

8

Last 7 days

57

Last 30 days

0

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

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 Jun 9, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Jun 8, 2026
ERROR r-devel-linux-x86_64-debian-gcc

whether package can be installed

Installation failed.
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/brolgar.Rcheck/00install.out’ for details.
OK 12 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 25, 2026
NOTE 13 OK · 1 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  5.0Mb
  sub-directories of 1Mb or more:
    doc    2.4Mb
    help   2.3Mb

Code

Structure

Lines of code

5,737

Files

137

Compiled share

0%

Has compiled src

No

Language breakdown

R 1,801 (31.4%)Tests 1,086 (18.9%)Docs 1,305 (22.7%)Vignettes 1,545 (26.9%)

API

Exported functions

59

Internal functions

26

Testing & CI

Has tests

Yes

Test-to-code ratio

2.00

testthat edition

3

CI present

No

CI type

[]

PR gated

No

Docs

Return-value doc rate

77.8%

\dontrun example ratio

0%

Roxygen coverage

98.3%

Has pkgdown

No

NEWS present

Yes

Health & Security signals

Informational signals; not verdicts.

on.exit coverage

Unsafe pattern score

0

Dep constraint coverage

75%

Secret pattern count

0

Bundled 3rd-party code

2 items

Portability & License

Min R version

3.5.0

System requirements

C++ standard

License

MIT + file LICENSE

License flags

SPDX valid, OSI approved

History

Versions

6

First release

2020-12-16

Latest release

2025-09-03

Avg cadence

458 days

Cold removal rate

Dep drift

0

LOC over versions

v0.1.0: 5,699 LOCv0.1.1: 5,757 LOCv0.1.2: 5,752 LOCv1.0.0: 5,753 LOCv1.0.1: 5,807 LOCv1.0.2: 5,737 LOC

Per-file churn detail lives in the source pipeline: https://github.com/r-observatory/cran-code-metrics.

Dependency Network

Dependencies Reverse dependencies dplyr fabletools ggplot2 glue (>= 1.3.1) magrittr purrr rlang tibble tidyr tsibble vctrs brolgar

Version History

7 tracked
new 1.0.2 Mar 10, 2026
updated 1.0.2 ← 1.0.1 diff Sep 2, 2025
updated 1.0.1 ← 1.0.0 diff May 9, 2024
updated 1.0.0 ← 0.1.2 diff Feb 6, 2023
updated 0.1.2 ← 0.1.1 diff Aug 24, 2021
updated 0.1.1 ← 0.1.0 diff May 26, 2021
new 0.1.0 Dec 15, 2020