Skip to content

Commit 3d3a7b6

Browse files
committed
Add updates
1 parent d4ce576 commit 3d3a7b6

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.Rhistory

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
setwd("~/Desktop/repos/azflights24")
2+
pkgdown::build_site_github_pages()
3+
usethis::use_pkgdown_github_pages()
4+
pkgdown::build_site_github_pages()

DESCRIPTION

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Package: azflights24
2-
Title: Flights and Other Useful Metadata
3-
Version: 0.0.0.9000
2+
Title: Arizona Flights and Other Useful Metadata
3+
Version: 0.1.0
44
Authors@R: c(
5-
person("Simon P.", "Couch", , "simonpatrickcouch@gmail.com", role = c("aut", "cre")),
5+
person("Chester", "Ismay", , "chester.ismay@gmail.com", role = c("aut", "cre")),
6+
person("Simon P.", "Couch", , "simonpatrickcouch@gmail.com", role = "aut"),
67
person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut"),
78
person("RStudio", role = "cph"),
89
person("Jay", "Lee", , "jaylee@reed.edu", role = "ctb"),
@@ -11,8 +12,8 @@ Authors@R: c(
1112
Description: A data-only package generated by anyflights supplying data on
1213
flights as well as other useful metadata.
1314
License: CC0
14-
URL: http://github.com/simonpcouch/anyflights
15-
BugReports: https://github.com/simonpcouch/anyflights/issues
15+
URL: http://github.com/moderndive/azflights24
16+
BugReports: http://github.com/moderndive/azflights24/issues
1617
Depends:
1718
R (>= 3.5.0)
1819
Suggests:

azflights24.Rproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
Version: 1.0
2+
ProjectId: 9ce1752e-b4cc-4e50-9a3a-c7fd2976c50b
23

34
RestoreWorkspace: No
45
SaveWorkspace: No
56
AlwaysSaveHistory: Default
67

78
EnableCodeIndexing: Yes
9+
UseSpacesForTab: Yes
10+
NumSpacesForTab: 2
811
Encoding: UTF-8
912

13+
RnwWeave: Sweave
14+
LaTeX: XeLaTeX
15+
1016
AutoAppendNewline: Yes
1117
StripTrailingWhitespace: Yes
1218
LineEndingConversion: Posix

0 commit comments

Comments
 (0)