Skip to content

Commit

Permalink
removed README from CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbrmstr committed Sep 20, 2017
1 parent aa54c6f commit 3bcf7a3
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 30 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ README_files
^revdep$
^codecov\.yml$
^appveyor\.yml$
README.Rmd
README.md
60 changes: 30 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ print(now)
## minutely
## ========================================================================================================================
## 'data.frame': 61 obs. of 3 variables:
## $ time : POSIXct, format: "2017-09-20 07:32:00" "2017-09-20 07:33:00" "2017-09-20 07:34:00" "2017-09-20 07:35:00" ...
## $ time : POSIXct, format: "2017-09-20 07:44:00" "2017-09-20 07:45:00" "2017-09-20 07:46:00" "2017-09-20 07:47:00" ...
## $ precipIntensity : int 0 0 0 0 0 0 0 0 0 0 ...
## $ precipProbability: int 0 0 0 0 0 0 0 0 0 0 ...
## NULL
Expand All @@ -62,28 +62,28 @@ print(now)
## $ time : POSIXct, format: "2017-09-20 07:00:00" "2017-09-20 08:00:00" "2017-09-20 09:00:00" "2017-09-20 10:00:00" ...
## $ summary : chr "Overcast" "Overcast" "Overcast" "Overcast" ...
## $ icon : chr "cloudy" "cloudy" "cloudy" "cloudy" ...
## $ precipIntensity : num 0.0016 0.0001 0.0029 0.0042 0.0046 0.0064 0.0064 0.0073 0.0061 0.0019 ...
## $ precipProbability : num 0.05 0.06 0.08 0.1 0.11 0.13 0.12 0.12 0.11 0.06 ...
## $ precipIntensity : num 0.0015 0.0006 0.003 0.0046 0.005 0.0066 0.007 0.0073 0.0046 0.0016 ...
## $ precipProbability : num 0.05 0.07 0.09 0.11 0.11 0.12 0.11 0.11 0.08 0.05 ...
## $ precipType : chr "rain" "rain" "rain" "rain" ...
## $ temperature : num 66.3 66.4 67 68.1 68.2 ...
## $ apparentTemperature: num 67.1 67.2 67.8 68.8 69 ...
## $ dewPoint : num 64.9 65.1 65.3 65.4 65.5 ...
## $ humidity : num 0.95 0.96 0.94 0.91 0.91 0.91 0.9 0.9 0.89 0.86 ...
## $ pressure : num 1015 1014 1014 1014 1013 ...
## $ windSpeed : num 7.14 8.11 9.41 10.66 11.16 ...
## $ windGust : num 15.8 18.3 24.8 28.1 27.3 ...
## $ windBearing : int 30 33 33 37 34 31 31 29 33 26 ...
## $ cloudCover : num 1 1 0.99 0.99 0.99 0.99 1 1 1 1 ...
## $ temperature : num 66.3 66.5 67 67.7 68.3 ...
## $ apparentTemperature: num 67.1 67.3 67.8 68.6 69.1 ...
## $ dewPoint : num 64.9 65 65.2 65.5 65.6 ...
## $ humidity : num 0.95 0.95 0.94 0.93 0.91 0.9 0.89 0.89 0.87 0.85 ...
## $ pressure : num 1015 1015 1014 1013 1013 ...
## $ windSpeed : num 7.16 8.06 9.66 10.74 11.26 ...
## $ windGust : num 15.7 18.5 24.5 28.7 29.1 ...
## $ windBearing : int 29 31 32 34 35 35 34 29 29 31 ...
## $ cloudCover : num 1 1 1 0.99 1 0.97 0.9 0.99 1 1 ...
## $ uvIndex : int 0 0 1 2 2 3 3 2 2 1 ...
## $ visibility : num 8.49 8.5 8.45 8.55 8.75 9.18 9.87 10 10 10 ...
## $ visibility : num 8.49 8.42 8.41 8.38 8.54 9.23 10 10 10 10 ...
## $ ozone : num 266 267 267 267 267 ...
## NULL
##
## daily
## ========================================================================================================================
## 'data.frame': 8 obs. of 39 variables:
## $ time : POSIXct, format: "2017-09-20" "2017-09-21" "2017-09-22" "2017-09-23" ...
## $ summary : chr "Light rain in the morning and afternoon." "Mostly cloudy throughout the day." "Partly cloudy throughout the day." "Mostly cloudy until evening." ...
## $ summary : chr "Light rain until afternoon." "Mostly cloudy throughout the day." "Partly cloudy throughout the day." "Mostly cloudy until evening." ...
## $ icon : chr "rain" "partly-cloudy-day" "partly-cloudy-day" "partly-cloudy-day" ...
## $ sunriseTime : POSIXct, format: "2017-09-20 06:29:59" "2017-09-21 06:31:05" "2017-09-22 06:32:11" "2017-09-23 06:33:17" ...
## $ sunsetTime : POSIXct, format: "2017-09-20 18:46:17" "2017-09-21 18:44:28" "2017-09-22 18:42:38" "2017-09-23 18:40:48" ...
Expand All @@ -101,17 +101,17 @@ print(now)
## $ apparentTemperatureHighTime: int 1505941200 1506024000 1506114000 1506196800 1506276000 1506369600 1506441600 1506542400
## $ apparentTemperatureLow : num 63.8 52.2 57.9 58.9 61.4 ...
## $ apparentTemperatureLowTime : int 1505991600 1506081600 1506168000 1506240000 1506312000 1506423600 1506513600 1506567600
## $ dewPoint : num 64.9 55.4 45.3 53.5 61.1 ...
## $ dewPoint : num 65 55.4 45.3 53.5 61.1 ...
## $ humidity : num 0.91 0.65 0.56 0.68 0.84 0.88 0.83 0.86
## $ pressure : num 1014 1017 1020 1018 1016 ...
## $ windSpeed : num 8.75 10.68 10.53 7.22 2.42 ...
## $ windSpeed : num 8.8 10.68 10.53 7.22 2.42 ...
## $ windGust : num 30 30.2 30 26.8 8.8 ...
## $ windGustTime : int 1505962800 1505966400 1506081600 1506139200 1506286800 1506380400 1506481200 1506513600
## $ windBearing : int 28 24 31 33 61 78 76 54
## $ windBearing : int 29 24 31 33 61 78 76 54
## $ cloudCover : num 0.99 0.86 0.62 0.52 0.12 0.51 0.97 0.94
## $ uvIndex : int 3 3 4 3 5 3 3 3
## $ uvIndexTime : int 1505923200 1506006000 1506096000 1506182400 1506268800 1506351600 1506441600 1506528000
## $ visibility : num 9.47 10 10 10 NA NA NA NA
## $ visibility : num 9.28 10 10 10 NA NA NA NA
## $ ozone : num 265 265 262 261 255 ...
## $ temperatureMin : num 65.1 62.6 52.2 57.9 58.8 ...
## $ temperatureMinTime : POSIXct, format: "2017-09-20 00:00:00" "2017-09-21 23:00:00" "2017-09-22 08:00:00" "2017-09-23 08:00:00" ...
Expand All @@ -126,24 +126,24 @@ print(now)
## currently
## ========================================================================================================================
## 'data.frame': 1 obs. of 19 variables:
## $ time : POSIXct, format: "2017-09-20 07:32:28"
## $ time : POSIXct, format: "2017-09-20 07:44:50"
## $ summary : chr "Overcast"
## $ icon : chr "cloudy"
## $ nearestStormDistance: int 8
## $ nearestStormBearing : int 100
## $ nearestStormDistance: int 20
## $ nearestStormBearing : int 247
## $ precipIntensity : int 0
## $ precipProbability : int 0
## $ temperature : num 66.4
## $ apparentTemperature : num 67.2
## $ dewPoint : num 65
## $ temperature : num 66.5
## $ apparentTemperature : num 67.3
## $ dewPoint : num 65.1
## $ humidity : num 0.95
## $ pressure : num 1015
## $ windSpeed : num 7.66
## $ windGust : num 17.1
## $ windBearing : int 32
## $ windSpeed : num 7.83
## $ windGust : num 17.8
## $ windBearing : int 30
## $ cloudCover : int 1
## $ uvIndex : int 0
## $ visibility : num 8.5
## $ visibility : num 8.44
## $ ozone : num 266
## NULL

Expand Down Expand Up @@ -418,7 +418,7 @@ bigger_list$Maine
print(sprintf("You have used %s API calls.", then$`x-forecast-api-calls`))
```

## [1] "You have used 314 API calls."
## [1] "You have used 356 API calls."

``` r
plot(now)
Expand All @@ -444,7 +444,7 @@ library(testthat)
date()
```

## [1] "Wed Sep 20 07:32:34 2017"
## [1] "Wed Sep 20 07:44:56 2017"

``` r
test_dir("tests/")
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ None

##

2x the autobuild complained abt missing pngs that were there
when the CRAN checks were performed on other systems.

I've removed the README + associated files to avoid this.

Removed the dplyr dependency and made date parameters more
flexible. Tests and examples do not run on CRAN because they
require an API key. Tests run on Travis and Appveyor.

0 comments on commit 3bcf7a3

Please sign in to comment.