Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/en_outages.R
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ outages_transmission_grid <- function(
#' is available for the given parameters.
#' @export
#'
#' @examples#'
#' @examplesIf there_is_provider() && nchar(Sys.getenv("ENTSOE_PAT")) > 0L
#' df <- entsoeapi::outages_fallbacks(
#' eic = "10YBE----------2",
#' period_start = lubridate::ymd(x = "2023-01-01", tz = "CET"),
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
output: github_document
output: github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ entsoeapi::load_actual_total(
#> ── API call ────────────────────────────────────────────────────────────────────
#> → https://web-api.tp.entsoe.eu/api?documentType=A65&processType=A16&outBiddingZone_Domain=10Y1001A1001A83F&periodStart=201912312300&periodEnd=202001012300&securityToken=<...>
#> <- HTTP/2 200
#> <- date: Thu, 12 Mar 2026 07:24:10 GMT
#> <- date: Thu, 12 Mar 2026 11:09:36 GMT
#> <- content-type: text/xml
#> <- content-disposition: inline; filename="Actual Total Load_201912312300-202001012300.xml"
#> <- x-content-type-options: nosniff
Expand All @@ -514,7 +514,7 @@ entsoeapi::load_actual_total(
#> $ ts_object_aggregation_def <chr> "Area", "Area", "Area", "Area", "Area"…
#> $ ts_business_type <chr> "A04", "A04", "A04", "A04", "A04", "A0…
#> $ ts_business_type_def <chr> "Consumption", "Consumption", "Consump…
#> $ created_date_time <dttm> 2026-03-12 07:24:10, 2026-03-12 07:24
#> $ created_date_time <dttm> 2026-03-12 11:09:36, 2026-03-12 11:09
#> $ revision_number <dbl> 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,…
#> $ time_period_time_interval_start <dttm> 2019-12-31 23:00:00, 2019-12-31 23:00…
#> $ time_period_time_interval_end <dttm> 2020-01-01 23:00:00, 2020-01-01 23:00…
Expand Down Expand Up @@ -544,7 +544,7 @@ entsoeapi::gen_per_prod_type(
#> ── API call ────────────────────────────────────────────────────────────────────
#> → https://web-api.tp.entsoe.eu/api?documentType=A75&processType=A16&in_Domain=10Y1001A1001A83F&periodStart=201912312300&periodEnd=202001012300&securityToken=<...>
#> <- HTTP/2 200
#> <- date: Thu, 12 Mar 2026 07:24:13 GMT
#> <- date: Thu, 12 Mar 2026 11:09:40 GMT
#> <- content-type: text/xml
#> <- content-disposition: inline; filename="Aggregated Generation per Type_201912312300-202001012300.xml"
#> <- x-content-type-options: nosniff
Expand All @@ -570,7 +570,7 @@ entsoeapi::gen_per_prod_type(
#> $ ts_business_type_def <chr> "Production", "Production", "Productio…
#> $ ts_mkt_psr_type <chr> "B10", "B10", "B10", "B10", "B10", "B1…
#> $ ts_mkt_psr_type_def <chr> "Hydro-electric pure pumped storage he…
#> $ created_date_time <dttm> 2026-03-12 07:24:13, 2026-03-12 07:24
#> $ created_date_time <dttm> 2026-03-12 11:09:40, 2026-03-12 11:09
#> $ revision_number <dbl> 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,…
#> $ time_period_time_interval_start <dttm> 2019-12-31 23:00:00, 2019-12-31 23:00…
#> $ time_period_time_interval_end <dttm> 2020-01-01 23:00:00, 2020-01-01 23:00…
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

## 7. (When ready) CRAN Submission

- [ ] `rhub::rhub_doctor(gh_url = "https://github.com/krose/entsoeapi"); rhub::rhub_check(gh_url = "https://github.com/krose/entsoeapi", platforms = c("windows"", "macos-arm64", "linux"), branch = "main")`— multi-platform check
- [ ] `rhub::rhub_doctor(gh_url = "https://github.com/krose/entsoeapi"); rhub::rhub_check(gh_url = "https://github.com/krose/entsoeapi", platforms = c("windows", "macos-arm64", "linux"), branch = "main")`— multi-platform check
- [ ] `devtools::spell_check()` — no spelling errors in docs
- [ ] Review [CRAN policies](https://cran.r-project.org/web/packages/policies.html)
- [ ] `devtools::submit_cran()` or upload via <https://cran.r-project.org/submit.html>
Expand Down
4 changes: 2 additions & 2 deletions man/outages_fallbacks.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading