Skip to content

Commit

Permalink
Update docs with pkgdev
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 19, 2024
1 parent 2133e3a commit f257f4b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@

# resmush

<! badges: start >
<!-- badges: start -->

[![R-CMD-check](https://github.com/dieghernan/resmush/actions/workflows/check-full.yaml/badge.svg)](https://github.com/dieghernan/resmush/actions/workflows/check-full.yaml)
[![codecov](https://codecov.io/gh/dieghernan/resmush/graph/badge.svg)](https://app.codecov.io/gh/dieghernan/resmush)
[![r-universe](https://dieghernan.r-universe.dev/badges/resmush)](https://dieghernan.r-universe.dev/resmush)
[![CodeFactor](https://www.codefactor.io/repository/github/dieghernan/resmush/badge)](https://www.codefactor.io/repository/github/dieghernan/resmush)
[![Project Status: WIP – Initial development is in progress, but there has not
yet been a stable, usable release suitable for the
[![Project Status: WIP – Initial development is in progress, but there
has not yet been a stable, usable release suitable for the
public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)

<! badges: end >
<!-- badges: end -->

The goal of resmush is to …

Expand Down
3 changes: 2 additions & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@
},
"SystemRequirements": null
},
"fileSize": "358.803KB",
"fileSize": "359.423KB",
"releaseNotes": "https://github.com/dieghernan/resmush/blob/master/NEWS.md",
"readme": "https://github.com/dieghernan/resmush/blob/main/README.md",
"contIntegration": ["https://github.com/dieghernan/resmush/actions/workflows/check-full.yaml", "https://app.codecov.io/gh/dieghernan/resmush"],
"developmentStatus": "https://www.repostatus.org/#wip"
}
2 changes: 1 addition & 1 deletion tests/testthat/test-resmush_file.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
test_that("multiplication works", {
expect_equal(2 * 2, 4)
})
})

0 comments on commit f257f4b

Please sign in to comment.