JuliaStats / RDatasets.jl

Julia package for loading many of the data sets available in R
GNU General Public License v3.0
160 stars 56 forks source link

add datasets/AirPassengers #121

Closed viraltux closed 3 years ago

viraltux commented 3 years ago

I would like to add the dataset AirPassengers to the package, I believe that R time series need to be transformed into a CSV file (or simply saved as rda, in this case I used a CSV file since the rda from R would simply return a vector in Julia.

codecov-io commented 3 years ago

Codecov Report

Merging #121 (9cfb9e6) into master (c2b17d0) will decrease coverage by 0.66%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #121      +/-   ##
==========================================
- Coverage   84.00%   83.33%   -0.67%     
==========================================
  Files           4        3       -1     
  Lines          25       24       -1     
==========================================
- Hits           21       20       -1     
  Misses          4        4              
Impacted Files Coverage Δ
src/RDatasets.jl

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c2b17d0...9cfb9e6. Read the comment docs.

viraltux commented 3 years ago

.