<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>R Package on R Views</title>
    <link>https://rviews.rstudio.com/tags/r-package/</link>
    <description>Recent content in R Package on R Views</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 08 Dec 2021 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://rviews.rstudio.com/tags/r-package/" rel="self" type="application/rss+xml" />
    
    
    
    
    <item>
      <title>The COVID19 package, an interface to the COVID-19 Data Hub</title>
      <link>https://rviews.rstudio.com/2021/12/08/the-r-package-covid19/</link>
      <pubDate>Wed, 08 Dec 2021 00:00:00 +0000</pubDate>
      
      <guid>https://rviews.rstudio.com/2021/12/08/the-r-package-covid19/</guid>
      <description>
        
&lt;script src=&#34;/2021/12/08/the-r-package-covid19/index_files/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/2021/12/08/the-r-package-covid19/index_files/htmlwidgets/htmlwidgets.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/2021/12/08/the-r-package-covid19/index_files/jquery/jquery.min.js&#34;&gt;&lt;/script&gt;
&lt;link href=&#34;/2021/12/08/the-r-package-covid19/index_files/dygraphs/dygraph.css&#34; rel=&#34;stylesheet&#34; /&gt;
&lt;script src=&#34;/2021/12/08/the-r-package-covid19/index_files/dygraphs/dygraph-combined.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/2021/12/08/the-r-package-covid19/index_files/dygraphs/shapes.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/2021/12/08/the-r-package-covid19/index_files/moment/moment.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/2021/12/08/the-r-package-covid19/index_files/moment-timezone/moment-timezone-with-data.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/2021/12/08/the-r-package-covid19/index_files/moment-fquarter/moment-fquarter.min.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/2021/12/08/the-r-package-covid19/index_files/dygraphs-binding/dygraphs.js&#34;&gt;&lt;/script&gt;


