Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: orderly1
Title: Lightweight Reproducible Reporting
Version: 1.7.1
Version: 1.7.2
Description: Order, create and store reports from R. By defining a
lightweight interface around the inputs and outputs of an
analysis, a lot of the repetitive work for reproducible research
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

<!-- badges: start -->
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![R build status](https://github.com/vimc/orderly/workflows/R-CMD-check/badge.svg)](https://github.com/vimc/orderly/actions)
[![codecov.io](https://codecov.io/github/vimc/orderly/coverage.svg?branch=master)](https://codecov.io/github/vimc/orderly?branch=master)
[![CodeFactor](https://www.codefactor.io/repository/github/vimc/orderly/badge)](https://www.codefactor.io/repository/github/vimc/orderly)
[![R build status](https://github.com/vimc/orderly1/workflows/R-CMD-check/badge.svg)](https://github.com/vimc/orderly1/actions)
[![codecov.io](https://codecov.io/github/vimc/orderly1/coverage.svg?branch=master)](https://codecov.io/github/vimc/orderly1?branch=master)
[![CodeFactor](https://www.codefactor.io/repository/github/vimc/orderly1/badge)](https://www.codefactor.io/repository/github/vimc/orderly1)
[![](https://www.r-pkg.org/badges/version/orderly)](https://cran.r-project.org/package=orderly)
<!-- badges: end -->

> [!WARNING]
> This is an archived copy of the original version of orderly, version 1, available as a package `orderly1`. The information below is for historical reference, and the package is available for use with historical orderly source repositories. New projects should use [`orderly` version 2](https://mrc-ide.github.io/orderly2/); see the [migration guide](https://mrc-ide.github.io/orderly2/articles/migrating.html) for possible next steps.
> This is an archived copy of the original version of orderly, version 1, available as a package `orderly1`. The information below is for historical reference, and the package is available for use with historical orderly source repositories. New projects should use [`orderly` version 2](https://mrc-ide.github.io/orderly/); see the [migration guide](https://mrc-ide.github.io/orderly/articles/migrating.html) for possible next steps.

> 1. an attendant in a hospital responsible for the non-medical care of patients and the maintenance of order and cleanliness.
> 2. a soldier who carries orders or performs minor tasks for an officer.
Expand Down
8 changes: 4 additions & 4 deletions README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<!-- badges: start -->
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![R build status](https://github.com/vimc/orderly/workflows/R-CMD-check/badge.svg)](https://github.com/vimc/orderly/actions)
[![codecov.io](https://codecov.io/github/vimc/orderly/coverage.svg?branch=master)](https://codecov.io/github/vimc/orderly?branch=master)
[![CodeFactor](https://www.codefactor.io/repository/github/vimc/orderly/badge)](https://www.codefactor.io/repository/github/vimc/orderly)
[![R build status](https://github.com/vimc/orderly1/workflows/R-CMD-check/badge.svg)](https://github.com/vimc/orderly1/actions)
[![codecov.io](https://codecov.io/github/vimc/orderly1/coverage.svg?branch=master)](https://codecov.io/github/vimc/orderly1?branch=master)
[![CodeFactor](https://www.codefactor.io/repository/github/vimc/orderly1/badge)](https://www.codefactor.io/repository/github/vimc/orderly1)
[![](https://www.r-pkg.org/badges/version/orderly)](https://cran.r-project.org/package=orderly)
<!-- badges: end -->

> [!WARNING]
> This is an archived copy of the original version of orderly, version 1, available as a package `orderly1`. The information below is for historical reference, and the package is available for use with historical orderly source repositories. New projects should use [`orderly` version 2](https://mrc-ide.github.io/orderly2/); see the [migration guide](https://mrc-ide.github.io/orderly2/articles/migrating.html) for possible next steps.
> This is an archived copy of the original version of orderly, version 1, available as a package `orderly1`. The information below is for historical reference, and the package is available for use with historical orderly source repositories. New projects should use [`orderly` version 2](https://mrc-ide.github.io/orderly/); see the [migration guide](https://mrc-ide.github.io/orderly/articles/migrating.html) for possible next steps.

> 1. an attendant in a hospital responsible for the non-medical care of patients and the maintenance of order and cleanliness.
> 2. a soldier who carries orders or performs minor tasks for an officer.
Expand Down
5 changes: 5 additions & 0 deletions tests/testthat/test-slack.R
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ test_that("main interface", {


test_that("main interface", {
skip("obsolete")
skip_if_no_internet()
skip_if_not_installed("httr")

Expand Down Expand Up @@ -241,6 +242,7 @@ test_that("exit on no httr", {
## underlying data changes again, while the above tests with mock data
## will continue to work.
test_that("slack payload is correct given actual run data", {
skip("obsolete")
skip_on_cran()
skip_on_windows_ci()
path <- test_prepare_orderly_git_example()
Expand Down Expand Up @@ -354,6 +356,7 @@ test_that("teams payload is correct", {
})

test_that("teams payload is correct with git information", {
skip("obsolete")
skip_if_not_installed("httr")
skip_if_not_installed("jsonlite")
server_url <- "https://example.com"
Expand Down Expand Up @@ -419,6 +422,7 @@ test_that("teams payload is correct with git information", {
})

test_that("main teams interface", {
skip("obsolete")
skip_if_no_internet()
skip_if_not_installed("jsonlite")

Expand Down Expand Up @@ -456,6 +460,7 @@ test_that("main teams interface", {


test_that("look up environment variables before hook send", {
skip("obsolete")
skip_if_no_internet()
skip_if_not_installed("jsonlite")

Expand Down
Loading