Skip to content

Commit

Permalink
Update with climate data until May 2024.
Browse files Browse the repository at this point in the history
Now the package "renv" is used in this project.
  • Loading branch information
TobiasLoga committed Jun 21, 2024
1 parent 0fc13a4 commit 9896699
Show file tree
Hide file tree
Showing 16 changed files with 1,307 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
^renv$
^renv\.lock$
^LICENSE\.md$
^cran-comments\.md$
^CRAN-SUBMISSION$
^.*\.Rproj$
^\.Rproj\.user$
/internal-test/

1 change: 1 addition & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source("renv/activate.R")
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
.Rdata
.httr-oauth
.DS_Store
/internal-test/

4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: clidamonger
Title: Monthly Climate Data for Germany, Usable for Heating and Cooling Calculations
Description: This data package contains monthly climate data in Germany, it can be used for heating and
cooling calculations (external temperature, heating / cooling days, solar radiation).
Version: 1.1.0
Version: 1.2.0
Authors@R:
c(person(given = "Tobias", family = "Loga", email = "t.loga@iwu.de", role = "aut", comment = c(ORCID = "0000-0001-5097-5613")),
person(given = "Guillaume", family = "Behem", email = "g.behem@iwu.de", role = "aut"),
Expand All @@ -14,6 +14,6 @@ Depends:
BugReports: https://github.com/IWUGERMANY/clidamonger/issues
URL: https://github.com/IWUGERMANY/clidamonger
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
RoxygenNote: 7.3.1
LazyData: true
LazyDataCompression: xz
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# clidamonger 1.2.0

* We've updated the datasets to include the data until May 2024.

# clidamonger 1.1.0

* We've updated the dataset to include the data for 2023.
* We've updated the datasets to include the data for 2023.

## Note

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

The R data package "clidamonger" is based on the data tables of the Excel workbook "Gradtagzahlen-Deutschland.xlsx" (published and updated twice a year by the ["Institut Wohnen und Umwelt GmbH"](https://iwu.de) in Germany). The dataframes derived from the workbook tables are usable for heating and cooling calculations (external temperature, heating / cooling days, solar radiation).

The version 1.2.0 includes DWD climate data from January 1991 to May 2024. The next update is planned for February 2025.

The package consists of the following dataframes:

- **"data.ta.hd"**
Expand Down Expand Up @@ -154,4 +156,4 @@ Handling of missing values: Cells are empty

---

IWU 2023-02-07
IWU 2024-06-21
17 changes: 17 additions & 0 deletions clidamonger.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
Binary file modified data/data.sol.rda
Binary file not shown.
Binary file modified data/data.ta.hd.rda
Binary file not shown.
Binary file modified data/list.station.ta.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion man/data.ta.hd.Rd

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

2 changes: 1 addition & 1 deletion man/list.station.ta.Rd

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

23 changes: 23 additions & 0 deletions renv.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"R": {
"Version": "4.4.0",
"Repositories": [
{
"Name": "CRAN",
"URL": "https://packagemanager.posit.co/cran/latest"
}
]
},
"Packages": {
"renv": {
"Package": "renv",
"Version": "1.0.7",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"utils"
],
"Hash": "397b7b2a265bc5a7a06852524dabae20"
}
}
}
7 changes: 7 additions & 0 deletions renv/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
library/
local/
cellar/
lock/
python/
sandbox/
staging/
Loading

0 comments on commit 9896699

Please sign in to comment.