&lt;p&gt;&lt;img src=&#34;logo.png&#34; style=&#34;float:right&#34; height=&#34;128&#34; width = &#34;128&#34; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=COVID19&#34;&gt;&lt;img src=&#34;https://www.r-pkg.org/badges/version/COVID19&#34; style=&#34;display:inline-block&#34;/&gt;&lt;/a&gt;
&lt;a href=&#34;https://cran.r-project.org/package=COVID19&#34;&gt;&lt;img src=&#34;https://cranlogs.r-pkg.org/badges/last-month/COVID19&#34; style=&#34;display:inline-block&#34;/&gt;&lt;/a&gt;
&lt;a href=&#34;https://doi.org/10.21105/joss.02376&#34;&gt;&lt;img src=&#34;https://joss.theoj.org/papers/10.21105/joss.02376/status.svg&#34; style=&#34;display:inline-block&#34;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The &lt;a href=&#34;https://covid19datahub.io&#34;&gt;COVID-19 Data Hub&lt;/a&gt; provides a daily summary of COVID-19 cases, deaths, recovered, tests, vaccinations, and hospitalizations for 230+ countries, 760+ regions, and 12000+ administrative divisions of lower level. It includes policy measures, mobility, and geospatial data. This post presents version 3.0.0 of the &lt;code&gt;COVID19&lt;/code&gt; package to seamlessly import the data in R.&lt;/p&gt;
&lt;div id=&#34;why-another-package-for-covid-19-data&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Why another package for COVID-19 data&lt;/h2&gt;
&lt;p&gt;Many packages now exist to retrieve COVID-19 related data from within R. As an example, &lt;a href=&#34;https://cran.r-project.org/package=covid19br&#34;&gt;covid19br&lt;/a&gt; retrieves case data for Brazil, &lt;a href=&#34;https://cran.r-project.org/package=covid19sf&#34;&gt;covid19sf&lt;/a&gt; for San Francisco, &lt;a href=&#34;https://cran.r-project.org/package=covid19us&#34;&gt;covid19us&lt;/a&gt; for United States, &lt;a href=&#34;https://cran.r-project.org/package=covid19india&#34;&gt;covid19india&lt;/a&gt; for India, &lt;a href=&#34;https://cran.r-project.org/package=covid19italy&#34;&gt;covid19italy&lt;/a&gt; for Italy, &lt;a href=&#34;https://cran.r-project.org/package=covid19swiss&#34;&gt;covid19swiss&lt;/a&gt; for Switzerland, &lt;a href=&#34;https://cran.r-project.org/package=covid19france&#34;&gt;covid19france&lt;/a&gt; for France, and so on. There also other packages, such as &lt;a href=&#34;https://cran.r-project.org/package=coronavirus&#34;&gt;coronavirus&lt;/a&gt;, that retrieve national-level statistics worldwide from the Center for Systems Science and Engineering at Johns Hopkins University (JHU CCSE). However, national counts only represent a small portion of the available governmental data, and having the information scattered across many packages and different interfaces makes international comparisons of large, detailed outbreak data difficult, and prevents
inferences from such data to be effective.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;COVID19&lt;/code&gt; is the official package created around &lt;a href=&#34;https://covid19datahub.io&#34;&gt;COVID-19 Data Hub&lt;/a&gt;: a unified database harmonizing open governmental data around the globe at fine-grained spatial resolution. Moreover, as epidemiological data alone are typically of limited use, the database includes a set of identifiers to match the epidemiological data with exogenous indicators and geospatial information. By unifying the access to the data, this database makes it possible to study the pandemic in its global scale with high resolution, taking into account within-country variations, non pharmaceutical interventions, and environmental and exogenous variables.&lt;/p&gt;
&lt;p&gt;In particular, this package allows you to download a large set of &lt;a href=&#34;https://covid19datahub.io/articles/docs.html#epidemiological-variables&#34;&gt;epidemiological variables&lt;/a&gt;, exogenous indicators from &lt;a href=&#34;https://data.worldbank.org/&#34;&gt;World Bank&lt;/a&gt;, mobility data from &lt;a href=&#34;https://www.google.com/covid19/mobility/&#34;&gt;Google&lt;/a&gt; and &lt;a href=&#34;https://www.apple.com/covid19/mobility&#34;&gt;Apple&lt;/a&gt; mobility reports, and geospatial information from &lt;a href=&#34;https://ec.europa.eu/eurostat/web/nuts/nuts-maps&#34;&gt;Eurostat&lt;/a&gt; for Europe or &lt;a href=&#34;https://gadm.org/&#34;&gt;GADM&lt;/a&gt; worldwide, in, literally, one line of code.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;whats-new-in-version-3.0.0&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;What’s new in version 3.0.0&lt;/h2&gt;
&lt;p&gt;Version 3 is a major update of COVID-19 Data Hub, which includes a great improvement in the spatial coverage, new data on vaccines, and a new set of identifiers to enable geospatial analyses. The full changelog is available &lt;a href=&#34;https://covid19datahub.io/news/index.html&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The large amount of data that is now available (~2GB) has led to some breaking changes in the way the data are provided. Version 3 of the &lt;code&gt;COVID19&lt;/code&gt; package is designed to be compatible with the latest version of COVID-19 Data Hub, and process large amount of data at speed with low memory requirements. The documentation and a quick start guide is available &lt;a href=&#34;https://covid19datahub.io/articles/r.html&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;data-coverage&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Data coverage&lt;/h2&gt;
&lt;p&gt;The figure shows the granularity and the spatial coverage of the data as of November 27, 2021.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;main.png&#34; /&gt;&lt;/p&gt;
&lt;p&gt;What’s included?&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(COVID19)  # load the package
x &amp;lt;- covid19()    # download the data&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Refer to the &lt;a href=&#34;https://covid19datahub.io/articles/docs.html&#34;&gt;documentation&lt;/a&gt; for the description of each variable.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;colnames(x)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##  [1] &amp;quot;id&amp;quot;                                  &amp;quot;date&amp;quot;                               
##  [3] &amp;quot;confirmed&amp;quot;                           &amp;quot;deaths&amp;quot;                             
##  [5] &amp;quot;recovered&amp;quot;                           &amp;quot;tests&amp;quot;                              
##  [7] &amp;quot;vaccines&amp;quot;                            &amp;quot;people_vaccinated&amp;quot;                  
##  [9] &amp;quot;people_fully_vaccinated&amp;quot;             &amp;quot;hosp&amp;quot;                               
## [11] &amp;quot;icu&amp;quot;                                 &amp;quot;vent&amp;quot;                               
## [13] &amp;quot;school_closing&amp;quot;                      &amp;quot;workplace_closing&amp;quot;                  
## [15] &amp;quot;cancel_events&amp;quot;                       &amp;quot;gatherings_restrictions&amp;quot;            
## [17] &amp;quot;transport_closing&amp;quot;                   &amp;quot;stay_home_restrictions&amp;quot;             
## [19] &amp;quot;internal_movement_restrictions&amp;quot;      &amp;quot;international_movement_restrictions&amp;quot;
## [21] &amp;quot;information_campaigns&amp;quot;               &amp;quot;testing_policy&amp;quot;                     
## [23] &amp;quot;contact_tracing&amp;quot;                     &amp;quot;facial_coverings&amp;quot;                   
## [25] &amp;quot;vaccination_policy&amp;quot;                  &amp;quot;elderly_people_protection&amp;quot;          
## [27] &amp;quot;government_response_index&amp;quot;           &amp;quot;stringency_index&amp;quot;                   
## [29] &amp;quot;containment_health_index&amp;quot;            &amp;quot;economic_support_index&amp;quot;             
## [31] &amp;quot;administrative_area_level&amp;quot;           &amp;quot;administrative_area_level_1&amp;quot;        
## [33] &amp;quot;administrative_area_level_2&amp;quot;         &amp;quot;administrative_area_level_3&amp;quot;        
## [35] &amp;quot;latitude&amp;quot;                            &amp;quot;longitude&amp;quot;                          
## [37] &amp;quot;population&amp;quot;                          &amp;quot;iso_alpha_3&amp;quot;                        
## [39] &amp;quot;iso_alpha_2&amp;quot;                         &amp;quot;iso_numeric&amp;quot;                        
## [41] &amp;quot;iso_currency&amp;quot;                        &amp;quot;key_local&amp;quot;                          
## [43] &amp;quot;key_google_mobility&amp;quot;                 &amp;quot;key_apple_mobility&amp;quot;                 
## [45] &amp;quot;key_jhu_csse&amp;quot;                        &amp;quot;key_nuts&amp;quot;                           
## [47] &amp;quot;key_gadm&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;data-transparency&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Data transparency&lt;/h2&gt;
&lt;p&gt;This package applies no pre-processing to the original data, that are provided as-is. The data acquisition pipeline is open source and all the original data providers are listed &lt;a href=&#34;https://covid19datahub.io/reference/index.html&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;As an example, the following code snippet plots the fraction of confirmed cases on a given day per number of tests performed on that day in U.S. Notice that around June 2021, the fraction becomes negative. This is a known issue due to decreasing cumulative counts in the original data provider. This package applies no cleaning procedure for this kind of issues, which are typically due to changes in the data collection methodology. If the provider corrects the data retroactively, the changes are reflected in this package.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(xts)
library(dygraphs)
x &amp;lt;- covid19(&amp;quot;USA&amp;quot;, verbose = FALSE)  # download the data
ts &amp;lt;- xts(x[,c(&amp;quot;confirmed&amp;quot;, &amp;quot;tests&amp;quot;)], order.by = x$date)  # convert to an xts object
ts$ratio &amp;lt;- diff(ts$confirmed) / diff(ts$tests)  # compute daily ratio
dygraph(ts$ratio, main = &amp;quot;Daily fraction confirmed/tests in U.S.&amp;quot;)  # plot&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;htmlwidget-1&#34; style=&#34;width:672px;height:480px;&#34; class=&#34;dygraphs html-widget&#34;&gt;&lt;/div&gt;
&lt;script type=&#34;application/json&#34; data-for=&#34;htmlwidget-1&#34;&gt;{&#34;x&#34;:{&#34;attrs&#34;:{&#34;title&#34;:&#34;Daily fraction confirmed/tests in U.S.&#34;,&#34;labels&#34;:[&#34;day&#34;,&#34;ratio&#34;],&#34;legend&#34;:&#34;auto&#34;,&#34;retainDateWindow&#34;:false,&#34;axes&#34;:{&#34;x&#34;:{&#34;pixelsPerLabel&#34;:60}}},&#34;scale&#34;:&#34;daily&#34;,&#34;annotations&#34;:[],&#34;shadings&#34;:[],&#34;events&#34;:[],&#34;format&#34;:&#34;date&#34;,&#34;data&#34;:[[&#34;2020-01-21T00:00:00.000Z&#34;,&#34;2020-01-22T00:00:00.000Z&#34;,&#34;2020-01-23T00:00:00.000Z&#34;,&#34;2020-01-24T00:00:00.000Z&#34;,&#34;2020-01-25T00:00:00.000Z&#34;,&#34;2020-01-26T00:00:00.000Z&#34;,&#34;2020-01-27T00:00:00.000Z&#34;,&#34;2020-01-28T00:00:00.000Z&#34;,&#34;2020-01-29T00:00:00.000Z&#34;,&#34;2020-01-30T00:00:00.000Z&#34;,&#34;2020-01-31T00:00:00.000Z&#34;,&#34;2020-02-01T00:00:00.000Z&#34;,&#34;2020-02-02T00:00:00.000Z&#34;,&#34;2020-02-03T00:00:00.000Z&#34;,&#34;2020-02-04T00:00:00.000Z&#34;,&#34;2020-02-05T00:00:00.000Z&#34;,&#34;2020-02-06T00:00:00.000Z&#34;,&#34;2020-02-07T00:00:00.000Z&#34;,&#34;2020-02-08T00:00:00.000Z&#34;,&#34;2020-02-09T00:00:00.000Z&#34;,&#34;2020-02-10T00:00:00.000Z&#34;,&#34;2020-02-11T00:00:00.000Z&#34;,&#34;2020-02-12T00:00:00.000Z&#34;,&#34;2020-02-13T00:00:00.000Z&#34;,&#34;2020-02-14T00:00:00.000Z&#34;,&#34;2020-02-15T00:00:00.000Z&#34;,&#34;2020-02-16T00:00:00.000Z&#34;,&#34;2020-02-17T00:00:00.000Z&#34;,&#34;2020-02-18T00:00:00.000Z&#34;,&#34;2020-02-19T00:00:00.000Z&#34;,&#34;2020-02-20T00:00:00.000Z&#34;,&#34;2020-02-21T00:00:00.000Z&#34;,&#34;2020-02-22T00:00:00.000Z&#34;,&#34;2020-02-23T00:00:00.000Z&#34;,&#34;2020-02-24T00:00:00.000Z&#34;,&#34;2020-02-25T00:00:00.000Z&#34;,&#34;2020-02-26T00:00:00.000Z&#34;,&#34;2020-02-27T00:00:00.000Z&#34;,&#34;2020-02-28T00:00:00.000Z&#34;,&#34;2020-02-29T00:00:00.000Z&#34;,&#34;2020-03-01T00:00:00.000Z&#34;,&#34;2020-03-02T00:00:00.000Z&#34;,&#34;2020-03-03T00:00:00.000Z&#34;,&#34;2020-03-04T00:00:00.000Z&#34;,&#34;2020-03-05T00:00:00.000Z&#34;,&#34;2020-03-06T00:00:00.000Z&#34;,&#34;2020-03-07T00:00:00.000Z&#34;,&#34;2020-03-08T00:00:00.000Z&#34;,&#34;2020-03-09T00:00:00.000Z&#34;,&#34;2020-03-10T00:00:00.000Z&#34;,&#34;2020-03-11T00:00:00.000Z&#34;,&#34;2020-03-12T00:00:00.000Z&#34;,&#34;2020-03-13T00:00:00.000Z&#34;,&#34;2020-03-14T00:00:00.000Z&#34;,&#34;2020-03-15T00:00:00.000Z&#34;,&#34;2020-03-16T00:00:00.000Z&#34;,&#34;2020-03-17T00:00:00.000Z&#34;,&#34;2020-03-18T00:00:00.000Z&#34;,&#34;2020-03-19T00:00:00.000Z&#34;,&#34;2020-03-20T00:00:00.000Z&#34;,&#34;2020-03-21T00:00:00.000Z&#34;,&#34;2020-03-22T00:00:00.000Z&#34;,&#34;2020-03-23T00:00:00.000Z&#34;,&#34;2020-03-24T00:00:00.000Z&#34;,&#34;2020-03-25T00:00:00.000Z&#34;,&#34;2020-03-26T00:00:00.000Z&#34;,&#34;2020-03-27T00:00:00.000Z&#34;,&#34;2020-03-28T00:00:00.000Z&#34;,&#34;2020-03-29T00:00:00.000Z&#34;,&#34;2020-03-30T00:00:00.000Z&#34;,&#34;2020-03-31T00:00:00.000Z&#34;,&#34;2020-04-01T00:00:00.000Z&#34;,&#34;2020-04-02T00:00:00.000Z&#34;,&#34;2020-04-03T00:00:00.000Z&#34;,&#34;2020-04-04T00:00:00.000Z&#34;,&#34;2020-04-05T00:00:00.000Z&#34;,&#34;2020-04-06T00:00:00.000Z&#34;,&#34;2020-04-07T00:00:00.000Z&#34;,&#34;2020-04-08T00:00:00.000Z&#34;,&#34;2020-04-09T00:00:00.000Z&#34;,&#34;2020-04-10T00:00:00.000Z&#34;,&#34;2020-04-11T00:00:00.000Z&#34;,&#34;2020-04-12T00:00:00.000Z&#34;,&#34;2020-04-13T00:00:00.000Z&#34;,&#34;2020-04-14T00:00:00.000Z&#34;,&#34;2020-04-15T00:00:00.000Z&#34;,&#34;2020-04-16T00:00:00.000Z&#34;,&#34;2020-04-17T00:00:00.000Z&#34;,&#34;2020-04-18T00:00:00.000Z&#34;,&#34;2020-04-19T00:00:00.000Z&#34;,&#34;2020-04-20T00:00:00.000Z&#34;,&#34;2020-04-21T00:00:00.000Z&#34;,&#34;2020-04-22T00:00:00.000Z&#34;,&#34;2020-04-23T00:00:00.000Z&#34;,&#34;2020-04-24T00:00:00.000Z&#34;,&#34;2020-04-25T00:00:00.000Z&#34;,&#34;2020-04-26T00:00:00.000Z&#34;,&#34;2020-04-27T00:00:00.000Z&#34;,&#34;2020-04-28T00:00:00.000Z&#34;,&#34;2020-04-29T00:00:00.000Z&#34;,&#34;2020-04-30T00:00:00.000Z&#34;,&#34;2020-05-01T00:00:00.000Z&#34;,&#34;2020-05-02T00:00:00.000Z&#34;,&#34;2020-05-03T00:00:00.000Z&#34;,&#34;2020-05-04T00:00:00.000Z&#34;,&#34;2020-05-05T00:00:00.000Z&#34;,&#34;2020-05-06T00:00:00.000Z&#34;,&#34;2020-05-07T00:00:00.000Z&#34;,&#34;2020-05-08T00:00:00.000Z&#34;,&#34;2020-05-09T00:00:00.000Z&#34;,&#34;2020-05-10T00:00:00.000Z&#34;,&#34;2020-05-11T00:00:00.000Z&#34;,&#34;2020-05-12T00:00:00.000Z&#34;,&#34;2020-05-13T00:00:00.000Z&#34;,&#34;2020-05-14T00:00:00.000Z&#34;,&#34;2020-05-15T00:00:00.000Z&#34;,&#34;2020-05-16T00:00:00.000Z&#34;,&#34;2020-05-17T00:00:00.000Z&#34;,&#34;2020-05-18T00:00:00.000Z&#34;,&#34;2020-05-19T00:00:00.000Z&#34;,&#34;2020-05-20T00:00:00.000Z&#34;,&#34;2020-05-21T00:00:00.000Z&#34;,&#34;2020-05-22T00:00:00.000Z&#34;,&#34;2020-05-23T00:00:00.000Z&#34;,&#34;2020-05-24T00:00:00.000Z&#34;,&#34;2020-05-25T00:00:00.000Z&#34;,&#34;2020-05-26T00:00:00.000Z&#34;,&#34;2020-05-27T00:00:00.000Z&#34;,&#34;2020-05-28T00:00:00.000Z&#34;,&#34;2020-05-29T00:00:00.000Z&#34;,&#34;2020-05-30T00:00:00.000Z&#34;,&#34;2020-05-31T00:00:00.000Z&#34;,&#34;2020-06-01T00:00:00.000Z&#34;,&#34;2020-06-02T00:00:00.000Z&#34;,&#34;2020-06-03T00:00:00.000Z&#34;,&#34;2020-06-04T00:00:00.000Z&#34;,&#34;2020-06-05T00:00:00.000Z&#34;,&#34;2020-06-06T00:00:00.000Z&#34;,&#34;2020-06-07T00:00:00.000Z&#34;,&#34;2020-06-08T00:00:00.000Z&#34;,&#34;2020-06-09T00:00:00.000Z&#34;,&#34;2020-06-10T00:00:00.000Z&#34;,&#34;2020-06-11T00:00:00.000Z&#34;,&#34;2020-06-12T00:00:00.000Z&#34;,&#34;2020-06-13T00:00:00.000Z&#34;,&#34;2020-06-14T00:00:00.000Z&#34;,&#34;2020-06-15T00:00:00.000Z&#34;,&#34;2020-06-16T00:00:00.000Z&#34;,&#34;2020-06-17T00:00:00.000Z&#34;,&#34;2020-06-18T00:00:00.000Z&#34;,&#34;2020-06-19T00:00:00.000Z&#34;,&#34;2020-06-20T00:00:00.000Z&#34;,&#34;2020-06-21T00:00:00.000Z&#34;,&#34;2020-06-22T00:00:00.000Z&#34;,&#34;2020-06-23T00:00:00.000Z&#34;,&#34;2020-06-24T00:00:00.000Z&#34;,&#34;2020-06-25T00:00:00.000Z&#34;,&#34;2020-06-26T00:00:00.000Z&#34;,&#34;2020-06-27T00:00:00.000Z&#34;,&#34;2020-06-28T00:00:00.000Z&#34;,&#34;2020-06-29T00:00:00.000Z&#34;,&#34;2020-06-30T00:00:00.000Z&#34;,&#34;2020-07-01T00:00:00.000Z&#34;,&#34;2020-07-02T00:00:00.000Z&#34;,&#34;2020-07-03T00:00:00.000Z&#34;,&#34;2020-07-04T00:00:00.000Z&#34;,&#34;2020-07-05T00:00:00.000Z&#34;,&#34;2020-07-06T00:00:00.000Z&#34;,&#34;2020-07-07T00:00:00.000Z&#34;,&#34;2020-07-08T00:00:00.000Z&#34;,&#34;2020-07-09T00:00:00.000Z&#34;,&#34;2020-07-10T00:00:00.000Z&#34;,&#34;2020-07-11T00:00:00.000Z&#34;,&#34;2020-07-12T00:00:00.000Z&#34;,&#34;2020-07-13T00:00:00.000Z&#34;,&#34;2020-07-14T00:00:00.000Z&#34;,&#34;2020-07-15T00:00:00.000Z&#34;,&#34;2020-07-16T00:00:00.000Z&#34;,&#34;2020-07-17T00:00:00.000Z&#34;,&#34;2020-07-18T00:00:00.000Z&#34;,&#34;2020-07-19T00:00:00.000Z&#34;,&#34;2020-07-20T00:00:00.000Z&#34;,&#34;2020-07-21T00:00:00.000Z&#34;,&#34;2020-07-22T00:00:00.000Z&#34;,&#34;2020-07-23T00:00:00.000Z&#34;,&#34;2020-07-24T00:00:00.000Z&#34;,&#34;2020-07-25T00:00:00.000Z&#34;,&#34;2020-07-26T00:00:00.000Z&#34;,&#34;2020-07-27T00:00:00.000Z&#34;,&#34;2020-07-28T00:00:00.000Z&#34;,&#34;2020-07-29T00:00:00.000Z&#34;,&#34;2020-07-30T00:00:00.000Z&#34;,&#34;2020-07-31T00:00:00.000Z&#34;,&#34;2020-08-01T00:00:00.000Z&#34;,&#34;2020-08-02T00:00:00.000Z&#34;,&#34;2020-08-03T00:00:00.000Z&#34;,&#34;2020-08-04T00:00:00.000Z&#34;,&#34;2020-08-05T00:00:00.000Z&#34;,&#34;2020-08-06T00:00:00.000Z&#34;,&#34;2020-08-07T00:00:00.000Z&#34;,&#34;2020-08-08T00:00:00.000Z&#34;,&#34;2020-08-09T00:00:00.000Z&#34;,&#34;2020-08-10T00:00:00.000Z&#34;,&#34;2020-08-11T00:00:00.000Z&#34;,&#34;2020-08-12T00:00:00.000Z&#34;,&#34;2020-08-13T00:00:00.000Z&#34;,&#34;2020-08-14T00:00:00.000Z&#34;,&#34;2020-08-15T00:00:00.000Z&#34;,&#34;2020-08-16T00:00:00.000Z&#34;,&#34;2020-08-17T00:00:00.000Z&#34;,&#34;2020-08-18T00:00:00.000Z&#34;,&#34;2020-08-19T00:00:00.000Z&#34;,&#34;2020-08-20T00:00:00.000Z&#34;,&#34;2020-08-21T00:00:00.000Z&#34;,&#34;2020-08-22T00:00:00.000Z&#34;,&#34;2020-08-23T00:00:00.000Z&#34;,&#34;2020-08-24T00:00:00.000Z&#34;,&#34;2020-08-25T00:00:00.000Z&#34;,&#34;2020-08-26T00:00:00.000Z&#34;,&#34;2020-08-27T00:00:00.000Z&#34;,&#34;2020-08-28T00:00:00.000Z&#34;,&#34;2020-08-29T00:00:00.000Z&#34;,&#34;2020-08-30T00:00:00.000Z&#34;,&#34;2020-08-31T00:00:00.000Z&#34;,&#34;2020-09-01T00:00:00.000Z&#34;,&#34;2020-09-02T00:00:00.000Z&#34;,&#34;2020-09-03T00:00:00.000Z&#34;,&#34;2020-09-04T00:00:00.000Z&#34;,&#34;2020-09-05T00:00:00.000Z&#34;,&#34;2020-09-06T00:00:00.000Z&#34;,&#34;2020-09-07T00:00:00.000Z&#34;,&#34;2020-09-08T00:00:00.000Z&#34;,&#34;2020-09-09T00:00:00.000Z&#34;,&#34;2020-09-10T00:00:00.000Z&#34;,&#34;2020-09-11T00:00:00.000Z&#34;,&#34;2020-09-12T00:00:00.000Z&#34;,&#34;2020-09-13T00:00:00.000Z&#34;,&#34;2020-09-14T00:00:00.000Z&#34;,&#34;2020-09-15T00:00:00.000Z&#34;,&#34;2020-09-16T00:00:00.000Z&#34;,&#34;2020-09-17T00:00:00.000Z&#34;,&#34;2020-09-18T00:00:00.000Z&#34;,&#34;2020-09-19T00:00:00.000Z&#34;,&#34;2020-09-20T00:00:00.000Z&#34;,&#34;2020-09-21T00:00:00.000Z&#34;,&#34;2020-09-22T00:00:00.000Z&#34;,&#34;2020-09-23T00:00:00.000Z&#34;,&#34;2020-09-24T00:00:00.000Z&#34;,&#34;2020-09-25T00:00:00.000Z&#34;,&#34;2020-09-26T00:00:00.000Z&#34;,&#34;2020-09-27T00:00:00.000Z&#34;,&#34;2020-09-28T00:00:00.000Z&#34;,&#34;2020-09-29T00:00:00.000Z&#34;,&#34;2020-09-30T00:00:00.000Z&#34;,&#34;2020-10-01T00:00:00.000Z&#34;,&#34;2020-10-02T00:00:00.000Z&#34;,&#34;2020-10-03T00:00:00.000Z&#34;,&#34;2020-10-04T00:00:00.000Z&#34;,&#34;2020-10-05T00:00:00.000Z&#34;,&#34;2020-10-06T00:00:00.000Z&#34;,&#34;2020-10-07T00:00:00.000Z&#34;,&#34;2020-10-08T00:00:00.000Z&#34;,&#34;2020-10-09T00:00:00.000Z&#34;,&#34;2020-10-10T00:00:00.000Z&#34;,&#34;2020-10-11T00:00:00.000Z&#34;,&#34;2020-10-12T00:00:00.000Z&#34;,&#34;2020-10-13T00:00:00.000Z&#34;,&#34;2020-10-14T00:00:00.000Z&#34;,&#34;2020-10-15T00:00:00.000Z&#34;,&#34;2020-10-16T00:00:00.000Z&#34;,&#34;2020-10-17T00:00:00.000Z&#34;,&#34;2020-10-18T00:00:00.000Z&#34;,&#34;2020-10-19T00:00:00.000Z&#34;,&#34;2020-10-20T00:00:00.000Z&#34;,&#34;2020-10-21T00:00:00.000Z&#34;,&#34;2020-10-22T00:00:00.000Z&#34;,&#34;2020-10-23T00:00:00.000Z&#34;,&#34;2020-10-24T00:00:00.000Z&#34;,&#34;2020-10-25T00:00:00.000Z&#34;,&#34;2020-10-26T00:00:00.000Z&#34;,&#34;2020-10-27T00:00:00.000Z&#34;,&#34;2020-10-28T00:00:00.000Z&#34;,&#34;2020-10-29T00:00:00.000Z&#34;,&#34;2020-10-30T00:00:00.000Z&#34;,&#34;2020-10-31T00:00:00.000Z&#34;,&#34;2020-11-01T00:00:00.000Z&#34;,&#34;2020-11-02T00:00:00.000Z&#34;,&#34;2020-11-03T00:00:00.000Z&#34;,&#34;2020-11-04T00:00:00.000Z&#34;,&#34;2020-11-05T00:00:00.000Z&#34;,&#34;2020-11-06T00:00:00.000Z&#34;,&#34;2020-11-07T00:00:00.000Z&#34;,&#34;2020-11-08T00:00:00.000Z&#34;,&#34;2020-11-09T00:00:00.000Z&#34;,&#34;2020-11-10T00:00:00.000Z&#34;,&#34;2020-11-11T00:00:00.000Z&#34;,&#34;2020-11-12T00:00:00.000Z&#34;,&#34;2020-11-13T00:00:00.000Z&#34;,&#34;2020-11-14T00:00:00.000Z&#34;,&#34;2020-11-15T00:00:00.000Z&#34;,&#34;2020-11-16T00:00:00.000Z&#34;,&#34;2020-11-17T00:00:00.000Z&#34;,&#34;2020-11-18T00:00:00.000Z&#34;,&#34;2020-11-19T00:00:00.000Z&#34;,&#34;2020-11-20T00:00:00.000Z&#34;,&#34;2020-11-21T00:00:00.000Z&#34;,&#34;2020-11-22T00:00:00.000Z&#34;,&#34;2020-11-23T00:00:00.000Z&#34;,&#34;2020-11-24T00:00:00.000Z&#34;,&#34;2020-11-25T00:00:00.000Z&#34;,&#34;2020-11-26T00:00:00.000Z&#34;,&#34;2020-11-27T00:00:00.000Z&#34;,&#34;2020-11-28T00:00:00.000Z&#34;,&#34;2020-11-29T00:00:00.000Z&#34;,&#34;2020-11-30T00:00:00.000Z&#34;,&#34;2020-12-01T00:00:00.000Z&#34;,&#34;2020-12-02T00:00:00.000Z&#34;,&#34;2020-12-03T00:00:00.000Z&#34;,&#34;2020-12-04T00:00:00.000Z&#34;,&#34;2020-12-05T00:00:00.000Z&#34;,&#34;2020-12-06T00:00:00.000Z&#34;,&#34;2020-12-07T00:00:00.000Z&#34;,&#34;2020-12-08T00:00:00.000Z&#34;,&#34;2020-12-09T00:00:00.000Z&#34;,&#34;2020-12-10T00:00:00.000Z&#34;,&#34;2020-12-11T00:00:00.000Z&#34;,&#34;2020-12-12T00:00:00.000Z&#34;,&#34;2020-12-13T00:00:00.000Z&#34;,&#34;2020-12-14T00:00:00.000Z&#34;,&#34;2020-12-15T00:00:00.000Z&#34;,&#34;2020-12-16T00:00:00.000Z&#34;,&#34;2020-12-17T00:00:00.000Z&#34;,&#34;2020-12-18T00:00:00.000Z&#34;,&#34;2020-12-19T00:00:00.000Z&#34;,&#34;2020-12-20T00:00:00.000Z&#34;,&#34;2020-12-21T00:00:00.000Z&#34;,&#34;2020-12-22T00:00:00.000Z&#34;,&#34;2020-12-23T00:00:00.000Z&#34;,&#34;2020-12-24T00:00:00.000Z&#34;,&#34;2020-12-25T00:00:00.000Z&#34;,&#34;2020-12-26T00:00:00.000Z&#34;,&#34;2020-12-27T00:00:00.000Z&#34;,&#34;2020-12-28T00:00:00.000Z&#34;,&#34;2020-12-29T00:00:00.000Z&#34;,&#34;2020-12-30T00:00:00.000Z&#34;,&#34;2020-12-31T00:00:00.000Z&#34;,&#34;2021-01-01T00:00:00.000Z&#34;,&#34;2021-01-02T00:00:00.000Z&#34;,&#34;2021-01-03T00:00:00.000Z&#34;,&#34;2021-01-04T00:00:00.000Z&#34;,&#34;2021-01-05T00:00:00.000Z&#34;,&#34;2021-01-06T00:00:00.000Z&#34;,&#34;2021-01-07T00:00:00.000Z&#34;,&#34;2021-01-08T00:00:00.000Z&#34;,&#34;2021-01-09T00:00:00.000Z&#34;,&#34;2021-01-10T00:00:00.000Z&#34;,&#34;2021-01-11T00:00:00.000Z&#34;,&#34;2021-01-12T00:00:00.000Z&#34;,&#34;2021-01-13T00:00:00.000Z&#34;,&#34;2021-01-14T00:00:00.000Z&#34;,&#34;2021-01-15T00:00:00.000Z&#34;,&#34;2021-01-16T00:00:00.000Z&#34;,&#34;2021-01-17T00:00:00.000Z&#34;,&#34;2021-01-18T00:00:00.000Z&#34;,&#34;2021-01-19T00:00:00.000Z&#34;,&#34;2021-01-20T00:00:00.000Z&#34;,&#34;2021-01-21T00:00:00.000Z&#34;,&#34;2021-01-22T00:00:00.000Z&#34;,&#34;2021-01-23T00:00:00.000Z&#34;,&#34;2021-01-24T00:00:00.000Z&#34;,&#34;2021-01-25T00:00:00.000Z&#34;,&#34;2021-01-26T00:00:00.000Z&#34;,&#34;2021-01-27T00:00:00.000Z&#34;,&#34;2021-01-28T00:00:00.000Z&#34;,&#34;2021-01-29T00:00:00.000Z&#34;,&#34;2021-01-30T00:00:00.000Z&#34;,&#34;2021-01-31T00:00:00.000Z&#34;,&#34;2021-02-01T00:00:00.000Z&#34;,&#34;2021-02-02T00:00:00.000Z&#34;,&#34;2021-02-03T00:00:00.000Z&#34;,&#34;2021-02-04T00:00:00.000Z&#34;,&#34;2021-02-05T00:00:00.000Z&#34;,&#34;2021-02-06T00:00:00.000Z&#34;,&#34;2021-02-07T00:00:00.000Z&#34;,&#34;2021-02-08T00:00:00.000Z&#34;,&#34;2021-02-09T00:00:00.000Z&#34;,&#34;2021-02-10T00:00:00.000Z&#34;,&#34;2021-02-11T00:00:00.000Z&#34;,&#34;2021-02-12T00:00:00.000Z&#34;,&#34;2021-02-13T00:00:00.000Z&#34;,&#34;2021-02-14T00:00:00.000Z&#34;,&#34;2021-02-15T00:00:00.000Z&#34;,&#34;2021-02-16T00:00:00.000Z&#34;,&#34;2021-02-17T00:00:00.000Z&#34;,&#34;2021-02-18T00:00:00.000Z&#34;,&#34;2021-02-19T00:00:00.000Z&#34;,&#34;2021-02-20T00:00:00.000Z&#34;,&#34;2021-02-21T00:00:00.000Z&#34;,&#34;2021-02-22T00:00:00.000Z&#34;,&#34;2021-02-23T00:00:00.000Z&#34;,&#34;2021-02-24T00:00:00.000Z&#34;,&#34;2021-02-25T00:00:00.000Z&#34;,&#34;2021-02-26T00:00:00.000Z&#34;,&#34;2021-02-27T00:00:00.000Z&#34;,&#34;2021-02-28T00:00:00.000Z&#34;,&#34;2021-03-01T00:00:00.000Z&#34;,&#34;2021-03-02T00:00:00.000Z&#34;,&#34;2021-03-03T00:00:00.000Z&#34;,&#34;2021-03-04T00:00:00.000Z&#34;,&#34;2021-03-05T00:00:00.000Z&#34;,&#34;2021-03-06T00:00:00.000Z&#34;,&#34;2021-03-07T00:00:00.000Z&#34;,&#34;2021-03-08T00:00:00.000Z&#34;,&#34;2021-03-09T00:00:00.000Z&#34;,&#34;2021-03-10T00:00:00.000Z&#34;,&#34;2021-03-11T00:00:00.000Z&#34;,&#34;2021-03-12T00:00:00.000Z&#34;,&#34;2021-03-13T00:00:00.000Z&#34;,&#34;2021-03-14T00:00:00.000Z&#34;,&#34;2021-03-15T00:00:00.000Z&#34;,&#34;2021-03-16T00:00:00.000Z&#34;,&#34;2021-03-17T00:00:00.000Z&#34;,&#34;2021-03-18T00:00:00.000Z&#34;,&#34;2021-03-19T00:00:00.000Z&#34;,&#34;2021-03-20T00:00:00.000Z&#34;,&#34;2021-03-21T00:00:00.000Z&#34;,&#34;2021-03-22T00:00:00.000Z&#34;,&#34;2021-03-23T00:00:00.000Z&#34;,&#34;2021-03-24T00:00:00.000Z&#34;,&#34;2021-03-25T00:00:00.000Z&#34;,&#34;2021-03-26T00:00:00.000Z&#34;,&#34;2021-03-27T00:00:00.000Z&#34;,&#34;2021-03-28T00:00:00.000Z&#34;,&#34;2021-03-29T00:00:00.000Z&#34;,&#34;2021-03-30T00:00:00.000Z&#34;,&#34;2021-03-31T00:00:00.000Z&#34;,&#34;2021-04-01T00:00:00.000Z&#34;,&#34;2021-04-02T00:00:00.000Z&#34;,&#34;2021-04-03T00:00:00.000Z&#34;,&#34;2021-04-04T00:00:00.000Z&#34;,&#34;2021-04-05T00:00:00.000Z&#34;,&#34;2021-04-06T00:00:00.000Z&#34;,&#34;2021-04-07T00:00:00.000Z&#34;,&#34;2021-04-08T00:00:00.000Z&#34;,&#34;2021-04-09T00:00:00.000Z&#34;,&#34;2021-04-10T00:00:00.000Z&#34;,&#34;2021-04-11T00:00:00.000Z&#34;,&#34;2021-04-12T00:00:00.000Z&#34;,&#34;2021-04-13T00:00:00.000Z&#34;,&#34;2021-04-14T00:00:00.000Z&#34;,&#34;2021-04-15T00:00:00.000Z&#34;,&#34;2021-04-16T00:00:00.000Z&#34;,&#34;2021-04-17T00:00:00.000Z&#34;,&#34;2021-04-18T00:00:00.000Z&#34;,&#34;2021-04-19T00:00:00.000Z&#34;,&#34;2021-04-20T00:00:00.000Z&#34;,&#34;2021-04-21T00:00:00.000Z&#34;,&#34;2021-04-22T00:00:00.000Z&#34;,&#34;2021-04-23T00:00:00.000Z&#34;,&#34;2021-04-24T00:00:00.000Z&#34;,&#34;2021-04-25T00:00:00.000Z&#34;,&#34;2021-04-26T00:00:00.000Z&#34;,&#34;2021-04-27T00:00:00.000Z&#34;,&#34;2021-04-28T00:00:00.000Z&#34;,&#34;2021-04-29T00:00:00.000Z&#34;,&#34;2021-04-30T00:00:00.000Z&#34;,&#34;2021-05-01T00:00:00.000Z&#34;,&#34;2021-05-02T00:00:00.000Z&#34;,&#34;2021-05-03T00:00:00.000Z&#34;,&#34;2021-05-04T00:00:00.000Z&#34;,&#34;2021-05-05T00:00:00.000Z&#34;,&#34;2021-05-06T00:00:00.000Z&#34;,&#34;2021-05-07T00:00:00.000Z&#34;,&#34;2021-05-08T00:00:00.000Z&#34;,&#34;2021-05-09T00:00:00.000Z&#34;,&#34;2021-05-10T00:00:00.000Z&#34;,&#34;2021-05-11T00:00:00.000Z&#34;,&#34;2021-05-12T00:00:00.000Z&#34;,&#34;2021-05-13T00:00:00.000Z&#34;,&#34;2021-05-14T00:00:00.000Z&#34;,&#34;2021-05-15T00:00:00.000Z&#34;,&#34;2021-05-16T00:00:00.000Z&#34;,&#34;2021-05-17T00:00:00.000Z&#34;,&#34;2021-05-18T00:00:00.000Z&#34;,&#34;2021-05-19T00:00:00.000Z&#34;,&#34;2021-05-20T00:00:00.000Z&#34;,&#34;2021-05-21T00:00:00.000Z&#34;,&#34;2021-05-22T00:00:00.000Z&#34;,&#34;2021-05-23T00:00:00.000Z&#34;,&#34;2021-05-24T00:00:00.000Z&#34;,&#34;2021-05-25T00:00:00.000Z&#34;,&#34;2021-05-26T00:00:00.000Z&#34;,&#34;2021-05-27T00:00:00.000Z&#34;,&#34;2021-05-28T00:00:00.000Z&#34;,&#34;2021-05-29T00:00:00.000Z&#34;,&#34;2021-05-30T00:00:00.000Z&#34;,&#34;2021-05-31T00:00:00.000Z&#34;,&#34;2021-06-01T00:00:00.000Z&#34;,&#34;2021-06-02T00:00:00.000Z&#34;,&#34;2021-06-03T00:00:00.000Z&#34;,&#34;2021-06-04T00:00:00.000Z&#34;,&#34;2021-06-05T00:00:00.000Z&#34;,&#34;2021-06-06T00:00:00.000Z&#34;,&#34;2021-06-07T00:00:00.000Z&#34;,&#34;2021-06-08T00:00:00.000Z&#34;,&#34;2021-06-09T00:00:00.000Z&#34;,&#34;2021-06-10T00:00:00.000Z&#34;,&#34;2021-06-11T00:00:00.000Z&#34;,&#34;2021-06-12T00:00:00.000Z&#34;,&#34;2021-06-13T00:00:00.000Z&#34;,&#34;2021-06-14T00:00:00.000Z&#34;,&#34;2021-06-15T00:00:00.000Z&#34;,&#34;2021-06-16T00:00:00.000Z&#34;,&#34;2021-06-17T00:00:00.000Z&#34;,&#34;2021-06-18T00:00:00.000Z&#34;,&#34;2021-06-19T00:00:00.000Z&#34;,&#34;2021-06-20T00:00:00.000Z&#34;,&#34;2021-06-21T00:00:00.000Z&#34;,&#34;2021-06-22T00:00:00.000Z&#34;,&#34;2021-06-23T00:00:00.000Z&#34;,&#34;2021-06-24T00:00:00.000Z&#34;,&#34;2021-06-25T00:00:00.000Z&#34;,&#34;2021-06-26T00:00:00.000Z&#34;,&#34;2021-06-27T00:00:00.000Z&#34;,&#34;2021-06-28T00:00:00.000Z&#34;,&#34;2021-06-29T00:00:00.000Z&#34;,&#34;2021-06-30T00:00:00.000Z&#34;,&#34;2021-07-01T00:00:00.000Z&#34;,&#34;2021-07-02T00:00:00.000Z&#34;,&#34;2021-07-03T00:00:00.000Z&#34;,&#34;2021-07-04T00:00:00.000Z&#34;,&#34;2021-07-05T00:00:00.000Z&#34;,&#34;2021-07-06T00:00:00.000Z&#34;,&#34;2021-07-07T00:00:00.000Z&#34;,&#34;2021-07-08T00:00:00.000Z&#34;,&#34;2021-07-09T00:00:00.000Z&#34;,&#34;2021-07-10T00:00:00.000Z&#34;,&#34;2021-07-11T00:00:00.000Z&#34;,&#34;2021-07-12T00:00:00.000Z&#34;,&#34;2021-07-13T00:00:00.000Z&#34;,&#34;2021-07-14T00:00:00.000Z&#34;,&#34;2021-07-15T00:00:00.000Z&#34;,&#34;2021-07-16T00:00:00.000Z&#34;,&#34;2021-07-17T00:00:00.000Z&#34;,&#34;2021-07-18T00:00:00.000Z&#34;,&#34;2021-07-19T00:00:00.000Z&#34;,&#34;2021-07-20T00:00:00.000Z&#34;,&#34;2021-07-21T00:00:00.000Z&#34;,&#34;2021-07-22T00:00:00.000Z&#34;,&#34;2021-07-23T00:00:00.000Z&#34;,&#34;2021-07-24T00:00:00.000Z&#34;,&#34;2021-07-25T00:00:00.000Z&#34;,&#34;2021-07-26T00:00:00.000Z&#34;,&#34;2021-07-27T00:00:00.000Z&#34;,&#34;2021-07-28T00:00:00.000Z&#34;,&#34;2021-07-29T00:00:00.000Z&#34;,&#34;2021-07-30T00:00:00.000Z&#34;,&#34;2021-07-31T00:00:00.000Z&#34;,&#34;2021-08-01T00:00:00.000Z&#34;,&#34;2021-08-02T00:00:00.000Z&#34;,&#34;2021-08-03T00:00:00.000Z&#34;,&#34;2021-08-04T00:00:00.000Z&#34;,&#34;2021-08-05T00:00:00.000Z&#34;,&#34;2021-08-06T00:00:00.000Z&#34;,&#34;2021-08-07T00:00:00.000Z&#34;,&#34;2021-08-08T00:00:00.000Z&#34;,&#34;2021-08-09T00:00:00.000Z&#34;,&#34;2021-08-10T00:00:00.000Z&#34;,&#34;2021-08-11T00:00:00.000Z&#34;,&#34;2021-08-12T00:00:00.000Z&#34;,&#34;2021-08-13T00:00:00.000Z&#34;,&#34;2021-08-14T00:00:00.000Z&#34;,&#34;2021-08-15T00:00:00.000Z&#34;,&#34;2021-08-16T00:00:00.000Z&#34;,&#34;2021-08-17T00:00:00.000Z&#34;,&#34;2021-08-18T00:00:00.000Z&#34;,&#34;2021-08-19T00:00:00.000Z&#34;,&#34;2021-08-20T00:00:00.000Z&#34;,&#34;2021-08-21T00:00:00.000Z&#34;,&#34;2021-08-22T00:00:00.000Z&#34;,&#34;2021-08-23T00:00:00.000Z&#34;,&#34;2021-08-24T00:00:00.000Z&#34;,&#34;2021-08-25T00:00:00.000Z&#34;,&#34;2021-08-26T00:00:00.000Z&#34;,&#34;2021-08-27T00:00:00.000Z&#34;,&#34;2021-08-28T00:00:00.000Z&#34;,&#34;2021-08-29T00:00:00.000Z&#34;,&#34;2021-08-30T00:00:00.000Z&#34;,&#34;2021-08-31T00:00:00.000Z&#34;,&#34;2021-09-01T00:00:00.000Z&#34;,&#34;2021-09-02T00:00:00.000Z&#34;,&#34;2021-09-03T00:00:00.000Z&#34;,&#34;2021-09-04T00:00:00.000Z&#34;,&#34;2021-09-05T00:00:00.000Z&#34;,&#34;2021-09-06T00:00:00.000Z&#34;,&#34;2021-09-07T00:00:00.000Z&#34;,&#34;2021-09-08T00:00:00.000Z&#34;,&#34;2021-09-09T00:00:00.000Z&#34;,&#34;2021-09-10T00:00:00.000Z&#34;,&#34;2021-09-11T00:00:00.000Z&#34;,&#34;2021-09-12T00:00:00.000Z&#34;,&#34;2021-09-13T00:00:00.000Z&#34;,&#34;2021-09-14T00:00:00.000Z&#34;,&#34;2021-09-15T00:00:00.000Z&#34;,&#34;2021-09-16T00:00:00.000Z&#34;,&#34;2021-09-17T00:00:00.000Z&#34;,&#34;2021-09-18T00:00:00.000Z&#34;,&#34;2021-09-19T00:00:00.000Z&#34;,&#34;2021-09-20T00:00:00.000Z&#34;,&#34;2021-09-21T00:00:00.000Z&#34;,&#34;2021-09-22T00:00:00.000Z&#34;,&#34;2021-09-23T00:00:00.000Z&#34;,&#34;2021-09-24T00:00:00.000Z&#34;,&#34;2021-09-25T00:00:00.000Z&#34;,&#34;2021-09-26T00:00:00.000Z&#34;,&#34;2021-09-27T00:00:00.000Z&#34;,&#34;2021-09-28T00:00:00.000Z&#34;,&#34;2021-09-29T00:00:00.000Z&#34;,&#34;2021-09-30T00:00:00.000Z&#34;,&#34;2021-10-01T00:00:00.000Z&#34;,&#34;2021-10-02T00:00:00.000Z&#34;,&#34;2021-10-03T00:00:00.000Z&#34;,&#34;2021-10-04T00:00:00.000Z&#34;,&#34;2021-10-05T00:00:00.000Z&#34;,&#34;2021-10-06T00:00:00.000Z&#34;,&#34;2021-10-07T00:00:00.000Z&#34;,&#34;2021-10-08T00:00:00.000Z&#34;,&#34;2021-10-09T00:00:00.000Z&#34;,&#34;2021-10-10T00:00:00.000Z&#34;,&#34;2021-10-11T00:00:00.000Z&#34;,&#34;2021-10-12T00:00:00.000Z&#34;,&#34;2021-10-13T00:00:00.000Z&#34;,&#34;2021-10-14T00:00:00.000Z&#34;,&#34;2021-10-15T00:00:00.000Z&#34;,&#34;2021-10-16T00:00:00.000Z&#34;,&#34;2021-10-17T00:00:00.000Z&#34;,&#34;2021-10-18T00:00:00.000Z&#34;,&#34;2021-10-19T00:00:00.000Z&#34;,&#34;2021-10-20T00:00:00.000Z&#34;,&#34;2021-10-21T00:00:00.000Z&#34;,&#34;2021-10-22T00:00:00.000Z&#34;,&#34;2021-10-23T00:00:00.000Z&#34;,&#34;2021-10-24T00:00:00.000Z&#34;,&#34;2021-10-25T00:00:00.000Z&#34;,&#34;2021-10-26T00:00:00.000Z&#34;,&#34;2021-10-27T00:00:00.000Z&#34;,&#34;2021-10-28T00:00:00.000Z&#34;,&#34;2021-10-29T00:00:00.000Z&#34;,&#34;2021-10-30T00:00:00.000Z&#34;,&#34;2021-10-31T00:00:00.000Z&#34;,&#34;2021-11-01T00:00:00.000Z&#34;,&#34;2021-11-02T00:00:00.000Z&#34;,&#34;2021-11-03T00:00:00.000Z&#34;,&#34;2021-11-04T00:00:00.000Z&#34;,&#34;2021-11-05T00:00:00.000Z&#34;,&#34;2021-11-06T00:00:00.000Z&#34;,&#34;2021-11-07T00:00:00.000Z&#34;,&#34;2021-11-08T00:00:00.000Z&#34;,&#34;2021-11-09T00:00:00.000Z&#34;,&#34;2021-11-10T00:00:00.000Z&#34;,&#34;2021-11-11T00:00:00.000Z&#34;,&#34;2021-11-12T00:00:00.000Z&#34;,&#34;2021-11-13T00:00:00.000Z&#34;,&#34;2021-11-14T00:00:00.000Z&#34;,&#34;2021-11-15T00:00:00.000Z&#34;,&#34;2021-11-16T00:00:00.000Z&#34;,&#34;2021-11-17T00:00:00.000Z&#34;,&#34;2021-11-18T00:00:00.000Z&#34;,&#34;2021-11-19T00:00:00.000Z&#34;,&#34;2021-11-20T00:00:00.000Z&#34;,&#34;2021-11-21T00:00:00.000Z&#34;,&#34;2021-11-22T00:00:00.000Z&#34;,&#34;2021-11-23T00:00:00.000Z&#34;,&#34;2021-11-24T00:00:00.000Z&#34;,&#34;2021-11-25T00:00:00.000Z&#34;,&#34;2021-11-26T00:00:00.000Z&#34;,&#34;2021-11-27T00:00:00.000Z&#34;,&#34;2021-11-28T00:00:00.000Z&#34;,&#34;2021-11-29T00:00:00.000Z&#34;,&#34;2021-11-30T00:00:00.000Z&#34;,&#34;2021-12-01T00:00:00.000Z&#34;,&#34;2021-12-02T00:00:00.000Z&#34;,&#34;2021-12-03T00:00:00.000Z&#34;,&#34;2021-12-04T00:00:00.000Z&#34;,&#34;2021-12-05T00:00:00.000Z&#34;,&#34;2021-12-06T00:00:00.000Z&#34;,&#34;2021-12-07T00:00:00.000Z&#34;],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,0.0311890838206628,0.0339805825242718,0.0406779661016949,0.0557868442964196,0.0545335085413929,0.0660643704121965,0.0725609756097561,0.0838548185231539,0.0778995960761685,0.0507772020725389,0.0456698240866035,0.0474686246051396,0.0517983399938518,0.0486385366867595,0.0332392714479422,0.0351560536764336,0.048508425460969,0.0667591354171827,0.0736976024342899,0.0859868829095132,0.115585434476788,0.130889198378941,0.0998058029521778,0.127595016173893,0.131530890181998,0.127615078166997,0.173070761343751,0.168018434852031,0.173897195807481,0.172270532080167,0.175890063811583,0.183710435212661,0.190922356193841,0.237587236260501,0.184786293958521,0.216099088519823,0.168608205595634,0.189098602263003,0.19941610202123,0.194559562905054,0.150721772929001,0.243356405106871,0.225703324808184,0.164230073466977,0.174309477239882,0.171603671676953,0.158724321710308,0.169795752415574,0.18859384654324,0.170800289291236,0.115347752179102,0.122264205352637,0.144815315025618,0.141620925714638,0.156718423341972,0.155831060129165,0.102724772714189,0.0913920690473366,0.0900884091109558,0.094114765635415,0.100895196117451,0.109836627612319,0.121267228621664,0.0875384639913267,0.0742054114959077,0.0681371417767484,0.0785357351659625,0.0685026201360241,0.0741063020752625,0.081627159501808,0.0550838715324451,0.0528590086684034,0.0469562282234801,0.0598904015868891,0.058894039214806,0.0646816630943528,0.0624642737468709,0.0618382917480005,0.0483519269776876,0.0498363630472117,0.0559870676901119,0.0483596647193294,0.0570940688113265,0.0578075218174262,0.0580346019920149,0.040952021811026,0.0338723930238484,0.0419781494334106,0.0448933535964243,0.0515587503553382,0.0552676196674943,0.049877680438437,0.0398413321963418,0.034329832275573,0.0349561350313321,0.0501071642999763,0.04848834630103,0.0459012836381748,0.0405261927815432,0.0335530952529641,0.0363374427357712,0.0377320442662807,0.0413411173274953,0.047648603305723,0.046307951508579,0.0397173566250217,0.0369763906822764,0.0363403799627176,0.0399711103703514,0.0437807385195534,0.0548234351568438,0.0626056124095768,0.0555913399691626,0.050043820458873,0.0482239822691568,0.0533658750290011,0.0562033829676394,0.0609863880354277,0.0697697006514641,0.0593944461320525,0.0565167930407808,0.0564847550500027,0.0646987309224975,0.0713403940610002,0.0805743942741038,0.084952027447587,0.0652031915333416,0.0598570973225669,0.0606149890453611,0.0591795554888003,0.067147404037879,0.0722722782294059,0.0828314439940217,0.0709325836871302,0.0653481876392093,0.0660136969099848,0.0735527921820458,0.0677237956187652,0.0684509293065029,0.0867060875957735,0.0659918501916241,0.0629840043380683,0.0628398165418683,0.0645821340536392,0.0684105582543468,0.0757197950294994,0.0800100940487909,0.074184430056847,0.0651840284878041,0.0641789036672561,0.0664055953754553,0.0697412664427694,0.0716902488747149,0.0813599610451185,0.0611089805131795,0.0605820967793028,0.0556354116397032,0.0580621648988097,0.0602156487628897,0.0677327670135049,0.0773751193026025,0.0600973573877339,0.0586804944571529,0.0527831803329703,0.0551557872205405,0.0618602914486418,0.0660993281037102,0.0735820819938078,0.0554395731848759,0.0482849586540566,0.0428032640063688,0.046191408994023,0.0507836776294529,0.0566881747505587,0.0575548660767529,0.0605961531251172,0.0432530706997785,0.0445232799408963,0.0446902195319343,0.0471655016424461,0.0558751654936502,0.0543782909772932,0.0551427193988662,0.0485247266910783,0.0315808634218183,0.0449230304479716,0.0521238823843667,0.0517479776856518,0.0530213584270696,0.0606805890111374,0.0435813766486822,0.0347511682072476,0.0349826332241725,0.0432218236271185,0.0451670432127,0.053104011747449,0.0520624122283932,0.0405321884508533,0.0344578254047926,0.0391270632164156,0.0397637292516819,0.0445489328649468,0.0582455522000689,0.0732419896571947,0.036308145857933,0.0344824152048288,0.0375936222907127,0.0483132282700676,0.045468583599574,0.0624265653505615,0.0559360986966709,0.0443802336977773,0.0350207836501952,0.0379091105838924,0.0449539637180066,0.0489449168646324,0.0546918504260639,0.0773039903588313,0.0349157938125518,0.0375312630742123,0.0393910050847387,0.042087996333843,0.0467832867143002,0.0598831300813008,0.0593224422323998,0.0510660470356288,0.0486704722872756,0.0501068795465976,0.0529826023011461,0.0472465694052919,0.0621291448516579,0.0747300684606908,0.0474198243884115,0.0434058126232755,0.0490166335561362,0.0581941706902563,0.06660569402016,0.0752368989017164,0.0781759298827749,0.0555034083854639,0.0544472719510971,0.0610188449160721,0.0665051563005691,0.0690117793806339,0.0824796705037491,0.092465706265037,0.0677251158785702,0.066212052801536,0.0715497382384174,0.0791877742847655,0.086512640170592,0.102284393996641,0.106582511183283,0.0908266689197313,0.0797701105787322,0.0882929116304766,0.0953104642693412,0.0995118672999898,0.11293507899591,0.111632461298629,0.0848437541829764,0.0820871520837453,0.0903224687666186,0.0924958277594929,0.0926267824808977,0.0990048463812468,0.107367350159237,0.0902222914365979,0.0811836749739937,0.0683948325025865,0.136182839449814,0.112330307845939,0.118227756189669,0.114466307956684,0.0999672795288686,0.0959049283973877,0.101420241102358,0.109269962472809,0.121639952646823,0.133019767928588,0.132803607176692,0.114764801992403,0.103454088469641,0.103237691692764,0.136419828736612,0.120528641320256,0.147530874578856,0.134470988847245,0.104462109069892,0.117900958706469,0.115826166951958,0.1242542961446,0.113330648691646,0.140981165785752,0.131846231955363,0.101473817916102,0.0999640106212557,0.102308552455927,0.0936702446557539,0.218590487940586,0.16082093339988,0.146433109175989,0.107771006313045,0.104630879200277,0.120098751466638,0.117313846886819,0.260892982076301,0.192087641771494,0.1789046909644,0.119179190194502,0.109544286592224,0.124059488227063,0.139866679377155,0.146587344397254,0.178159803685935,0.147964020414061,0.112944320738946,0.108318348488219,0.114661871894959,0.11707650659984,0.126641955389422,0.15801119958977,0.108956676880414,0.102949930969842,0.0865993435765275,0.0921894820494231,0.0989136614087239,0.108050734303825,0.12865703627272,0.126139436861402,0.0840118300756752,0.0750408757675347,0.0866391868246914,0.088890796860918,0.0932356101497205,0.120228041834435,0.136757591591742,0.070326119255906,0.0640426770002046,0.0648376941735047,0.0704673773931516,0.0785050182560242,0.105045951059354,0.0886316062393478,0.0566964314599022,0.0576891304506282,0.0742152565603997,0.0702540094224866,0.0766326949991219,0.0958211578765503,0.0689545904230567,0.0514490471881988,0.047556913616565,0.0506057235340475,0.0574371509665259,0.0657233003805579,0.0805260607900252,0.0569880457928359,0.0435619345998539,0.043799817466324,0.0481644496750426,0.0528352445446487,0.0581520392740134,0.080160936011401,0.056803699814849,0.0356598690376401,0.0382105976873559,0.0431724936250598,0.0457579436472762,0.0529418589202611,0.0655100806121948,0.0963437234326675,0.0361876092445135,0.0359203339520145,0.0414920566724018,0.0457510934030754,0.0482407980655788,0.0654493017293956,0.0599956129441238,0.0362646680344086,0.0363410213670233,0.0409006945745536,0.0450046360944264,0.0549213794272636,0.0556010862318487,0.0559295024138738,0.0369844621721675,0.0480868298789148,0.0476512214089914,0.0541142254043912,0.060694476802611,0.0713241962308651,0.0699736284519921,0.0405350570209462,0.0428993699849648,0.053395929367104,0.0509347959756543,0.0660253823410721,0.0651968760457297,0.0805864120245187,0.0398727612910199,0.0438137176679761,0.0530089556132846,0.056182545410471,0.0640244083293622,0.0743651903266507,0.0681269078176602,0.0479415829570249,0.0452377354974986,0.0496574904012409,0.0538508431848656,0.0534410208490807,0.067562517237834,0.0689265470213254,0.0388741876260525,0.0377904884917244,0.0442688597599199,0.0452288601311824,0.0507518551257181,0.0569174983479336,0.0474182664759317,0.0329607142494078,0.0347124247405655,0.0405638446257238,0.0445054071670156,0.0494960162336406,0.0567083801405844,0.0557110396962352,0.0287965496171827,0.029230435368049,0.0364225640587019,0.0403521948881952,0.0394853510356313,0.0460576256642133,0.0425415296890001,0.0254822699813605,0.0263966618633962,0.0321837367429111,0.0377771570847956,0.036882144725282,0.0368145195936523,0.0366209474276816,0.0229491129796783,0.0244147920028286,0.0293770494404891,0.0294771816274379,0.0258120522949136,0.0346224803887505,0.0359996403969119,0.0212704923376679,0.022287706403832,0.0299258728784037,0.0262925729211808,0.0199609414795616,0.0206729113192662,0.017404257607049,0.0318779007194773,0.015195313591504,0.0197005308853452,-0.0276130196210185,0.0169507749366049,0.016690854344966,0.0302113959025445,0.0160230705105469,0.0238457641572685,0.0201462352209085,0.022041284674057,0.0148614736176981,0.0196527540495619,0.0253463135606717,0.0143002719846205,0.0182783983602586,0.0168877815438595,0.0184055570289663,0.0153240283999935,0.0122497218713161,0.0279681765786821,0.0163887897133728,0.0184405141947668,0.0212918247796561,0.0223550574152815,0.0138475121989017,0.0121384742410112,0.0283816370005422,0.0226799515515054,0.023705169824982,0.101263316736453,0.0341297954316577,0.00895442058642148,0.0112444297357828,0.0149854421537779,0.0458816332824422,0.0388939442106984,0.0681640711532497,0.0532175254114249,0.0159626345136931,0.0162354684795248,0.0603361691315773,0.0582835229923088,0.0502004456105775,0.0469639301682424,0.0721820473694686,0.0236815765136609,0.0227907352517913,0.0900402261427328,0.0690950595213595,0.0645864816781186,0.0716190609483676,0.0944790356227208,0.033070890264077,0.0281886169584089,0.118846745075609,0.103396406128399,0.0770836660037453,0.0889668087386488,0.117266938722447,0.0388735086031428,0.0403887509901366,0.141154738433024,0.119043131167535,0.0851896338356264,0.092386677668199,0.126550107456076,0.0421336230613931,0.0505040180015431,0.158147763649671,0.113366918661539,0.101929811343006,0.0909906115851675,0.123103928063244,0.0442179859633613,0.055265467974331,0.203336214333905,0.0900006736157197,0.0969913479600182,0.0969688434963705,0.12959795973754,0.0676403782156252,0.0484457780542643,0.201958675973893,0.0831239972483304,0.0879335241159243,0.0963520752584932,0.104393721808217,0.0596978243577822,0.0432878118903378,0.195893955716144,0.0821723234384695,0.10379428763702,0.0896587480761458,0.102755825647554,0.0487903604063426,0.044827213833793,0.0935206435254425,0.215333284708904,0.0905979130739317,0.0827186573439596,0.0858515968506084,0.0484848087360016,0.0404052578518964,0.19297484323138,0.0814406465074008,0.0804836538193264,0.0776860946690656,0.0877502929162367,0.049080302227546,0.0418510139098374,0.151556694883726,0.0681230686015942,0.0719774033907602,0.0643629420786879,0.0734253210401033,0.0382987947371078,0.0392298639702891,0.160231938134476,0.0608274660642955,0.0642891732133781,0.0604295260133642,0.0692264803836473,0.0336438131886608,0.0325177570940283,0.136950246625747,0.0538078367942094,0.0640487798924816,0.0557947933964357,0.0635949870079844,0.0303061543394526,0.0320721543428055,0.108153391030299,0.0679838217319618,0.0579503720707889,0.0479731041325166,0.0578992262087991,0.0281546731670629,0.03205960377039,0.101066543431954,0.0491456781190941,0.0463151140875005,0.0448795640965678,0.0544153910981566,0.0271657498772604,0.0272422878296967,0.0922656975189188,0.0524653423753226,0.0530471355534309,0.0515316903303266,0.0577234365362945,0.0282231984692242,0.0312395050780946,0.119595428165458,0.0474016657086901,0.0451855481232159,0.0477863575346893,0.0581901006824186,0.0288912347545118,0.0267459336129233,0.104160283337452,0.0452263251124131,0.0553477434209534,0.0379640757271683,0.0887568848667079,0.0558611083057881,0.0307823293340252,0.120858558957824,0.0498944598594563,0.0594268865387503,0.0595361629023184,0.0733167354297021,0.0365770559674206,0.041885292083557,0.140785270964112,0.0582892048324792,0.0742041399884261,0.0417293334776022,0.0701918099337929,0.0284144813801616,0.0351848859245765,0.200136007216709,0.0773178227011364,0.127478665433566,0.239510960398912,null,null,null,null,null]]},&#34;evals&#34;:[],&#34;jsHooks&#34;:[]}&lt;/script&gt;
&lt;/div&gt;
&lt;div id=&#34;world-bank-data&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;World Bank data&lt;/h2&gt;
&lt;p&gt;Country-level covariates by &lt;a href=&#34;https://data.worldbank.org/&#34;&gt;World Bank Open Data&lt;/a&gt; can be easily added. Refer to the table at the bottom of &lt;a href=&#34;https://datatopics.worldbank.org/universal-health-coverage/coronavirus/&#34;&gt;this page&lt;/a&gt; for relevant indicators. The following code snippet shows e.g., how to download the number of hospital beds for each country. Refer to the &lt;a href=&#34;https://covid19datahub.io/articles/r.html&#34;&gt;quickstart guide&lt;/a&gt; for more details.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;x &amp;lt;- covid19(wb = c(&amp;quot;hosp_beds&amp;quot; = &amp;quot;SH.MED.BEDS.ZS&amp;quot;), verbose = FALSE)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;mobility-data&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Mobility data&lt;/h2&gt;
&lt;p&gt;Mobility data are obtained from &lt;a href=&#34;https://www.google.com/covid19/mobility/&#34;&gt;Google&lt;/a&gt; and &lt;a href=&#34;https://www.apple.com/covid19/mobility&#34;&gt;Apple&lt;/a&gt; mobility reports. The following example shows how to download the data by Google. Refer to the &lt;a href=&#34;https://covid19datahub.io/articles/r.html&#34;&gt;quickstart guide&lt;/a&gt; for Apple’s reports and for more details.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;x &amp;lt;- covid19(gmr = TRUE, verbose = FALSE)
colnames(x[,48:53])&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;retail_and_recreation_percent_change_from_baseline&amp;quot;
## [2] &amp;quot;grocery_and_pharmacy_percent_change_from_baseline&amp;quot; 
## [3] &amp;quot;parks_percent_change_from_baseline&amp;quot;                
## [4] &amp;quot;transit_stations_percent_change_from_baseline&amp;quot;     
## [5] &amp;quot;workplaces_percent_change_from_baseline&amp;quot;           
## [6] &amp;quot;residential_percent_change_from_baseline&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;spatial-data&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Spatial data&lt;/h2&gt;
&lt;p&gt;The dataset contains NUTS codes to match the &lt;a href=&#34;https://ec.europa.eu/eurostat/web/nuts/nuts-maps&#34;&gt;Eurostat&lt;/a&gt; database for Europe, and GID codes to match the &lt;a href=&#34;https://gadm.org/&#34;&gt;GADM&lt;/a&gt; worldwide database. The following example shows how to access spatial data using GADM for U.S. counties. Similar maps are available worldwide for most other countries at the various granularity levels.&lt;/p&gt;
&lt;p&gt;First, download level 3 data for U.S.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;x &amp;lt;- covid19(&amp;quot;USA&amp;quot;, level = 3, verbose = FALSE)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;GADM data by country can be found &lt;a href=&#34;https://gadm.org/download_country.html&#34;&gt;here&lt;/a&gt;. Download the geopackage for U.S. using GADM version 3.6:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;url &amp;lt;- &amp;quot;https://biogeo.ucdavis.edu/data/gadm3.6/gpkg/gadm36_USA_gpkg.zip&amp;quot;
zip &amp;lt;- tempfile()
download.file(url, destfile = zip)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Unzip the geopackage:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;exdir &amp;lt;- tempfile()
unzip(zip, exdir = exdir)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Load the &lt;code&gt;sf&lt;/code&gt; package and list the layers:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(sf)
file &amp;lt;- paste0(exdir, &amp;quot;/gadm36_USA.gpkg&amp;quot;)
st_layers(file)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Driver: GPKG 
## Available layers:
##     layer_name geometry_type features fields
## 1 gadm36_USA_2 Multi Polygon     3148     13
## 2 gadm36_USA_1 Multi Polygon       51     10
## 3 gadm36_USA_0 Multi Polygon        1      2&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Read layer 2 that corresponds to U.S. counties. Note: in general, there is not a perfect correspondence between GADM layers and the granularity &lt;code&gt;level&lt;/code&gt; from this package. It is recommended to read all the layers, and match on the corresponding GID. Read more about how &lt;code&gt;key_gadm&lt;/code&gt; from this package is mapped to the corresponding GID &lt;a href=&#34;https://covid19datahub.io/articles/docs.html#external-keys&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;g &amp;lt;- st_read(file, layer = &amp;quot;gadm36_USA_2&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Reading layer `gadm36_USA_2&amp;#39; from data source 
##   `/private/var/folders/w0/skxpg0h51jg72m5b01y_8n_c0000gn/T/RtmpmUy7P6/file56232c611dfd/gadm36_USA.gpkg&amp;#39; 
##   using driver `GPKG&amp;#39;
## Simple feature collection with 3148 features and 13 fields
## Geometry type: MULTIPOLYGON
## Dimension:     XY
## Bounding box:  xmin: -179.2 ymin: 18.91 xmax: 179.8 ymax: 72.69
## Geodetic CRS:  WGS 84&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Subset the data to extract only the counts as of, e.g., 15 November 2021. Select only the administrative divisions inside the following bounding box for better visualization.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;x &amp;lt;- x[
  x$date == &amp;quot;2021-11-15&amp;quot; &amp;amp; 
  x$latitude &amp;gt; 24.9493 &amp;amp; x$latitude &amp;lt; 49.5904 &amp;amp;
  x$longitude &amp;gt; -125.0011 &amp;amp; x$longitude &amp;lt; -66.9326,]&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Merge COVID-19 data with the spatial data:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(dplyr)
