Report on your hipercow configuration. We will always want you to post this along side any problems; it has lots of useful information in it that will help us see how your set up is configured.
Examples
cleanup <- hipercow_example_helper()
#> ℹ This example uses a special helper
hipercow_configuration()
#>
#> ── hipercow root at /home/runner/work/_temp/hv-20241209-1e857734e8b3 ───────────
#> ✔ Working directory '.' within root
#> ℹ R version 4.4.2 on Linux (runner@fv-az1913-706)
#>
#> ── Packages ──
#>
#> ℹ This is hipercow 1.0.52
#> ℹ Installed: conan2 (1.9.101), logwatch (0.1.1), rrq (0.7.22)
#> ✖ hipercow.windows is not installed
#>
#> ── Environments ──
#>
#> ── default
#> • packages: (none)
#> • sources: (none)
#> • globals: (none)
#>
#> ── empty
#> • packages: (none)
#> • sources: (none)
#> • globals: (none)
#>
#> ── Drivers ──
#>
#> ✔ 1 driver configured ('example')
#>
#> ── example
#> (unconfigurable)
# If you have saved additional environments, they will be listed here:
file.create("functions.R")
#> [1] TRUE
hipercow_environment_create(
name = "other",
packages = "knitr",
sources = "functions.R")
#> ✔ Created environment 'other'
hipercow_configuration()
#>
#> ── hipercow root at /home/runner/work/_temp/hv-20241209-1e857734e8b3 ───────────
#> ✔ Working directory '.' within root
#> ℹ R version 4.4.2 on Linux (runner@fv-az1913-706)
#>
#> ── Packages ──
#>
#> ℹ This is hipercow 1.0.52
#> ℹ Installed: conan2 (1.9.101), logwatch (0.1.1), rrq (0.7.22)
#> ✖ hipercow.windows is not installed
#>
#> ── Environments ──
#>
#> ── default
#> • packages: (none)
#> • sources: (none)
#> • globals: (none)
#>
#> ── empty
#> • packages: (none)
#> • sources: (none)
#> • globals: (none)
#>
#> ── other
#> • packages: knitr
#> • sources: functions.R
#> • globals: (none)
#>
#> ── Drivers ──
#>
#> ✔ 1 driver configured ('example')
#>
#> ── example
#> (unconfigurable)
cleanup()
#> ℹ Cleaning up example