Skip to content

Commit f656efb

Browse files
committed
Define and document downloading function
1 parent 1ebe051 commit f656efb

22 files changed

+1872
-898
lines changed

.Rbuildignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
^renv$
2+
^renv\.lock$
3+
^dev$
4+
^LICENSE\.md$
5+
^austemp\.Rproj$
6+
^\.Rproj\.user$

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
.Rhistory
33
.RData
44
.Ruserdata
5+
.DS_Store
6+
.httr-oauth

DESCRIPTION

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Package: austemp
2+
Title: Graphs Of Adelaide Temperatures In Summer And Winter
3+
Version: 0.1
4+
Authors@R:
5+
person("A", "Russo", , "a.s.russo@outlook.com", role = c("aut", "cre"))
6+
Description: This package contains functions to download data for and
7+
graph Adelaide city and airport maximum and minimum daily temperatures
8+
in summer and winter.
9+
License: GPL (>= 3)
10+
Imports:
11+
dplyr,
12+
httr,
13+
padr,
14+
readr,
15+
rlang,
16+
rvest,
17+
stringr,
18+
utils
19+
Config/fusen/version: 0.5.2
20+
Encoding: UTF-8
21+
Roxygen: list(markdown = TRUE)
22+
RoxygenNote: 7.3.1

LICENSE

-121
This file was deleted.

0 commit comments

Comments
 (0)