gx &amp;lt;- right_join(g, x, by = c(&amp;quot;GID_2&amp;quot; = &amp;quot;key_gadm&amp;quot;))&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Plot e.g., the total number of confirmed cases:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;plot(gx[&amp;quot;confirmed&amp;quot;], logz = TRUE)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;map2.png&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;academic-publications&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Academic publications&lt;/h2&gt;
&lt;p&gt;See the &lt;a href=&#34;https://scholar.google.com/scholar?oi=bibs&amp;amp;hl=en&amp;amp;cites=1585537563493742217&#34;&gt;publications&lt;/a&gt; that use COVID-19 Data Hub.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;cite-as&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Cite as&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Guidotti, E., Ardia, D., (2020), “COVID-19 Data Hub”, Journal of Open Source Software 5(51):2376, doi: 10.21105/joss.02376.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;A BibTeX entry for LaTeX users is&lt;/p&gt;
&lt;pre class=&#34;latex&#34;&gt;&lt;code&gt;@Article{,
    title = {COVID-19 Data Hub},
    year = {2020},
    doi = {10.21105/joss.02376},
    author = {Emanuele Guidotti and David Ardia},
    journal = {Journal of Open Source Software},
    volume = {5},
    number = {51},
    pages = {2376}
}&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

        &lt;script&gt;window.location.href=&#39;https://rviews.rstudio.com/2021/12/08/the-r-package-covid19/&#39;;&lt;/script&gt;
      </description>
    </item>
    
    <item>
      <title>February 2021: &#34;Top 40&#34; New CRAN Packages</title>
      <link>https://rviews.rstudio.com/2021/03/19/february-2021-top-40-new-cran-packages/</link>
      <pubDate>Fri, 19 Mar 2021 00:00:00 +0000</pubDate>
      
      <guid>https://rviews.rstudio.com/2021/03/19/february-2021-top-40-new-cran-packages/</guid>
      <description>
        

