Skip to content

Commit

Permalink
Fix documentation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
larnsce committed Dec 4, 2023
1 parent 5449d0e commit 751b9ba
Show file tree
Hide file tree
Showing 10 changed files with 363 additions and 13 deletions.
4 changes: 1 addition & 3 deletions R/african_countries.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#
#' African Countries
#'
#'
#' Database of African Countries with corresponding GDP and HDI data.
#'
#' @format A tibble with 55 rows and 7 variables:

#' \describe{
#' \item{countries}{Name of the Country}
#' \item{region}{African Region where the Country is located}
Expand All @@ -15,3 +12,4 @@
#' \item{gdp_per_capita}{GDP per Capita of the country in 2021 (With a few exceptions for which the data is older). Source: ourworldindata.org}
#' \item{hdi}{Human Development Index of the country in 2021. Source: ourworldindata.org}
#' }
'african_countries'
4 changes: 1 addition & 3 deletions R/ranking.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#
#' University Ranking Africa
#'
#'
#' Database of African Top Universities and observations of their rankings, type of courses, application process, part of international students and website funtions.
#'
#' @format A tibble with 141 rows and 26 variables:

#' \describe{
#' \item{university}{Name of the University}
#' \item{country}{Country where the University is located}
Expand Down Expand Up @@ -34,3 +31,4 @@
#' \item{access_date}{Date the University website was accessed}
#' \item{remarks}{Personal notes on the University}
#' }
'ranking'
4 changes: 2 additions & 2 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pandoc: 3.1.1
pandoc: 3.1.6
pkgdown: 2.0.7
pkgdown_sha: ~
articles:
examples: examples.html
last_built: 2023-12-01T16:13Z
last_built: 2023-12-04T12:15Z
urls:
reference: https://github.com/openwashdata/universityrankingafrica/blob/main/_pkgdown.yml/reference
article: https://github.com/openwashdata/universityrankingafrica/blob/main/_pkgdown.yml/articles
Expand Down
99 changes: 99 additions & 0 deletions docs/reference/african_countries.html

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

27 changes: 24 additions & 3 deletions docs/reference/index.html

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

Loading

0 comments on commit 751b9ba

Please sign in to comment.