~enricoschumann/SNBdata

1a32820e072fbdbe7cb84f2d854171e767f2d232 — Enrico Schumann 8 months ago ec620ee main v0.2.1
Prepare version 0.2.1
2 files changed, 14 insertions(+), 10 deletions(-)

A ChangeLog
M DESCRIPTION
A ChangeLog => ChangeLog +5 -0
@@ 0,0 1,5 @@
2023-12-12  Enrico Schumann  <es@enricoschumann.net>

        * DESCRIPTION (Version): 0.2.1
	(Description): small update in Description, as
        requested by CRAN

M DESCRIPTION => DESCRIPTION +9 -10
@@ 1,21 1,20 @@
Package: SNBdata
Type: Package
Title: Download Data from the Swiss National Bank (SNB)
Version: 0.2.0
Date: 2023-12-11
Version: 0.2.1
Date: 2023-12-12
Maintainer: Enrico Schumann <es@enricoschumann.net>
Authors@R: person("Enrico", "Schumann",
                  role  = c("aut", "cre"),
                  email = "es@enricoschumann.net",
                  comment = c(ORCID = "0000-0001-7601-6576"))
Description: Functions for downloading data (tables and datasets)
     from the Swiss National Bank (SNB; <https://www.snb.ch/en>),
     the Swiss central bank.  The package is lightweight and
     comes with few dependencies; suggested packages are used
     only if data is to be transformed into particular data
     structures, for instance into 'zoo' objects.  Downloaded
     data can optionally be cached, to avoid repeated downloads
     of the same files.
Description: Download data (tables and datasets) from the Swiss
     National Bank (SNB; <https://www.snb.ch/en>), the Swiss
     central bank.  The package is lightweight and comes with few
     dependencies; suggested packages are used only if data is to
     be transformed into particular data structures, for instance
     into 'zoo' objects.  Downloaded data can optionally be
     cached, to avoid repeated downloads of the same files.
Suggests: jsonlite, zoo
License: GPL-3
URL: http://enricoschumann.net/R/packages/SNBdata/ ,