Skip to content

Commit dd3da93

Browse files
committed
update manual
1 parent 185409b commit dd3da93

File tree

4 files changed

+22
-20
lines changed

4 files changed

+22
-20
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
- Add convenient `testthat` functions `skip_on_cran()` and `skip_if_offline`.
1313
* Reduce package size by making vignettes `rmarkdown::html_vignette`
1414
instead of `BiocStyle::html_document`.
15+
* URL: https://github.com/runforesight/workflow-telemetry-action (moved to https://github.com/catchpoint/workflow-telemetry-action)
16+
1517

1618
# rworkflows 1.0.0
1719

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ to [**Codecov**](https://about.codecov.io/).
5151
9. 🚀 (Re)builds and launches a documentation website for your R package.
5252
10. 🐳 Pushes a [**Docker**](https://www.docker.com/) container (with [**Rstudio**](https://posit.co/) and all dependencies pre-installed) to
5353
your choice of container registry (e.g. [**GitHub Container Registry**](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry), [**DockerHub**](https://hub.docker.com/)).
54-
11. 🔭 Generates [workflow telemetry](https://github.com/runforesight/workflow-telemetry-action) report.
54+
11. 🔭 Generates [workflow telemetry](https://github.com/catchpoint/workflow-telemetry-action) report.
5555
12. 🎖 Updates relevant badges added to your README
5656
with `rworkflows::use_badges()`.
5757

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ checks](https://badges.cranchecks.info/summary/rworkflows.svg)](https://cran.r-p
88
GPL-3](https://img.shields.io/badge/license-GPL--3-blue.svg)](https://cran.r-project.org/web/licenses/GPL-3)
99
[![](https://img.shields.io/badge/doi-https://doi.org/10.5281/zenodo.10048573-blue.svg)](https://doi.org/https://doi.org/10.5281/zenodo.10048573)
1010
<br>
11-
[![](https://img.shields.io/badge/devel%20version-1.0.0-black.svg)](https://github.com/neurogenomics/rworkflows)
11+
[![](https://img.shields.io/badge/devel%20version-1.0.1-black.svg)](https://github.com/neurogenomics/rworkflows)
1212
[![](https://img.shields.io/github/languages/code-size/neurogenomics/rworkflows.svg)](https://github.com/neurogenomics/rworkflows)
1313
[![](https://img.shields.io/github/last-commit/neurogenomics/rworkflows.svg)](https://github.com/neurogenomics/rworkflows/commits/master)
1414
<br> [![R build
@@ -24,7 +24,7 @@ status](https://github.com/neurogenomics/rworkflows/workflows/rworkflows_dev/bad
2424
Authors: <i>Brian Schilder, Alan Murphy, Nathan Skene</i>
2525
</h4>
2626
<h4>
27-
README updated: <i>Nov-02-2023</i>
27+
README updated: <i>Dec-29-2023</i>
2828
</h4>
2929

3030
## Intro
@@ -83,7 +83,7 @@ options to enable/disable/modify each step):
8383
Registry**](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry),
8484
[**DockerHub**](https://hub.docker.com/)).
8585
11. 🔭 Generates [workflow
86-
telemetry](https://github.com/runforesight/workflow-telemetry-action)
86+
telemetry](https://github.com/catchpoint/workflow-telemetry-action)
8787
report.
8888
12. 🎖 Updates relevant badges added to your README with
8989
`rworkflows::use_badges()`.
@@ -290,7 +290,7 @@ utils::sessionInfo()
290290

291291
## R version 4.3.1 (2023-06-16)
292292
## Platform: aarch64-apple-darwin20 (64-bit)
293-
## Running under: macOS Sonoma 14.1
293+
## Running under: macOS Sonoma 14.2.1
294294
##
295295
## Matrix products: default
296296
## BLAS: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libRblas.0.dylib
@@ -299,28 +299,28 @@ utils::sessionInfo()
299299
## locale:
300300
## [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
301301
##
302-
## time zone: Europe/London
302+
## time zone: America/New_York
303303
## tzcode source: internal
304304
##
305305
## attached base packages:
306306
## [1] stats graphics grDevices utils datasets methods base
307307
##
308308
## loaded via a namespace (and not attached):
309-
## [1] gtable_0.3.4 jsonlite_1.8.7 renv_1.0.3
310-
## [4] dplyr_1.1.3 compiler_4.3.1 BiocManager_1.30.22
311-
## [7] tidyselect_1.2.0 rvcheck_0.2.1 scales_1.2.1
312-
## [10] yaml_2.3.7 fastmap_1.1.1 here_1.0.1
309+
## [1] gtable_0.3.4 jsonlite_1.8.8 renv_1.0.3
310+
## [4] dplyr_1.1.4 compiler_4.3.1 BiocManager_1.30.22
311+
## [7] tidyselect_1.2.0 rvcheck_0.2.1 scales_1.3.0
312+
## [10] yaml_2.3.8 fastmap_1.1.1 here_1.0.1
313313
## [13] ggplot2_3.4.4 R6_2.5.1 generics_0.1.3
314-
## [16] knitr_1.44 yulab.utils_0.1.0 tibble_3.2.1
315-
## [19] desc_1.4.2 dlstats_0.1.7 rprojroot_2.0.3
314+
## [16] knitr_1.45 yulab.utils_0.1.2 tibble_3.2.1
315+
## [19] desc_1.4.3 dlstats_0.1.7 rprojroot_2.0.4
316316
## [22] munsell_0.5.0 pillar_1.9.0 RColorBrewer_1.1-3
317-
## [25] rlang_1.1.1 utf8_1.2.4 cachem_1.0.8
318-
## [28] badger_0.2.3 xfun_0.40 fs_1.6.3
319-
## [31] memoise_2.0.1.9000 cli_3.6.1 magrittr_2.0.3
320-
## [34] rworkflows_1.0.0 digest_0.6.33 grid_4.3.1
321-
## [37] rstudioapi_0.15.0 lifecycle_1.0.3 vctrs_0.6.4
322-
## [40] data.table_1.14.8 evaluate_0.22 glue_1.6.2
323-
## [43] fansi_1.0.5 colorspace_2.1-0 rmarkdown_2.25
324-
## [46] tools_4.3.1 pkgconfig_2.0.3 htmltools_0.5.6.1
317+
## [25] rlang_1.1.2 utf8_1.2.4 cachem_1.0.8
318+
## [28] badger_0.2.3 xfun_0.41 fs_1.6.3
319+
## [31] memoise_2.0.1.9000 cli_3.6.2 magrittr_2.0.3
320+
## [34] rworkflows_1.0.1 digest_0.6.33 grid_4.3.1
321+
## [37] rstudioapi_0.15.0 lifecycle_1.0.4 vctrs_0.6.5
322+
## [40] data.table_1.14.10 evaluate_0.23 glue_1.6.2
323+
## [43] fansi_1.0.6 colorspace_2.1-0 rmarkdown_2.25
324+
## [46] tools_4.3.1 pkgconfig_2.0.3 htmltools_0.5.7
325325

326326
</details>
Binary file not shown.

0 commit comments

Comments
 (0)