diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index 00446e6..aade505 100644 Binary files a/apple-touch-icon-120x120.png and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png index bc115d1..f073c0c 100644 Binary files a/apple-touch-icon-152x152.png and b/apple-touch-icon-152x152.png differ diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png index bb15bab..a8d864b 100644 Binary files a/apple-touch-icon-180x180.png and b/apple-touch-icon-180x180.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png index f686e59..403b6da 100644 Binary files a/apple-touch-icon-60x60.png and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png index bdef6ea..c170058 100644 Binary files a/apple-touch-icon-76x76.png and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index fad803b..88f5fbd 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/favicon-16x16.png b/favicon-16x16.png index f4abaae..fa0f308 100644 Binary files a/favicon-16x16.png and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png index 4576316..2c6615a 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/index.html b/index.html index 5aa5655..66864ec 100644 --- a/index.html +++ b/index.html @@ -87,10 +87,10 @@

InstallationCRAN.

 install.packages("mdbr")
-

The development version can be installed from GitHub.

+

The development version can be installed from GitHub.

 # install.packages("remotes")
-remotes::install_github("kiernann/mdbr")
+remotes::install_github("k5cents/mdbr")

The user must install MDB Tools separately. Users on Debian systems can install the tools from the apt repository.

sudo apt install mdbtools

More installation methods can be found on the package’s README.

@@ -130,7 +130,7 @@

ExampleTables can be easily converted to a temporary file and read immediately.

 read_mdb(ex, "Airports")
-#> # A tibble: 1,458 x 8
+#> # A tibble: 1,458 × 8
 #>    faa   name                             lat    lon   alt    tz dst   tzone              
 #>    <chr> <chr>                          <dbl>  <dbl> <dbl> <dbl> <chr> <chr>              
 #>  1 04G   Lansdowne Airport               41.1  -80.6  1044    -5 A     America/New_York   
@@ -143,7 +143,7 @@ 

Example#> 8 0G7 Finger Lakes Regional Airport 42.9 -76.8 492 -5 A America/New_York #> 9 0P2 Shoestring Aviation Airfield 39.8 -76.6 1000 -5 U America/New_York #> 10 0S9 Jefferson County Intl 48.1 -123. 108 -8 A America/Los_Angeles -#> # … with 1,448 more rows

+#> # ℹ 1,448 more rows

When reading a converted table, you might need to know what types of data to expect from each column.

The schema of database tables describes the column types.

mdb-schema -T Airports nycflights13.mdb
@@ -228,8 +228,9 @@ 

Dev status

  • Lifecycle: experimental
  • CRAN status
  • -
  • Codecov test coverage
  • -
  • R build status
  • +
  • Codecov test coverage
  • +
  • R build status
  • +
  • R-CMD-check
diff --git a/pkgdown.yml b/pkgdown.yml index 4ac309a..2c5f36f 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: 3.1.11 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2024-03-10T04:07Z +last_built: 2024-03-11T01:57Z