&lt;p&gt;In February, two hundred forty-three new packages made it to CRAN, many of them very interesting and at least one entertaining. It was exceptionally difficult to pick the &amp;ldquo;Top 40&amp;rdquo;, but here they are, more or less, in eleven categories: Computational Methods, Data, Finance, Games, Genomics, Machine Learning, Mathematics, Medicine, Networks and Graphs, Statistics, Utilities, and Visualization. &lt;code&gt;iconr&lt;/code&gt; in the Networks and Graphs section is a package for doing computational archaeology, a relatively new field that I hope will dig R. I also hope that &lt;code&gt;sassy&lt;/code&gt; in the Statistics sections helps some statisticians find their way to R.&lt;/p&gt;

&lt;h3 id=&#34;computational-methods&#34;&gt;Computational Methods&lt;/h3&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=blaster&#34;&gt;blaster&lt;/a&gt; v1.0.3: Implements an efficient BLAST-like sequence comparison algorithm, written in C++11 and using native R data types. See &lt;a href=&#34;https://www.biorxiv.org/content/10.1101/399782v1&#34;&gt;Schmid et al. (2018)&lt;/a&gt; for background and &lt;a href=&#34;https://cran.r-project.org/web/packages/blaster/readme/README.html&#34;&gt;README&lt;/a&gt; for an example.&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=rando&#34;&gt;rando&lt;/a&gt; v0.2.0: Provides random number generating functions that are much more context aware than the built-in functions. The functions are also safer, as they check for incompatible values, and reproducible.&lt;/p&gt;

