Skip to content

Commit 5a90114

Browse files
committed
Updating readme
1 parent 30818c0 commit 5a90114

2 files changed

Lines changed: 18 additions & 9 deletions

File tree

.github/workflows/r.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
R-CMD-check:
1717
runs-on: ${{ matrix.config.os }}
1818

19-
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
19+
name: ${{ matrix.config.os }} (${{ matrix.config.r }}) (valgrind: ${{ matrix.config.valgrind }})
2020

2121
strategy:
2222
fail-fast: false

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ This example has been taken from the package’s vignettes:
143143
library(netdiffuseR)
144144
```
145145

146+
Thank you for using netdiffuseR! Please consider citing it in your work.
147+
You can find the citation information by running
148+
citation("netdiffuseR")
149+
146150

147151
Attaching package: 'netdiffuseR'
148152

@@ -390,18 +394,23 @@ sessionInfo()
390394
```
391395

392396
R version 4.5.0 (2025-04-11)
393-
Platform: aarch64-apple-darwin24.2.0
394-
Running under: macOS Sequoia 15.0.1
397+
Platform: x86_64-pc-linux-gnu
398+
Running under: Ubuntu 24.04.2 LTS
395399

396400
Matrix products: default
397-
BLAS: /opt/homebrew/Cellar/openblas/0.3.29/lib/libopenblasp-r0.3.29.dylib
398-
LAPACK: /opt/homebrew/Cellar/r/4.5.0/lib/R/lib/libRlapack.dylib; LAPACK version 3.12.1
401+
BLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3
402+
LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.26.so; LAPACK version 3.12.0
399403

400404
locale:
401-
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
405+
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
406+
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
407+
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
408+
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
409+
[9] LC_ADDRESS=C LC_TELEPHONE=C
410+
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
402411

403-
time zone: America/Denver
404-
tzcode source: internal
412+
time zone: Etc/UTC
413+
tzcode source: system (glibc)
405414

406415
attached base packages:
407416
[1] stats graphics grDevices utils datasets methods base
@@ -415,7 +424,7 @@ sessionInfo()
415424
[7] networkLite_1.1.0 boot_1.3-31 yaml_2.3.10
416425
[10] fastmap_1.2.0 lattice_0.22-6 coda_0.19-4.1
417426
[13] R6_2.6.1 generics_0.1.4 MatchIt_4.7.2
418-
[16] igraph_2.1.4.9046 knitr_1.50 MASS_7.3-65
427+
[16] igraph_2.1.4 knitr_1.50 MASS_7.3-65
419428
[19] backports_1.5.0 tibble_3.3.0 statnet.common_4.12.0
420429
[22] pillar_1.10.2 rlang_1.1.6 xfun_0.52
421430
[25] viridisLite_0.4.2 cli_3.6.5 magrittr_2.0.3

0 commit comments

Comments
 (0)