diff --git a/.Rbuildignore b/.Rbuildignore
index d1c3a90..4de7bae 100644
--- a/.Rbuildignore
+++ b/.Rbuildignore
@@ -1,3 +1,5 @@
+^renv$
+^renv\.lock$
^dpi\.Rproj$
^\.Rproj\.user$
^README\.Rmd$
diff --git a/.gitignore b/.gitignore
index a3a23fe..6be022e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@
# User-specific files
.Ruserdata
+.Rprofile
# Example code in package build process
*-Ex.R
@@ -50,3 +51,7 @@ Meta
# In case accidentally committing data
*.zip
docs
+
+# renv
+renv/
+renv.lock
\ No newline at end of file
diff --git a/README.Rmd b/README.Rmd
index e9f990d..c4c32dc 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -13,7 +13,7 @@ knitr::opts_chunk$set(
)
```
-# dpi
+# dpi
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
diff --git a/README.md b/README.md
index f15957f..876b0be 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# dpi
+# dpi
diff --git a/dpi.Rproj b/dpi.Rproj
index 69fafd4..f94e604 100644
--- a/dpi.Rproj
+++ b/dpi.Rproj
@@ -1,4 +1,5 @@
Version: 1.0
+ProjectId: d7189311-10e9-44df-b8d7-33665761beeb
RestoreWorkspace: No
SaveWorkspace: No
diff --git a/man/figures/logo.png b/man/figures/logo.png
new file mode 100644
index 0000000..5eb515e
Binary files /dev/null and b/man/figures/logo.png differ
diff --git a/pkgdown/favicon/apple-touch-icon.png b/pkgdown/favicon/apple-touch-icon.png
new file mode 100644
index 0000000..87d1078
Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon.png differ
diff --git a/pkgdown/favicon/favicon-96x96.png b/pkgdown/favicon/favicon-96x96.png
new file mode 100644
index 0000000..ee975fd
Binary files /dev/null and b/pkgdown/favicon/favicon-96x96.png differ
diff --git a/pkgdown/favicon/favicon.ico b/pkgdown/favicon/favicon.ico
new file mode 100644
index 0000000..5dc1b80
Binary files /dev/null and b/pkgdown/favicon/favicon.ico differ
diff --git a/pkgdown/favicon/favicon.svg b/pkgdown/favicon/favicon.svg
new file mode 100644
index 0000000..1c41b9e
--- /dev/null
+++ b/pkgdown/favicon/favicon.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/pkgdown/favicon/site.webmanifest b/pkgdown/favicon/site.webmanifest
new file mode 100644
index 0000000..4ebda26
--- /dev/null
+++ b/pkgdown/favicon/site.webmanifest
@@ -0,0 +1,21 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/web-app-manifest-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png",
+ "purpose": "maskable"
+ },
+ {
+ "src": "/web-app-manifest-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png",
+ "purpose": "maskable"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
\ No newline at end of file
diff --git a/pkgdown/favicon/web-app-manifest-192x192.png b/pkgdown/favicon/web-app-manifest-192x192.png
new file mode 100644
index 0000000..a078817
Binary files /dev/null and b/pkgdown/favicon/web-app-manifest-192x192.png differ
diff --git a/pkgdown/favicon/web-app-manifest-512x512.png b/pkgdown/favicon/web-app-manifest-512x512.png
new file mode 100644
index 0000000..a7ee01b
Binary files /dev/null and b/pkgdown/favicon/web-app-manifest-512x512.png differ