Last updated on 2018-08-08 17:48:34 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.1 | 3.57 | 51.51 | 55.08 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.0.1 | 2.85 | 39.98 | 42.83 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.0.1 | 64.35 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.1 | 60.55 | WARN | |||
r-devel-windows-ix86+x86_64 | 0.0.1 | 10.00 | 95.00 | 105.00 | WARN | |
r-patched-linux-x86_64 | 0.0.1 | 2.71 | 41.00 | 43.71 | OK | |
r-patched-solaris-x86 | 0.0.1 | 85.80 | WARN | |||
r-release-linux-x86_64 | 0.0.1 | 2.66 | 42.15 | 44.81 | OK | |
r-release-windows-ix86+x86_64 | 0.0.1 | 10.00 | 58.00 | 68.00 | OK | |
r-release-osx-x86_64 | 0.0.1 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.1 | 6.00 | 67.00 | 73.00 | OK | |
r-oldrel-osx-x86_64 | 0.0.1 | WARN |
Version: 0.0.1
Check: for unstated dependencies in ‘tests’
Result: WARN
'library' or 'require' call not declared from: ‘RMySQL’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64
Version: 0.0.1
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Loading required package: etl
Loading required package: dplyr
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
etl_extract.etl_nyctaxi package:nyctaxi R Documentation
_<08>E_<08>x_<08>t_<08>r_<08>a_<08>c_<08>t _<08>N_<08>Y_<08>C _<08>T_<08>a_<08>x_<08>i _<08>T_<08>r_<08>i_<08>p _<08>D_<08>a_<08>t_<08>a _<08>f_<08>r_<08>o_<08>m _<08>d_<08>a_<08>t_<08>a _<08>f_<08>r_<08>o_<08>m _<08>N_<08>Y_<08>C _<08>T_<08>a_<08>x_<08>i & _<08>L_<08>i_<08>m_<08>o_<08>u_<08>s_<08>i_<08>n_<08>e
_<08>C_<08>o_<08>m_<08>m_<08>i_<08>s_<08>s_<08>i_<08>o_<08>n
_<08>D_<08>e_<08>s_<08>c_<08>r_<08>i_<08>p_<08>t_<08>i_<08>o_<08>n:
Extract NYC Taxi Trip Data from data from NYC Taxi & Limousine
Commission
_<08>U_<08>s_<08>a_<08>g_<08>e:
## S3 method for class 'etl_nyctaxi'
etl_extract(obj, years = as.numeric(format(Sys.Date(),
"%Y")), months = 1:12, types = "yellow", ...)
## S3 method for class 'etl_nyctaxi'
etl_load(obj, years = as.numeric(format(Sys.Date(),
"%Y")), months = 1:12, types = "yellow", ...)
## S3 method for class 'etl_nyctaxi'
etl_transform(obj, years = as.numeric(format(Sys.Date(),
"%Y")), months = 1:12, types = "yellow", ...)
_<08>A_<08>r_<08>g_<08>u_<08>m_<08>e_<08>n_<08>t_<08>s:
obj: an etl object
years: a numeric vector giving the years. The default is the most
recent year.
months: a numeric vector giving the months. The default is January to
December.
types: a character vector giving the type of taxi trip data of
'yellow'
...: arguments passed to 'smart_download' and/or 'green'. The
default is 'yellow'.
_<08>D_<08>e_<08>t_<08>a_<08>i_<08>l_<08>s:
extract NYC Yellow taxi trip data from Jan 2009 and Green taxi
trip data from Aug 2013 data from NYC Taxi & Limousine Commission
load NYC Yellow taxi trip data from load directory into a sql
database, the default is a sqlite database and/or 'green'. The
default is 'yellow'.
transform NYC Yellow taxi trip data from raw directory to load
directory and/or 'green'. The default is 'yellow'.
_<08>S_<08>e_<08>e _<08>A_<08>l_<08>s_<08>o:
'etl_extract'
'etl_load'
'etl_transform'
_<08>E_<08>x_<08>a_<08>m_<08>p_<08>l_<08>e_<08>s:
## Not run:
taxi <- etl("nyctaxi", dir = "~/Desktop/nyctaxi/")
taxi %>%
etl_extract(years = 2016, months = 1:2, types = c("yellow","green")) %>%
etl_transform(years = 2016, months = 1:2, types = c("yellow","green")) %>%
etl_load(years = 2016, months = 1:2, types = c("yellow","green"))
## End(Not run)
Attaching package: 'lubridate'
The following object is masked from 'package:base':
date
Quitting from lines 61-71 (nyc_taxi.Rmd)
Error: processing vignette 'nyc_taxi.Rmd' failed with diagnostics:
there is no package called 'webshot'
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.0.1
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
taxi <- etl("nyctaxi", dir = "~/Desktop/nyctaxi/")
taxi %>%
etl_extract(years = 2016, months = 1:2, types = c("yellow","green")) %>%
etl_transform(years = 2016, months = 1:2, types = c("yellow","green")) %>%
etl_load(years = 2016, months = 1:2, types = c("yellow","green"))
## End(Not run)
Attaching package: 'lubridate'
The following object is masked from 'package:base':
date
PhantomJS not found. You can install it with webshot::install_phantomjs(). If it is installed, please make sure the phantomjs executable can be found via the PATH variable.
Warning in normalizePath(f2) :
path[1]="./webshot16f9f6d730a2b.png": No such file or directory
Warning in file(con, "rb") :
cannot open file './webshot16f9f6d730a2b.png': No such file or directory
Quitting from lines 61-71 (nyc_taxi.Rmd)
Error: processing vignette 'nyc_taxi.Rmd' failed with diagnostics:
cannot open the connection
Execution halted
Flavor: r-release-osx-x86_64
Version: 0.0.1
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
taxi <- etl("nyctaxi", dir = "~/Desktop/nyctaxi/")
taxi %>%
etl_extract(years = 2016, months = 1:2, types = c("yellow","green")) %>%
etl_transform(years = 2016, months = 1:2, types = c("yellow","green")) %>%
etl_load(years = 2016, months = 1:2, types = c("yellow","green"))
## End(Not run)
Attaching package: 'lubridate'
The following object is masked from 'package:base':
date
PhantomJS not found. You can install it with webshot::install_phantomjs(). If it is installed, please make sure the phantomjs executable can be found via the PATH variable.
Warning in normalizePath(f2) :
path[1]="./webshotc7e03817d7c8.png": No such file or directory
Warning in file(con, "rb") :
cannot open file './webshotc7e03817d7c8.png': No such file or directory
Quitting from lines 61-71 (nyc_taxi.Rmd)
Error: processing vignette 'nyc_taxi.Rmd' failed with diagnostics:
cannot open the connection
Execution halted
Flavor: r-oldrel-osx-x86_64