Skip to content

Commit

Permalink
Update the description
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaniLakshika committed May 29, 2024
1 parent 617201c commit 64518a8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 19 deletions.
16 changes: 1 addition & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,54 +1,40 @@
# History files
.Rhistory
.Rapp.history

# Session Data files
.RData
.RDataTmp

# User-specific files
.Ruserdata

# Example code in package build process
*-Ex.R

# Output files from R CMD build
/*.tar.gz

# Output files from R CMD check
/*.Rcheck/

# RStudio files
.Rproj.user/

# produced vignettes
vignettes/*.html
vignettes/*.pdf

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth

# knitr and R markdown default cache directories
*_cache/
/cache/

# Temporary files created by R markdown
*.utf8.md
*.knit.md

# R Environment Variables
.Renviron

# pkgdown site
docs/

# translation temp files
po/*~

# RStudio Connect folder
rsconnect/
.Rproj.user
docs

.Rprofile
inst/doc
key
8 changes: 7 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,11 @@ Imports:
URL: https://numbats.github.io/airpurifyr/
Suggests:
knitr,
rmarkdown
rmarkdown,
ozmaps,
sf,
dplyr,
colorspace,
tsibble,
gganimate
VignetteBuilder: knitr
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand

export(get_cities)
export(get_measurements_for_location)
export(set_openaq_api_key)
importFrom(httr,VERB)
Expand Down
6 changes: 3 additions & 3 deletions man/get_measures.Rd → man/parse_measures.Rd

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

2 changes: 2 additions & 0 deletions vignettes/map-in-australia.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ knitr::opts_chunk$set(
)
```

This helps you to understand

```{r setup}
library(airpurifyr)
library(ozmaps)
Expand Down

0 comments on commit 64518a8

Please sign in to comment.