Skip to content

Commit

Permalink
Update pkgdown site
Browse files Browse the repository at this point in the history
  • Loading branch information
RobelTakele committed Sep 12, 2024
1 parent 9e36f5e commit 1535a67
Show file tree
Hide file tree
Showing 246 changed files with 27,002 additions and 732 deletions.
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
Package: AquaBEHER
Title: Estimation and Prediction of Wet Season Calendar and Soil Water
Balance for Agriculture
Title: Estimation and Prediction of Wet Season Calendar and Soil Water Balance for Agriculture
Version: 1.2.0
Authors@R: c(
person("Robel", "Takele", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0151-2537")),
person("Matteo", "Dell'Acqua", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0003-0151-2537"))
)
comment = c(ORCID = "0000-0003-0151-2537")))
Maintainer: Robel Takele <[email protected]>
Description: The AquaBEHER package provides tools for computing and
integrating daily reference evapotranspiration (Eto) and a soil water
Expand Down
482 changes: 482 additions & 0 deletions NEWS.html

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## [1.2.0] - 2024-09-09
# AquaBEHER 1.2.0
## 2024-09-09

### Added
- **Citation Information**: Included citation details in `inst/CITATION`.
Expand All @@ -19,13 +20,15 @@
- **calcWatBal Function**: Returns a list containing a dataframe and a list of warnings related to any unrealistic or adjusted values in the input data or parameters.
- **Wet Season Calendar (WSC) Parameters**: Improved criteria for characterizing WSC parameters.

## [1.0.0] - 2024-09-04
# AquaBEHER 1.0.0
## 2024-09-04

### Added
- **Error Handling**: Enhanced error handling and warnings for missing and unrealistic data.
- **Consistency Check**: Implemented checks to ensure the maximum temperature is always greater than the minimum temperature.
- **Documentation**: Improved documentation for better clarity and completeness.
- **Testing**: Established a testing structure for the `calcEto` function using `testthat`.

### Initial Release
# AquaBEHER 0.1.0
## Initial Release:
- **AquaBEHER 0.1.0**: First submission to CRAN.
5 changes: 1 addition & 4 deletions R/AgroClimateData.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,12 @@
#' - **Uz**: Mean wind speed at a height of 2 metres above the surface over the
#' period 00h-24h local time (m/s).
#'
#' @source \url{https://cds.climate.copernicus.eu/cdsapp#!/dataset/
#' sis-agrometeorological-indicators?tab=overview}
#' @source \url{https://cds.climate.copernicus.eu/cdsapp#!/dataset/sis-agrometeorological-indicators?tab=overview}
#'
#' @references AgERA5, 2021, Copernicus Climate Change Service (C3S), Fifth
#' generation of ECMWF atmospheric reanalysis of the global climate for
#' agriculture and agro-ecological studies. Copernicus Climate Change Service
#' Climate Data Store (CDS), July 2021.
#' \url{https://cds.climate.copernicus.eu/cdsapp#!/dataset/
#' sis-agrometeorological-indicators?tab=overview}
#'
#' @seealso \code{\link{climateData}}, \code{\link{calcEto}}
#'
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,16 @@ ggplot(watBal.19T20, aes(x = date)) +
geom_bar(aes(y = Rain), stat = "identity", fill = "#1f78b4", alpha = 0.6, width = 0.8) +
geom_line(aes(y = AVAIL), color = "#33a02c", size = 1.5) +
geom_line(aes(y = Eto), color = "#ff7f00", size = 1.2, linetype = "dashed") +

scale_x_date(date_labels = "%b %Y", date_breaks = "1 month", expand = c(0.01, 0)) +
scale_y_continuous(
name = "Available Soil Water (mm)",
name = "Available Soil Water (mm)",
sec.axis = sec_axis(~., name = "Rainfall (mm)")
) +
labs(title = "Rainfall, Available Soil Water, and Potential Evapotranspiration",
subtitle = "2019-2020 Data",
x = NULL, y = NULL) +
labs(
title = "Rainfall, Available Soil Water, and Potential Evapotranspiration",
subtitle = "2019-2020 Data",
x = NULL, y = NULL
) +
theme_minimal(base_size = 15) +
theme(
plot.title = element_text(face = "bold", size = 18, hjust = 0.5),
Expand Down
92 changes: 66 additions & 26 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,75 @@ url: https://robeltakele.github.io/AquaBEHER/
template:
bootstrap: 5
bootswatch: cosmo
assets:
css:
- Assets/custom.css
js:
- Assets/custom.js

# Website Title
title: AquaBEHER

# Author information
author:
name: Robel Takele
email: [email protected]
url: https://github.com/RobelTakele

# Copyright information
copyright: © 2024 Institute of Plant Sciences, Sant’Anna School of Advanced Studies, Pisa, Italy

# Navbar customization
navbar:
structure:
left:
- intro
- reference
- articles
- tutorials
- news
right: github
components:
reference:
text: Function Reference
left:
- text: Home
href: index.html
- text: Tutorial
href: articles/AquaBEHER.html
- text: User Guide
href: reference/index.html
github:

- text: News
href: news/index.html
right:
- text: GitHub
icon: fab fa-github fa-lg
href: https://github.com/RobelTakele/AquaBEHER/
aria-label: github
intro:
text: User Guide
href: articles/AquaBEHER.html
reference:
- title: All functions
contents:
- '`AgroClimateData`'
- '`calcEto`'
- '`calcSeasCal`'
- '`calcWatBal`'
- '`climateData`'
- '`rcn`'
href: https://github.com/RobelTakele/AquaBEHER
aria-label: GitHub Repo
- text: Issues
icon: fas fa-exclamation-circle fa-lg
href: https://github.com/RobelTakele/AquaBEHER/issues
aria-label: Report Issues
logo: logo.png

# Sidebar customization
sidebar:
search: true
toc: true

# Footer customization
footer:
left:
- text: © 2024 Sant'Anna School of Advanced Studies
href: https://www.santannapisa.it/en
- text: License (GPL-3)
href: LICENSE
- text: Source Code
href: https://github.com/RobelTakele/AquaBEHER
right:
- text: Contact
href: mailto:[email protected]
- text: Twitter
icon: fab fa-twitter
href: https://twitter.com/RobelTakele
- text: LinkedIn
icon: fab fa-linkedin
href: https://www.linkedin.com/in/robel-takele

# Additional metadata (SEO friendly)
meta:
description: "AquaBEHER: Estimation and Prediction of Wet Season Calendar and Soil Water Balance for Agriculture."
social:
twitter: "@RobelTakele"
linkedin: "robel-takele"

Loading

0 comments on commit 1535a67

Please sign in to comment.