Package: reconstructr 2.0.3

Os Keyes
reconstructr: Session Reconstruction and Analysis
Functions to reconstruct sessions from web log or other user trace data and calculate various metrics around them, producing tabular, output that is compatible with 'dplyr' or 'data.table' centered processes.
Authors:
reconstructr_2.0.3.tar.gz
reconstructr_2.0.3.zip(r-4.7)reconstructr_2.0.3.zip(r-4.6)reconstructr_2.0.3.zip(r-4.5)
reconstructr_2.0.3.tgz(r-4.6-x86_64)reconstructr_2.0.3.tgz(r-4.6-arm64)reconstructr_2.0.3.tgz(r-4.5-x86_64)reconstructr_2.0.3.tgz(r-4.5-arm64)
reconstructr_2.0.3.tar.gz(r-4.7-arm64)reconstructr_2.0.3.tar.gz(r-4.7-x86_64)reconstructr_2.0.3.tar.gz(r-4.6-arm64)reconstructr_2.0.3.tar.gz(r-4.6-x86_64)
reconstructr_2.0.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
reconstructr/json (API)
| # Install 'reconstructr' in R: |
| install.packages('reconstructr', repos = c('https://ironholds.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ironholds/reconstructr/issues
- session_dataset - Example event dataset
log-analysissession-reconstructioncpp
Last updated from:37250ac15d. Checks:11 ERROR, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | ERROR | 135 | ||
| linux-devel-x86_64 | ERROR | 134 | ||
| source / vignettes | OK | 217 | ||
| linux-release-arm64 | ERROR | 147 | ||
| linux-release-x86_64 | ERROR | 121 | ||
| macos-release-arm64 | ERROR | 77 | ||
| macos-release-x86_64 | ERROR | 312 | ||
| macos-oldrel-arm64 | ERROR | 76 | ||
| macos-oldrel-x86_64 | ERROR | 152 | ||
| windows-devel | ERROR | 98 | ||
| windows-release | ERROR | 96 | ||
| windows-oldrel | ERROR | 96 | ||
| wasm-release | OK | 135 |
Exports:bounce_ratesession_countsession_lengthsessionisetime_on_page
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| calculate the bounce rate within a session dataset | bounce_rate |
| functions for session reconstruction and analysis | reconstructr-package reconstructr |
| Count the number of sessions in a sessionised dataset | session_count |
| Example event dataset | session_dataset |
| Calculate session length | session_length |
| Reconstruct sessions (experimental) | sessionise |
| Calculate time-on-page metrics | time_on_page |