Skip to content

Commit 25b4804

Browse files
committed
Deploying to gh-pages from @ e699c7f 🚀
1 parent b1712c3 commit 25b4804

230 files changed

Lines changed: 3775 additions & 2634 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CODE_OF_CONDUCT.html

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

CONTRIBUTING.html

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

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ and a brief use case.
3232

3333
1. Fork the repository and create a branch from `main`.
3434

35-
2. Install development dependencies:
36-
[`devtools::install_dev_deps()`](https://devtools.r-lib.org/reference/install_deps.html).
35+
2. Install development dependencies: `devtools::install_dev_deps()`.
3736

3837
3. Make your changes. Keep each PR focused on a single concern.
3938

LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE.html

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

RELEASE_CHECKLIST.html

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

RELEASE_CHECKLIST.md

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,42 +18,33 @@ formatting rules
1818

1919
## 2. Documentation
2020

21-
Run
22-
[`devtools::spell_check()`](https://devtools.r-lib.org/reference/spell_check.html)
23-
— no spelling errors in docs
21+
Run `devtools::spell_check()` — no spelling errors in docs
2422

25-
[`urlchecker::url_check()`](https://rdrr.io/pkg/urlchecker/man/url_check.html)
26-
— no broken URLs in docs
23+
`urlchecker::url_check()` — no broken URLs in docs
2724

28-
Run
29-
[`devtools::document()`](https://devtools.r-lib.org/reference/document.html)
30-
— regenerate all `.Rd` files and `NAMESPACE`
25+
Run `devtools::document()` — regenerate all `.Rd` files and `NAMESPACE`
3126

32-
Run
33-
[`devtools::build_readme()`](https://devtools.r-lib.org/reference/build_readme.html)
34-
— locate README.Rmd and build it into a README.md
27+
Run `devtools::build_readme()` — locate README.Rmd and build it into a
28+
README.md
3529

3630
Check that all exported functions have `@examples` or `@examplesIf`
3731

3832
README examples still work (copy-paste test)
3933

4034
Update vignettes if necessary and render without error:
41-
[`devtools::build_vignettes()`](https://devtools.r-lib.org/reference/build_vignettes.html)
35+
`devtools::build_vignettes()`
4236

43-
Run
44-
[`devtools::build_site()`](https://devtools.r-lib.org/reference/build_site.html)
45-
locally — build site locally, checking no errors
37+
Run `devtools::build_site()` locally — build site locally, checking no
38+
errors
4639

4740
## 3. Tests
4841

4942
Run `devtools::run_examples(fresh = TRUE)` — all examples pass, no
5043
unexpected errors
5144

52-
Run [`devtools::test()`](https://devtools.r-lib.org/reference/test.html)
53-
— all tests pass, no unexpected skips
45+
Run `devtools::test()` — all tests pass, no unexpected skips
5446

55-
[`devtools::test_coverage()`](https://devtools.r-lib.org/reference/test.html)
56-
— no significant test coverage regression
47+
`devtools::test_coverage()` — no significant test coverage regression
5748

5849
## 4. R CMD CHECK
5950

@@ -78,9 +69,7 @@ site at <https://krose.github.io/entsoeapi/>
7869

7970
## 7. (When ready) CRAN Submission
8071

81-
Run
82-
[`devtools::install()`](https://devtools.r-lib.org/reference/install.html)
83-
to install package locally
72+
Run `devtools::install()` to install package locally
8473

8574
Run
8675
`rhub::rhub_check(gh_url = "https://github.com/krose/entsoeapi", platforms = c("windows", "macos-arm64", "linux"), branch = "main", r_versions = "release")`
@@ -89,8 +78,8 @@ triggers multi-platform check on GitHub
8978
Review [CRAN
9079
policies](https://cran.r-project.org/web/packages/policies.html)
9180

92-
[`devtools::submit_cran()`](https://devtools.r-lib.org/reference/submit_cran.html)
93-
or upload via <https://cran.r-project.org/submit.html>
81+
`devtools::submit_cran()` or upload via
82+
<https://cran.r-project.org/submit.html>
9483

9584
Reply promptly to CRAN maintainer emails (within 2 weeks)
9685

0 commit comments

Comments
 (0)