Skip to content

Commit

Permalink
addlogo
Browse files Browse the repository at this point in the history
  • Loading branch information
SoyAndrea committed Oct 19, 2024
1 parent 3e1746e commit a50b60d
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 2 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Generated by roxygen2: do not edit by hand

export(check_repository)
export(get_census)
6 changes: 5 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ knitr::opts_chunk$set(
)
```

# arcenso
# **ARcenso** <img src="man/figures/logo.png" align="right" style="float:right;" />

<!-- badges: start -->


<!-- badges: end -->

The goal of arcenso is to ...
Expand All @@ -36,4 +38,6 @@ This is a basic example which shows you how to solve a common problem:
```{r example}
library(arcenso)
## basic example code
# get_census(year = 1970)
```
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# arcenso
# **ARcenso** <img src="man/figures/logo.png" align="right" style="float:right;" />

<!-- badges: start -->
<!-- badges: end -->
Expand All @@ -25,4 +25,6 @@ This is a basic example which shows you how to solve a common problem:
``` r
library(arcenso)
## basic example code

# get_census(year = 1970)
```
14 changes: 14 additions & 0 deletions man/check_repository.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions man/get_census.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added pkgdown/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions pkgdown/favicon/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions pkgdown/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -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"
}
Binary file added pkgdown/favicon/web-app-manifest-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a50b60d

Please sign in to comment.