Skip to content

Commit 70b2d9e

Browse files
committed
Merged cran-2.0.3 into main
2 parents bef704c + 7d35cdf commit 70b2d9e

File tree

5 files changed

+14
-19
lines changed

5 files changed

+14
-19
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ VignetteBuilder:
2828
knitr
2929
Config/testthat/edition: 3
3030
Encoding: UTF-8
31-
Roxygen: list(markdown = TRUE)
31+
Roxygen: list(markdown = TRUE, load = "source")
3232
RoxygenNote: 7.1.2

NEWS.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,10 @@
77

88
# rprojroot 2.0.3 (2022-03-25)
99

10-
- Same as previous version.
11-
12-
13-
# rprojroot 2.0.2.9001 (2022-03-25)
14-
1510
- Add `is_pkgdown_project` root criterion looking for a `_pkgdown.yml`, `_pkgdown.yaml`, `pkgdown/_pkgdown.yml` and/or `inst/_pkgdown.yml` file (#79, @salim-b).
1611
- Avoid `LazyData` in `DESCRIPTION`.
1712

1813

19-
# rprojroot 2.0.2.9000 (2020-11-15)
20-
21-
- Internal changes only.
22-
23-
2414
# rprojroot 2.0.2 (2020-11-15)
2515

2616
## Features

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ rlang::local_interactive(FALSE)
1717
# [rprojroot](https://rprojroot.r-lib.org/)
1818

1919
<!-- badges: start -->
20-
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
20+
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
2121
[![rcc](https://github.com/r-lib/rprojroot/workflows/rcc/badge.svg)](https://github.com/r-lib/rprojroot/actions)
2222
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/rprojroot)](https://cran.r-project.org/package=rprojroot)
23-
[![Codecov test coverage](https://codecov.io/gh/r-lib/rprojroot/branch/main/graph/badge.svg)](https://codecov.io/gh/r-lib/rprojroot?branch=main)
23+
[![Codecov test coverage](https://codecov.io/gh/r-lib/rprojroot/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/rprojroot?branch=main)
2424
<!-- badges: end -->
2525

2626
This package helps accessing files relative to a *project root* to [stop the working directory insanity](https://gist.github.com/jennybc/362f52446fe1ebc4c49f).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- badges: start -->
66

7-
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable) [![rcc](https://github.com/r-lib/rprojroot/workflows/rcc/badge.svg)](https://github.com/r-lib/rprojroot/actions) [![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/rprojroot)](https://cran.r-project.org/package=rprojroot) [![Codecov test coverage](https://codecov.io/gh/r-lib/rprojroot/branch/main/graph/badge.svg)](https://codecov.io/gh/r-lib/rprojroot?branch=main)
7+
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![rcc](https://github.com/r-lib/rprojroot/workflows/rcc/badge.svg)](https://github.com/r-lib/rprojroot/actions) [![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/rprojroot)](https://cran.r-project.org/package=rprojroot) [![Codecov test coverage](https://codecov.io/gh/r-lib/rprojroot/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/rprojroot?branch=main)
88

99
<!-- badges: end -->
1010

cran-comments.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
rprojroot 2.0.2
1+
rprojroot 2.0.3
22

33
## Cran Repository Policy
44

5-
- [x] Reviewed CRP last edited 2020-10-29.
5+
- [x] Reviewed CRP last edited 2022-02-08.
6+
7+
See changes at https://github.com/eddelbuettel/crp/compare/master@%7B2020-10-29%7D...master@%7B2022-02-08%7D
68

79
## R CMD check results
810

9-
- [x] Checked locally, R 4.0.3
10-
- [x] Checked on CI system, R 4.0.3
11+
- [x] Checked locally, R 4.1.2
12+
- [x] Checked on CI system, R 4.1.3
1113
- [x] Checked on win-builder, R devel
1214

15+
Check the boxes above after successful execution and remove this line. Then run `fledge::release()`.
16+
1317
## Current CRAN check results
1418

15-
- [x] Checked on 2020-11-15, no problems found.
19+
- [x] Checked on 2022-03-25, problems found: https://cran.r-project.org/web/checks/check_results_rprojroot.html
20+
- [x] NOTE: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64: Fixed

0 commit comments

Comments
 (0)