- Countries and Country Codes data.frames get label column for country names in the Eurostat database.
- Fixed vignette duplicate entry issue and smaller issues
- The
label_eurostat()
has new countrycode and countrycode_nomatch arguments to label with countrycode package and custom_dic argument to add custom dictionary.
- dplyr moved from Dependencies to Imports
- curl removed from Imports
- solved geospatial map issues
- eurostat_url moved to options
- Improved support for sf in map visualization
- data/ generation script in data-raw/ updated to make all data reproducible
- Typo corrected from Cisco to Gisco
-
Added new example data set to reduce repeated downloads from eurostat service
-
Now
label_eurostat()
gives always an error by default, if labelling introduces duplicated labels. A newfix_duplicated
argument is add to fix duplicated labels automatically. (#79, #90) -
Shrinked the package tarball size
-
Modified tutorial to accommodate the CRAN error
-
Fixed cut_to_classes to generate unique breaks
- Release version associated with the R Journal manuscript 2017 final version
- Git release added with Zenodo DOI
- Changed maintainer email address from louhos to leo
- Added ./docs/ (automated package website generated with pkgdown)
- Expanded unit tests
- Gitter badge added to README
- Added ./revdep/ to check possible reverse dependencies automatically
- Cheat sheet added
search_eurostat()
accepts new argumentfixed
: ifTRUE
(default),pattern
provided will used as is; ifFALSE
,pattern
will be interpreted as a true regex pattern.- Augmented the list of Suggested packages in the DESCRIPTION file, including the Cairo package (#70)
- Updated the journal manuscript based on reviewer feedback
- Development version opened
- Fixed canonical cran url in README
- The complete package now using tibbles
- Rare encoding issues circumvented (#55)
- Improved functionality within firewall-protected systems (#63)
- The
get_eurostat()
returns tibbles (#52) - The
get_eurostat_dic()
andget_eurostat_toc()
return tibbles - Now
read_tsv()
is used instead ofread.csv()
(#29)
- Calls to extract_numeric are replaced by as.numeric (#60)
- The column 'flags' is not being labelled even if type = "label" (#61)
- The European Commission and the Eurostat generally uses ISO 3166-1 alpha-2 codes with two exceptions: EL (not GR) is used to represent Greece, and UK (not GB) is used to represent the United Kingdom. This now can be handled with
harmonize_country_code()
which converts the raw data values from EL to GR and from UK to GB. - Harmonized roxygen documentation to better follow CRAN conventions
- Changed Windows encoding to UTF for input files
- Improved memory usage
- The
get_eurostat()
can now get data also from the Eurostat JSON API viaget_eurostat_json()
. It also have a new argumenttype
to select labels for variable values instead of codes. - Fix an error after update to
tidyr 0.4.0
(#47).
- New
select_time
argument forget_eurostat()
to select a time frequency in case of multi-frequency datasets. Now theget_eurostat()
also gives an error if you try to get multi-frequency with other time formats thantime_format = "raw"
. (#30)time
column is also now in ascending order. get_eurostat()
gets a new argumentcompress_file
to control compression of the cache file. Also cache filenames includes now all relevant arguments. (#28)- For
search_eurostat()
a new type optiontype = "all"
to search all types. - For
label_eurostat()
new arguments. Acode
to retain also codes for spesified colums. Aeu_order
to order factor levels in Eurostat order, which uses the new functiondic_order()
. - Now
label_eurostat_vars(x)
gives labels for names, if x is other than a character or a factor andlabel_eurostat_tables(x)
does not accept other than a character or a factor. - For
get_eurostat()
a new argumentstringsAsFactors
to control the factor conversion of variables. eurotime2date
(andget_eurostat
) convers now also daily data.
- Fixed vignette error
- Package largely rewritten
- Vignette added
- Changed the value column to values in the get_eurostat output
- Package collected from statfi and smarterpoland