Skip to content

Commit 422fdc1

Browse files
committed
new cran submission due moving to ropensci
1 parent 0b15349 commit 422fdc1

8 files changed

Lines changed: 23 additions & 10 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: reviser
22
Type: Package
33
Title: Analyzing Revisions in Real-Time Time Series Vintages
4-
Version: 0.1.0.9001
4+
Version: 0.1.1
55
Authors@R: c(
66
person(given = "Marc", family = "Burri", email = "marc.burri91@gmail.com", role = c("aut", "cre", "cph"),
77
comment = c(ORCID = "0000-0001-8974-9090")),

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# reviser (development version)
1+
# reviser 0.1.1
22

33
* Updated repository, issue tracker, and documentation links to the
44
rOpenSci organization and docs site.
5+
* Updated package documentation and README badges to use rOpenSci URLs.
56
* Added rOpenSci R-universe installation instructions to the README.
67
* Removed the package-specific code of conduct file in favor of the
78
rOpenSci project-wide code of conduct.

R/reviser-package.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
#' revisions. To learn more about reviser, start with the vignettes:
55
#' `browseVignettes(package = "reviser")`
66
#' The package will be actively developed and maintained.
7+
#'
8+
#' Useful links:
9+
#' * <https://docs.ropensci.org/reviser/>
10+
#' * Report bugs at <https://github.com/ropensci/reviser/issues>
711
#' @srrstats {G1.2} Life Cycle Statement
812
#' @srrstats {G1.4} Using roxygen2 for function documentation
913
#' @keywords internal

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ knitr::opts_chunk$set(
2323
[![lint](https://github.com/ropensci/reviser/actions/workflows/lint.yaml/badge.svg)](https://github.com/ropensci/reviser/actions/workflows/lint.yaml)
2424
[![pkgcheck](https://github.com/ropensci/reviser/workflows/pkgcheck/badge.svg)](https://github.com/ropensci/reviser/actions?query=workflow%3Apkgcheck)
2525
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-green.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
26-
[![reviser status badge](https://marcburri.r-universe.dev/badges/reviser)](https://marcburri.r-universe.dev/reviser)
26+
[![reviser status badge](https://ropensci.r-universe.dev/badges/reviser)](https://ropensci.r-universe.dev/reviser)
2727
[![Codecov test coverage](https://codecov.io/gh/ropensci/reviser/graph/badge.svg)](https://app.codecov.io/gh/ropensci/reviser)
2828
<!-- badges: end -->
2929

@@ -138,4 +138,4 @@ Contributions are encouraged and appreciated. If you're uncertain about opening
138138
Please note that the reviser project follows the [rOpenSci Code of Conduct](https://devguide.ropensci.org/collaboration.html#code-of-conduct). By contributing to this project, you agree to abide by its terms.
139139

140140
## Citation
141-
Burri M, Wegmueller P (2025). reviser: Tools for Studying Revision Properties in Real-Time Time Series Vintages. R package version 0.1.0.9001, https://docs.ropensci.org/reviser/.
141+
Burri M, Wegmueller P (2025). reviser: Tools for Studying Revision Properties in Real-Time Time Series Vintages. R package version 0.1.1, https://docs.ropensci.org/reviser/.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ downloads](https://cranlogs.r-pkg.org/badges/grand-total/reviser)](https://r-pkg
1818
[![Lifecycle:
1919
stable](https://img.shields.io/badge/lifecycle-stable-green.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
2020
[![reviser status
21-
badge](https://marcburri.r-universe.dev/badges/reviser)](https://marcburri.r-universe.dev/reviser)
21+
badge](https://ropensci.r-universe.dev/badges/reviser)](https://ropensci.r-universe.dev/reviser)
2222
[![Codecov test
2323
coverage](https://codecov.io/gh/ropensci/reviser/graph/badge.svg)](https://app.codecov.io/gh/ropensci/reviser)
2424
<!-- badges: end -->
@@ -304,5 +304,5 @@ By contributing to this project, you agree to abide by its terms.
304304
## Citation
305305

306306
Burri M, Wegmueller P (2025). reviser: Tools for Studying Revision
307-
Properties in Real-Time Time Series Vintages. R package version
308-
0.1.0.9001, <https://docs.ropensci.org/reviser/>.
307+
Properties in Real-Time Time Series Vintages. R package version 0.1.1,
308+
<https://docs.ropensci.org/reviser/>.

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"codeRepository": "https://github.com/ropensci/reviser",
88
"issueTracker": "https://github.com/ropensci/reviser/issues",
99
"license": "https://spdx.org/licenses/MIT",
10-
"version": "0.1.0.9001",
10+
"version": "0.1.1",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",

inst/CITATION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ bibentry(
99
textVersion = paste(
1010
"Burri and Wegmueller (2025).",
1111
"reviser: Tools for Studying Revision Properties in Real-Time Time Series Vintages",
12+
"R package version 0.1.1,",
1213
"https://docs.ropensci.org/reviser"
1314
)
1415
)

man/reviser-package.Rd

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)