&lt;h3 id=&#34;data&#34;&gt;Data&lt;/h3&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=AWAPer&#34;&gt;AWAPer&lt;/a&gt; 0.1.46: Provides catchment area weighted climate data NetCDF files from the Bureau of Meteorology &lt;a href=&#34;http://www.bom.gov.au/jsp/awap/&#34;&gt;Australian Water Availability Project&lt;/a&gt; for all of Australia. There is a vignette on &lt;a href=&#34;https://cran.r-project.org/web/packages/AWAPer/vignettes/Catchment_avg_ET_rainfall.html&#34;&gt;Daily Area Weighted PET and Precipitation&lt;/a&gt; and another on &lt;a href=&#34;https://cran.r-project.org/web/packages/AWAPer/vignettes/Point_rainfall.html&#34;&gt;Daily Point Precipitation&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;AWAPer.png&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=caRecall&#34;&gt;caRecall&lt;/a&gt; v0.1.0: Provides API access to the Government of Canada &lt;a href=&#34;https://tc.api.canada.ca/en/detail?api=VRDB&#34;&gt;Vehicle Recalls Database&lt;/a&gt; used by the Defect Investigations and Recalls Division for vehicles, tires, and child car seats. See the &lt;a href=&#34;https://cran.r-project.org/web/packages/caRecall/vignettes/vrd_vignette.html&#34;&gt;vignette&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;caRecall.png&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=geofi&#34;&gt;geofi&lt;/a&gt; v1.0.0: Provides tools for reading Finnish open geospatial data in R. There are vignettes on &lt;a href=&#34;https://cran.r-project.org/web/packages/geofi/vignettes/geofi_datasets.html&#34;&gt;Datasets&lt;/a&gt;, &lt;a href=&#34;https://cran.r-project.org/web/packages/geofi/vignettes/geofi_joining_attribute_data.html&#34;&gt;Joining Attributes&lt;/a&gt;, &lt;a href=&#34;https://cran.r-project.org/web/packages/geofi/vignettes/geofi_making_maps.html&#34;&gt;Making Maps&lt;/a&gt;, &lt;a href=&#34;https://cran.r-project.org/web/packages/geofi/vignettes/geofi_spatial_analysis.html&#34;&gt;Data Manipulation&lt;/a&gt;, and &lt;a href=&#34;https://cran.r-project.org/web/packages/geofi/vignettes/tricolore_tutorial.html&#34;&gt;Color-coded Maps&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;geofi.png&#34; height = &#34;400&#34; width=&#34;200&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=hockeystick&#34;&gt;hockeystick&lt;/a&gt; v0.4.0: Provides easy access to essential climate change data sets for non-climate experts. Users can download the latest raw data from authoritative sources and view it via pre-defined &lt;code&gt;ggplot2&lt;/code&gt; charts. Data sets include atmospheric CO2, instrumental and proxy temperature records, sea levels, Arctic/Antarctic sea-ice, and Paleoclimate data. Sources include: &lt;a href=&#34;https://www.esrl.noaa.gov/gmd/ccgg/trends/data.html&#34;&gt;NOAA Mauna Loa Laboratory&lt;/a&gt;, &lt;a href=&#34;https://data.giss.nasa.gov/gistemp/&#34;&gt;NASA GISTEMP&lt;/a&gt;, &lt;a href=&#34;https://nsidc.org/data/seaice_index/archives&#34;&gt;National Snow and Sea Ice Data Center&lt;/a&gt;, &lt;a href=&#34;http://www.cmar.csiro.au/sealevel/sl_data_cmar.htm&#34;&gt;CSIRO&lt;/a&gt;, &lt;a href=&#34;https://www.star.nesdis.noaa.gov/socd/lsa/SeaLevelRise/&#34;&gt;NOAA Laboratory for Satellite Altimetry&lt;/a&gt;, and &lt;a href=&#34;https://cdiac.ess-dive.lbl.gov/trends/co2/vostok.html&#34;&gt;Vostok Paleo&lt;/a&gt; carbon dioxide and temperature data. See &lt;a href=&#34;https://cran.r-project.org/web/packages/hockeystick/readme/README.html&#34;&gt;README&lt;/a&gt; for examples.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;hockeystick.png&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=votesmart&#34;&gt;votesmart&lt;/a&gt; v0.1.0: Implements a wrapper to the &lt;a href=&#34;https://justfacts.votesmart.org/&#34;&gt;Project VoteSmart&lt;/a&gt; API. See the &lt;a href=&#34;https://cran.r-project.org/web/packages/votesmart/vignettes/votesmart.html&#34;&gt;vignette&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&#34;finance&#34;&gt;Finance&lt;/h3&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=PriceIndices&#34;&gt;PriceIndices&lt;/a&gt; v0.0.3: Provides functions to compute bilateral and multilateral indexes. For details, see: &lt;a href=&#34;https://onlinelibrary.wiley.com/doi/abs/10.1111/roiw.12304&#34;&gt;de Haan and Krsinich (2017)&lt;/a&gt; and &lt;a href=&#34;https://www.tandfonline.com/doi/abs/10.1080/07350015.2020.1816176?journalCode=ubes20&#34;&gt;Diewert and Fox (2020)&lt;/a&gt;. The &lt;a href=&#34;https://cran.r-project.org/web/packages/PriceIndices/vignettes/PriceIndices.html&#34;&gt;vignette&lt;/a&gt; offers examples.&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=treasuryTR&#34;&gt;treasuryTR&lt;/a&gt; v0.1.1: Generates Total Returns (TR) from bond yield data with fixed maturity (e.g. reported treasury yields) which may provide an alternative to commercial products. See &lt;a href=&#34;https://www.mdpi.com/2306-5729/4/3/91&#34;&gt;Swinkels (2019)&lt;/a&gt; for background and the &lt;a href=&#34;https://cran.r-project.org/web/packages/treasuryTR/vignettes/treasuryTR.html&#34;&gt;vignette&lt;/a&gt; for examples.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;treasuryTR.png&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;h3 id=&#34;games&#34;&gt;Games&lt;/h3&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=pixelpuzzle&#34;&gt;pixelpuzzle&lt;/a&gt; v1.0.0: Implements a puzzle game that can be played in the R console. Restore the pixel art by shifting rows. Learn how to play &lt;a href=&#34;https://github.com/rolkra/pixelpuzzle&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;pixelpuzzle.png&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;h3 id=&#34;genomics&#34;&gt;Genomics&lt;/h3&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=CDSeq&#34;&gt;CDSeq&lt;/a&gt; v1.0.8: Provides functions to estimate cell-type-specific gene expression profiles and sample-specific cell-type proportions simultaneously using bulk sequencing data. See &lt;a href=&#34;https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1007510&#34;&gt;Kang et al. (2019)&lt;/a&gt; for the theory and the &lt;a href=&#34;https://cran.r-project.org/web/packages/CDSeq/vignettes/CDSeq-vignette.html&#34;&gt;vignette&lt;/a&gt; for examples.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;CDSeq.png&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=ClusTorus&#34;&gt;ClusTorus&lt;/a&gt; v0.0.1: Provides various tools for clustering multivariate angular data on the torus including angular adaptations of usual clustering methods such as the k-means clustering, pairwise angular distances. See the &lt;a href=&#34;https://cran.r-project.org/web/packages/ClusTorus/vignettes/ClusTorus.html&#34;&gt;vignette&lt;/a&gt; for examples.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;ClusTorus.png&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://CRAN.R-project.org/package=dsb&#34;&gt;dsb&lt;/a&gt; v0.1.0: Provides a method for normalizing and denoising protein expression data from droplet based single cell experiments. See the &lt;a href=&#34;https://cran.r-project.org/web/packages/dsb/vignettes/dsb_normalizing_CITEseq_data.html&#34;&gt;vignette&lt;/a&gt; for tutorials on how to integrate &lt;code&gt;dsb&lt;/code&gt; with Seurat, Bioconductor and the AnnData class in Python. The preprint &lt;a href=&#34;https://www.biorxiv.org/content/10.1101/2020.02.24.963603v1&#34;&gt;Mulè et al. (2020)&lt;/a&gt; describes the details.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;dsb.png&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;h3 id=&#34;machine-learning&#34;&gt;Machine Learning&lt;/h3&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=bestridge&#34;&gt;besridge&lt;/a&gt; v1.0.4: Provides functions to perform ridge regression in complex situations on high dimensional data using the primal dual active set algorithm proposed in &lt;a href=&#34;https://www.jstatsoft.org/article/view/v094i04&#34;&gt;Wen et al. (2020)&lt;/a&gt;. Functions support regression, classification, count regression and censored regression, group variable selection and nuisance variable selection. See the &lt;a href=&#34;https://cran.r-project.org/web/packages/bestridge/vignettes/An-introduction-to-bestridge.html&#34;&gt;vignette&lt;/a&gt; for examples.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;bestridge.png&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=ROCket&#34;&gt;ROCket&lt;/a&gt; v1.0.1: Provides functions for estimating receiver operating characteristic (ROC) curves and area under the curve (AUC) calculation which distinguish two types of ROC curve representations: 1) parametric curves - the true positive rate (TPR) and the false positive rate (FPR) are functions of a score parameter and 2) function curves - TPR is a function of FPR. See &lt;a href=&#34;https://www.ine.pt/revstat/pdf/rs140101.pdf&#34;&gt;Gonçalves et al. (2014)&lt;/a&gt;  and &lt;a href=&#34;https://onlinelibrary.wiley.com/doi/abs/10.1111/j.0006-341X.2004.00200.x&#34;&gt;Cai &amp;amp; Pepe (2004)&lt;/a&gt; for background and &lt;a href=&#34;https://cran.r-project.org/web/packages/ROCket/readme/README.html&#34;&gt;README&lt;/a&gt; to get started.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;ROCket.png&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=wordpiece&#34;&gt;wordpiece&lt;/a&gt; v1.0.2: Provides functions to  apply &lt;a href=&#34;https://arxiv.org/abs/1609.08144&#34;&gt;Wordpiece&lt;/a&gt; tokenization to input text, given an appropriate vocabulary. The &lt;a href=&#34;https://arxiv.org/abs/1810.04805&#34;&gt;BERT&lt;/a&gt; tokenization conventions are used by default. See the &lt;a href=&#34;https://cran.r-project.org/web/packages/wordpiece/vignettes/basic_usage.html&#34;&gt;vignette&lt;/a&gt; for an example.&lt;/p&gt;

