Skip to content

Commit 9ff1740

Browse files
committed
Tweaks
1 parent fcd3d4e commit 9ff1740

File tree

5 files changed

+6
-98
lines changed

5 files changed

+6
-98
lines changed

NEWS.md

Lines changed: 0 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -8,106 +8,14 @@
88

99
## Chore
1010

11-
- Auto-update from GitHub Actions (#145).
12-
13-
- Auto-update from GitHub Actions.
14-
15-
Run: https://github.com/r-lib/here/actions/runs/14636203620
16-
17-
Run: https://github.com/r-lib/here/actions/runs/10425486329
18-
19-
Run: https://github.com/r-lib/here/actions/runs/10200110394
20-
21-
Run: https://github.com/r-lib/here/actions/runs/9728440182
22-
23-
Run: https://github.com/r-lib/here/actions/runs/9691616332
24-
25-
- Add Aviator configuration.
26-
2711
- Change maintainer e-mail.
2812

29-
## Continuous integration
30-
31-
- Use reviewdog for external PRs (#147).
32-
33-
- Cleanup and fix macOS (#136).
34-
35-
- Format with air, check detritus, better handling of `extra-packages` (#133).
36-
37-
- Enhance permissions for workflow (#124).
38-
39-
- Permissions, better tests for missing suggests, lints (#123).
40-
41-
- Only fail covr builds if token is given (#122).
42-
43-
- Always use `_R_CHECK_FORCE_SUGGESTS_=false` (#121).
44-
45-
- Correct installation of xml2 (#120).
46-
47-
- Explain (#119).
48-
49-
- Add xml2 for covr, print testthat results (#118).
50-
51-
- Fix (#117).
52-
53-
- Sync (#116).
54-
55-
- Avoid failure in fledge workflow if no changes (#114).
56-
57-
- Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#113).
58-
59-
- Use stable pak (#112).
60-
61-
- Latest changes (#111).
62-
63-
- Trigger run (#110).
64-
65-
- Use pkgdown branch (#109).
66-
67-
- ci: Use pkgdown branch
68-
69-
- ci: Updates from duckdb
70-
71-
- ci: Trigger run
72-
73-
- Install via R CMD INSTALL ., not pak (#108).
74-
75-
- ci: Install via R CMD INSTALL ., not pak
76-
77-
- ci: Bump version of upload-artifact action
78-
79-
- Install local package for pkgdown builds.
80-
81-
- Improve support for protected branches with fledge.
82-
83-
- Improve support for protected branches, without fledge.
84-
85-
- Sync with latest developments.
86-
87-
- Use v2 instead of master.
88-
89-
- Import from actions-sync, check carefully.
90-
9113
## Documentation
9214

9315
- Fix link to "What they forgot" chapter (@Masterxilo, #101).
9416

9517
- Fixed "heuristics" typo (@t-gummer, #91).
9618

97-
## Uncategorized
98-
99-
- Merge branch 'docs'.
100-
101-
- Internal changes only.
102-
103-
- Merge pull request #103 from jack-davison/patch-1.
104-
105-
fix broken link in `here.Rmd` vignette
106-
107-
- Merge cran-1.0.1.
108-
109-
- Adapt to testthat 3.0.1.
110-
11119

11220
# here 1.0.1 (2020-12-13)
11321

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ rlang::local_interactive(FALSE)
5858
# here
5959

6060
<!-- badges: start -->
61-
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
61+
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
6262
[![rcc](https://github.com/r-lib/here/workflows/rcc/badge.svg)](https://github.com/r-lib/here/actions)
6363
[![CRAN status](https://www.r-pkg.org/badges/version/here)](https://CRAN.R-project.org/package=here)
64-
[![Codecov test coverage](https://codecov.io/gh/r-lib/here/branch/main/graph/badge.svg)](https://codecov.io/gh/r-lib/here?branch=main)
64+
[![Codecov test coverage](https://codecov.io/gh/r-lib/here/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/here?branch=main)
6565
<!-- badges: end -->
6666

6767
The goal of the here package is to enable easy file referencing in [project-oriented workflows](https://rstats.wtf/projects.html).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<!-- badges: start -->
77

88
[![Lifecycle:
9-
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
9+
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
1010
[![rcc](https://github.com/r-lib/here/workflows/rcc/badge.svg)](https://github.com/r-lib/here/actions)
1111
[![CRAN
1212
status](https://www.r-pkg.org/badges/version/here)](https://CRAN.R-project.org/package=here)
1313
[![Codecov test
14-
coverage](https://codecov.io/gh/r-lib/here/branch/main/graph/badge.svg)](https://codecov.io/gh/r-lib/here?branch=main)
14+
coverage](https://codecov.io/gh/r-lib/here/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/here?branch=main)
1515
<!-- badges: end -->
1616

1717
The goal of the here package is to enable easy file referencing in

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ here 1.0.2
22

33
## Cran Repository Policy
44

5-
- [ ] Reviewed CRP last edited 2024-08-27.
5+
- [x] Reviewed CRP last edited 2024-08-27.
66

77
See changes at https://github.com/eddelbuettel/crp/compare/master@%7B2020-10-29%7D...master@%7B2024-08-27%7D

vignettes/here.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ In the future, a helper function will assist with installing and updating suitab
236236

237237
### Change project root
238238

239-
It is advisable to [start a fresh R session](https://rstats.wtf/save-source.html) as often as possible, especially before focusing on another project.
239+
It is advisable to [start a fresh R session](https://rstats.wtf/source-and-blank-slates) as often as possible, especially before focusing on another project.
240240
There still may be legitimate cases when it is desirable to reset the project root.
241241

242242
To start, let's create a temporary project for demonstration:

0 commit comments

Comments
 (0)