Skip to content

Commit

Permalink
update description, news and run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Sep 27, 2021
1 parent b3af1a6 commit d1232f1
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ RUN install2.r --error --skipinstalled --repos ${CRAN} --ncpus -1 \
RUN apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends libgdal-dev \
libudunits2-dev libharfbuzz-dev libfribidi-dev
libudunits2-dev libharfbuzz-dev libfribidi-dev \
libjq-dev libprotobuf-dev

# install dependencies
COPY DESCRIPTION /tmp/package/DESCRIPTION
Expand Down
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"extensions": [
"ikuyadeu.r",
"reditorsupport.r-lsp",
"shan.code-settings-sync"
"shan.code-settings-sync",
"searking.preview-vscode",
"tht13.html-preview-vscode"
],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down
8 changes: 6 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: covidregionaldata
Title: Subnational Data for COVID-19 Epidemiology
Version: 0.9.2.2000
Version: 0.9.2.3000
Authors@R:
c(person(given = "Joseph",
family = "Palmer",
Expand Down Expand Up @@ -55,6 +55,10 @@ Authors@R:
family = "Gruson",
role = "ctb",
comment = c(ORCID = "0000-0002-4094-1476")),
person(given = "Vang",
family = "Le",
role = "ctb",
comment = c(URL = "https://github.com/biocyberman")),
person(given = "Sebastian",
family = "Funk",
role = "aut",
Expand Down Expand Up @@ -102,7 +106,7 @@ Imports:
tidyselect,
vroom,
withr,
xml2,
xml2
Suggests:
ggplot2,
ggspatial,
Expand Down
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ This release is currrently under development

## New data sets

- Support for level 1 region data in Estonia (thanks to @RichardMN). See `?Estonia` for details.
- Support for level 1 region data in Estonia (thanks to @RichardMN). See `?Estonia` for details.
- Support for level 1 region data in Vietnam (thanks to @biocyberman). See `?Vietname` for details.

# covidregionaldata 0.9.2

This release adds support for the Covid19 Data Hub which includes Google and Apple mobility data amongst a large range of other data sets, data from the European Commission's Joint Research Centre which is at both the regional and national level, and individual sources for regional data from several countries. Package updates have been made in line with a software review at the [Journal of Open Source Software](https://github.com/openjournals/joss-reviews/issues/3290). Finally, this release exposes more of the testing infrastructure to users and adds a package hexsticker.
This release adds support for the Covid19 Data Hub which includes Google and Apple mobility data amongst a large range of other data sets, data from the European Commission's Joint Research Centre which is at both the regional and national level, and individual sources for regional data from several countries. Package updates have been made in line with a software review at the [Journal of Open Source Software](https://github.com/openjournals/joss-reviews/issues/3290). Finally, this release exposes more of the testing infrastructure to users and adds a package hexsticker.

Thanks to @joseph-palmer, @RichardMN, and @kathsherratt for contributions towards this release.

Expand Down
66 changes: 66 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,108 +1,174 @@
abbott
ac
ACAPS
afghanistan
api
APL
apskritis
aut
BB
BBSRC
bevan
biocyberman
BugReports
Bundesland
campbell
cloneable
CMD
CMMID
Codecov
com
Config
conuntry
Cota
countries’
countrycode
CoV
covid
Covid
COVID
covidregionaldata
cre
CSSE
ctb
currrently
DataClass
datahub
dd
DD
documentaion
doi
dplyr
ec
ECDC
epiforecasts
Estados
etc
filepath
flavio
Flavio
fns
fromJSON
gb
geocode
geocoding
ggplot
ggspatial
github
Github
GoogleData
Gruson
Guidotti
hellewell
Hellewell
hexsticker
httr
ICD
inegi
INEGI
Inf
initalize
Initalize
io
IPC
iso
JHU
joe
joel
jonnie
Jonnie
jrc
JRC
jsonlite
jure
katharine
knitr
Kreise
Landkreis
LazyData
lifecycle
linelist
Linelist
linelists
lshtm
ltla
lubridate
magrittr
md
Meakin
meaking
Meixco
memoise
metacran
msf
MX
Nam
nhs
nhsregions
nr
OpenDataZH
ORCID
org
OSP
params
patrick
paul
paulcampbell
PHE
pkgdown
PRs
purrr
quickstart
rboyes
rds
readxl
recomended
regioni
reparameterise
rhul
RichardMN
rlang
rmarkdown
Roxygen
RoxygenNote
rvest
RVIM
rworldmap
sam
SARS
savivaldybe
SciELOPreprints
sebastian
seperate
shapefiles
sherratt
Sherratt
sophie
SouthAfrica
spi
st
stringi
stringr
subnationaldata
subnationally
supertracker
tessella
testthat
tibble
tibbles
tidyr
tidyselect
UCPM
uk
urls
useMemoise
usethis
utla
Vang
VignetteBuilder
Wellcome
wikipedia
withr
yaml
yyyy
YYYY
Expand Down
Binary file added tests/testthat/custom_data/Estonia_level_1.rds
Binary file not shown.

0 comments on commit d1232f1

Please sign in to comment.