&lt;h3 id=&#34;mathematics&#34;&gt;Mathematics&lt;/h3&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=fractD&#34;&gt;fractD&lt;/a&gt; v0.1.0: Estimates the of fractal dimension of a black area in 2D and 3D (slices) images using the box-counting method. See &lt;a href=&#34;https://link.springer.com/article/10.1007%2FBF02065874&#34;&gt;Klinkenberg (1994)&lt;/a&gt; for background and the &lt;a href=&#34;https://cran.r-project.org/web/packages/fractD/vignettes/Calculates_the_fractal_dimension_of_2D_and_3D_images.html&#34;&gt;vignette&lt;/a&gt; for examples.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;fractD.svg&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=spacefillr&#34;&gt;spacefillr&lt;/a&gt; v0.2.0: Generates random and quasi-random space-filling sequences including &lt;a href=&#34;https://en.wikipedia.org/wiki/Halton_sequence&#34;&gt;Halton&lt;/a&gt;, &lt;a href=&#34;https://en.wikipedia.org/wiki/Sobol_sequence&#34;&gt;Sobol&lt;/a&gt; and other sequences with errors distributed as various types of jittered blue noise. See &lt;a href=&#34;https://epubs.siam.org/doi/10.1137/070709359&#34;&gt;Joe and Kuo (2018)&lt;/a&gt;,  &lt;a href=&#34;https://graphics.pixar.com/library/ProgressiveMultiJitteredSampling/paper.pdf&#34;&gt;Christensen et al. (2018)&lt;/a&gt; and &lt;a href=&#34;https://dl.acm.org/doi/10.1145/3306307.3328191&#34;&gt;Heitz et al. (2019)&lt;/a&gt; for background and look &lt;a href=&#34;https://github.com/tylermorganwall/spacefillr&#34;&gt;here&lt;/a&gt; for examples.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;spacefillr.png&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=tensorsign&#34;&gt;tensorsign&lt;/a&gt; v0.1.0: Provides an efficient algorithm for nonparametric tensor completion via sign series. The algorithm which employs the alternating optimization approach to solve the weighted classification problem is described in &lt;a href=&#34;https://arxiv.org/abs/2102.00384&#34;&gt;Lee and Wang (2021)&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&#34;medicine&#34;&gt;Medicine&lt;/h3&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=bhmbasket&#34;&gt;bhmbasket&lt;/a&gt; v0.9.1: Provides functions to evaluate basket trial designs with binary endpoints using Bayesian hierarchical models and Bayesian decision rules. See &lt;a href=&#34;https://journals.sagepub.com/doi/10.1177/1740774513497539&#34;&gt;Berry et al. (2013)&lt;/a&gt;, &lt;a href=&#34;https://onlinelibrary.wiley.com/doi/abs/10.1002/pst.1730&#34;&gt;Neuenschwander et al. (2016)&lt;/a&gt; and &lt;a href=&#34;https://link.springer.com/article/10.1177%2F2168479014533970&#34;&gt;Fisch et al. (2015)&lt;/a&gt; for background and the &lt;a href=&#34;https://cran.r-project.org/web/packages/bhmbasket/vignettes/reproduceExNex.html&#34;&gt;vignette&lt;/a&gt; for an example.&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=bp&#34;&gt;bp&lt;/a&gt; v1.0.1: Provides functions to aid in the analysis of blood pressure data of all forms by providing both descriptive and visualization tools for researchers. There is a &lt;a href=&#34;https://cran.r-project.org/web/packages/bp/vignettes/bp.html&#34;&gt;vignette&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;blood.png&#34; height = &#34;400&#34; width=&#34;600&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=CHOIRBM&#34;&gt;CHOIRBM&lt;/a&gt; v0.0.2: Provides functions for visualizing body map data collected with the Collaborative Health Outcomes  Information Registry &lt;a href=&#34;https://choir.stanford.edu/&#34;&gt;CHOIR)&lt;/a&gt;. See the &lt;a href=&#34;https://cran.r-project.org/web/packages/CHOIRBM/vignettes/plot-one-patient.html&#34;&gt;vignette&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;CHOIRBM.png&#34; height = &#34;300&#34; width=&#34;300&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=QDiabetes&#34;&gt;QDiabetes&lt;/a&gt; v1.0-2: Calculates the risk of developing type 2 diabetes using risk prediction algorithms derived by &lt;a href=&#34;https://clinrisk.co.uk/ClinRisk/Welcome.html&#34;&gt;ClinRisk&lt;/a&gt;. Look &lt;a href=&#34;https://github.com/Feakster/qdiabetes&#34;&gt;here&lt;/a&gt; for information and examples.&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=SteppedPower&#34;&gt;SteppedPower&lt;/a&gt; v0.1.0: Provides tools for power and sample size calculations and design diagnostics for longitudinal mixed models with a focus on stepped wedge designs using methods introduced in &lt;a href=&#34;https://www.sciencedirect.com/science/article/pii/S1551714406000632?via%3Dihub&#34;&gt;Hussey and Hughes (2007)&lt;/a&gt; and extensions discussed in &lt;a href=&#34;https://journals.sagepub.com/doi/10.1177/0962280220932962&#34;&gt;Li et al. (2020)&lt;/a&gt;. See the &lt;a href=&#34;https://cran.r-project.org/web/packages/SteppedPower/vignettes/Getting_Started.html&#34;&gt;vignette&lt;/a&gt; to get started.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;SteppedPower.png&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;h3 id=&#34;networks-and-graphs&#34;&gt;Networks and Graphs&lt;/h3&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=bnmonitor&#34;&gt;bnmonitor&lt;/a&gt; v0.1.0. Implements sensitivity and robustness methods for Bayesian networks including methods to perform parameter variations via a variety of co-variation schemes, to compute sensitivity functions and to quantify the dissimilarity of two Bayesian networks via distances and divergences. See &lt;a href=&#34;https://www.jair.org/index.php/jair/article/view/10307&#34;&gt;Chan and Darwiche (2002)&lt;/a&gt;,  &lt;a href=&#34;https://onlinelibrary.wiley.com/doi/abs/10.1111/j.1539-6975.2007.00235.x&#34;&gt;Cowell et al. (2007)&lt;/a&gt;, and &lt;a href=&#34;https://arxiv.org/abs/1809.10794&#34;&gt;Goergen and Leonell (2020)&lt;/a&gt; for background and &lt;a href=&#34;https://cran.r-project.org/web/packages/bnmonitor/readme/README.html&#34;&gt;README&lt;/a&gt; for examples.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;bnmonitor.png&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=iconr&#34;&gt;iconr&lt;/a&gt; v0.1.0: Provides formal methods for studying archaeological iconographic data sets (rock-art, pottery decoration, stelae, etc.) using network and spatial analysis See &lt;a href=&#34;http://archiv.ub.uni-heidelberg.de/propylaeumdok/512/&#34;&gt;Alexander (2008)&lt;/a&gt; and &lt;a href=&#34;https://hal.archives-ouvertes.fr/hal-02913656&#34;&gt;Huet (2018)&lt;/a&gt; for background and the &lt;a href=&#34;https://cran.r-project.org/web/packages/iconr/vignettes/index.html&#34;&gt;vignette&lt;/a&gt; for examples.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;iconr.png&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=MLVSBM&#34;&gt;MLVSBM&lt;/a&gt; 0.2.1: Provides functions for simulation, inference and clustering of multilevel networks using a stochastic block model framework as described in &lt;a href=&#34;https://www.sciencedirect.com/science/article/abs/pii/S016794732100013X?via%3Dihub&#34;&gt;Chabert-Liddell et al. (2021)&lt;/a&gt;. There is a &lt;a href=&#34;https://cran.r-project.org/web/packages/MLVSBM/vignettes/vignette.html&#34;&gt;tutorial&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;MLVSBM.png&#34; height = &#34;300&#34; width=&#34;300&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=motifr&#34;&gt;motifr&lt;/a&gt; v1.0.0: Provides tools to analyze motifs(small configurations of nodes and edges) in multi-level networks (networks which combine multiple networks in one, e.g. social-ecological networks.) See &lt;a href=&#34;https://cran.r-project.org/web/packages/motifr/vignettes/motif_zoo.html&#34;&gt;The motif zoo&lt;/a&gt; and &lt;a href=&#34;https://cran.r-project.org/web/packages/motifr/vignettes/random_baselines.html&#34;&gt;Baseline model comparisons&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;motifr.svg&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;h3 id=&#34;statistics&#34;&gt;Statistics&lt;/h3&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=cfda&#34;&gt;cfda&lt;/a&gt; v0.9.9: Provides functions to encode categorical data as functional data and perform basis statistical analysis. See &lt;a href=&#34;https://hal.inria.fr/hal-02973094/document&#34;&gt;Preda et al. (2020)&lt;/a&gt; for background and the &lt;a href=&#34;https://cran.r-project.org/web/packages/cfda/vignettes/cfda.html&#34;&gt;vignette&lt;/a&gt; to get started.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;cfda.png&#34; height = &#34;350&#34; width=&#34;350&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=cvCovEst&#34;&gt;cvCovEst&lt;/a&gt; v0.3.4: Implements an efficient cross-validated approach for covariance matrix estimation, particularly useful in high-dimensional settings. See the &lt;a href=&#34;https://cran.r-project.org/web/packages/cvCovEst/vignettes/using_cvCovEst.html&#34;&gt;vignette&lt;/a&gt; for background and examples.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;cvCovEst.png&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=flipr&#34;&gt;flipr&lt;/a&gt; v0.2.1: Implements a permutation framework point estimation, confidence intervals or hypothesis testing for multiple data types. There is a &lt;a href=&#34;https://cran.r-project.org/web/packages/flipr/vignettes/flipr.html&#34;&gt;Tour of Permutation Inference&lt;/a&gt;, and vignettes on &lt;a href=&#34;https://cran.r-project.org/web/packages/flipr/vignettes/alternative.html&#34;&gt;Alternative Hypothesis Testing&lt;/a&gt;, the &lt;a href=&#34;https://cran.r-project.org/web/packages/flipr/vignettes/exactness.html&#34;&gt;Exactness of Permutation Tests&lt;/a&gt;, and &lt;a href=&#34;https://cran.r-project.org/web/packages/flipr/vignettes/pvalue-function.html&#34;&gt;Calculating p-value Functions&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;flipr.png&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=ipmr&#34;&gt;ipmr&lt;/a&gt; v0.0.1: implements integral projection models using an expression based framework that handles density dependence and environmental stochasticity and provides tools for diagnostics, plotting, simulations, and analysis. See &lt;a href=&#34;https://esajournals.onlinelibrary.wiley.com/doi/abs/10.1890/0012-9658%282000%29081%5B0694%3ASSSAAN%5D2.0.CO%3B2&#34;&gt;Easterling et al. (2000)&lt;/a&gt;
for an in depth description of integral projection models. There is an &lt;a href=&#34;https://cran.r-project.org/web/packages/ipmr/vignettes/ipmr-introduction.html&#34;&gt;Introduction&lt;/a&gt; and vignettes on &lt;a href=&#34;https://cran.r-project.org/web/packages/ipmr/vignettes/age_x_size.html&#34;&gt;Age-Size IPMS&lt;/a&gt;, &lt;a href=&#34;https://cran.r-project.org/web/packages/ipmr/vignettes/density-dependence.html&#34;&gt;Density Dependent IPMS&lt;/a&gt;, &lt;a href=&#34;https://cran.r-project.org/web/packages/ipmr/vignettes/hierarchical-notation.html&#34;&gt;Hierarchical Notation&lt;/a&gt;, and &lt;a href=&#34;https://cran.r-project.org/web/packages/ipmr/vignettes/proto-ipms.html&#34;&gt;Data Structures&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=metapack&#34;&gt;metapack&lt;/a&gt; v0.1.1: Provides functions performing Bayesian inference for meta-analytic and network meta-analytic models through Markov chain Monte Carlo algorithm. See &lt;a href=&#34;https://www.tandfonline.com/doi/full/10.1080/01621459.2015.1006065&#34;&gt;Yao et al. (2015)&lt;/a&gt; for the theory, the &lt;a href=&#34;https://cran.r-project.org/web/packages/metapack/vignettes/intro-to-metapack.html&#34;&gt;vignette&lt;/a&gt; for an introduction and the &lt;a href=&#34;http://merlot.stat.uconn.edu/packages/metapack/&#34;&gt;online documentation&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=sassy&#34;&gt;sassy&lt;/a&gt; v1.0.4: Loads a collection of packages that collectively aim to make R easier for SAS® programmers. Functions bring many familiar SAS® concepts to R, including data libraries, data dictionaries, formats and format catalogs, a data step, and a traceable log. There is an &lt;a href=&#34;https://cran.r-project.org/web/packages/sassy/vignettes/sassy.html&#34;&gt;Introduction&lt;/a&gt;, and vignettes with example &lt;a href=&#34;https://cran.r-project.org/web/packages/sassy/vignettes/sassy-figure.html&#34;&gt;Figures&lt;/a&gt;, &lt;a href=&#34;https://cran.r-project.org/web/packages/sassy/vignettes/sassy-listing.html&#34;&gt;Listings&lt;/a&gt;, and &lt;a href=&#34;https://cran.r-project.org/web/packages/sassy/vignettes/sassy-table.html&#34;&gt;Tables&lt;/a&gt;, as well as a few &lt;a href=&#34;https://cran.r-project.org/web/packages/sassy/vignettes/sassy-disclaimers.html&#34;&gt;Disclaimers&lt;/a&gt; which include a statement indicating that the packages were developed in the context of the pharmaceutical industry but should be generally helpful.&lt;/p&gt;

&lt;h3 id=&#34;utilities&#34;&gt;Utilities&lt;/h3&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=gargoyle&#34;&gt;gargoyle&lt;/a&gt; v0.0.1: Implements an event-Based framework for building &lt;code&gt;Shiny&lt;/code&gt; apps. Instead of relying on standard &lt;code&gt;Shiny&lt;/code&gt; reactive objects, this package allow to relying on a lighter set of triggers, so that reactive contexts can be invalidated with more control. See the &lt;a href=&#34;https://cran.r-project.org/web/packages/gargoyle/vignettes/gargoyle.html&#34;&gt;vignette&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=multidplyr&#34;&gt;multidplyr&lt;/a&gt; Provides simple multicore parallelism through functions that partition a data frame across multiple worker processes. See the &lt;a href=&#34;https://cran.r-project.org/web/packages/multidplyr/vignettes/multidplyr.html&#34;&gt;vignette&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=quarto&#34;&gt;quarto&lt;/a&gt; v0.1: Provides an interface to the &lt;a href=&#34;https://github.com/avdi/quarto&#34;&gt;Quarto&lt;/a&gt; markdown publishing system and allows converting R Markdown documents and &lt;a href=&#34;https://jupyter.org/&#34;&gt;Jupyter Notebooks&lt;/a&gt; to a variety of output formats.&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=vmr&#34;&gt;var&lt;/a&gt; v0.0.2: Provides functions to manage, provision and use virtual machines pre-configured for R, and develop, test and build package in a clean environment. &lt;a href=&#34;https://www.vagrantup.com/intro&#34;&gt;Vagrant&lt;/a&gt; and a provider such as &lt;a href=&#34;https://www.virtualbox.org/&#34;&gt;Virtualbox&lt;/a&gt; must be installed.&lt;/p&gt;

&lt;h3 id=&#34;visualization&#34;&gt;Visualization&lt;/h3&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=ggh4x&#34;&gt;ggh4x&lt;/a&gt; v0.1.2.1: Extends &lt;code&gt;ggplot2&lt;/code&gt; facets by setting individual scales per panel, resizing panels, providing nested facets, and allowing multiple colour and fill scales per plot. See the &lt;a href=&#34;https://cran.r-project.org/web/packages/ggh4x/vignettes/ggh4x.html&#34;&gt;Introduction&lt;/a&gt;, and the vignettes &lt;a href=&#34;https://cran.r-project.org/web/packages/ggh4x/vignettes/Facets.html&#34;&gt;Facets&lt;/a&gt;, &lt;a href=&#34;https://cran.r-project.org/web/packages/ggh4x/vignettes/Miscellaneous.html&#34;&gt;Misc&lt;/a&gt;, &lt;a href=&#34;https://cran.r-project.org/web/packages/ggh4x/vignettes/PositionGuides.html&#34;&gt;Position Guides&lt;/a&gt;, and &lt;a href=&#34;https://cran.r-project.org/web/packages/ggh4x/vignettes/Statistics.html&#34;&gt;Statistics&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;ggh4x.png&#34; height = &#34;200&#34; width=&#34;400&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=tastypie&#34;&gt;tastypie&lt;/a&gt; v0.0.3: Provides functions and templates for making pie charts even though you probably shouldn&amp;rsquo;t. See the vignettes &lt;a href=&#34;https://cran.r-project.org/web/packages/tastypie/vignettes/available_templates.html&#34;&gt;available templates&lt;/a&gt; and &lt;a href=&#34;https://cran.r-project.org/web/packages/tastypie/vignettes/your_favourite_template.html&#34;&gt;Your favorite template&lt;/a&gt;, and look &lt;a href=&#34;https://paolodalena.github.io/tastypie/&#34;&gt;here&lt;/a&gt; for examples.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;tastypie.png&#34; height = &#34;350&#34; width=&#34;350&#34;&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=terrainr&#34;&gt;terrainr&lt;/a&gt; v0.3.1: Provides functions to retrieve, manipulate, and visualize geospatial data, with an aim towards producing &amp;lsquo;3D&amp;rsquo; landscape visualizations in the &lt;a href=&#34;https://unity.com/&#34;&gt;Unity 3D&lt;/a&gt; rendering engine. Functions are also provided for retrieving elevation data and base map tiles from the &lt;a href=&#34;https://apps.nationalmap.gov/services/&#34;&gt;USGS National Map&lt;/a&gt;. There is an &lt;a href=&#34;https://cran.r-project.org/web/packages/terrainr/vignettes/overview.html&#34;&gt;Introduction&lt;/a&gt; and a &lt;a href=&#34;https://cran.r-project.org/web/packages/terrainr/vignettes/unity_instructions.html&#34;&gt;vignette&lt;/a&gt; on importing terrain tiles.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;terrainr.jpeg&#34; height = &#34;300&#34; width=&#34;300&#34;&gt;&lt;/p&gt;

        &lt;script&gt;window.location.href=&#39;https://rviews.rstudio.com/2021/03/19/february-2021-top-40-new-cran-packages/&#39;;&lt;/script&gt;
      </description>
    </item>
    
  </channel>
</rss>
