diff --git a/.Rbuildignore b/.Rbuildignore index 9d96f39a..cc856860 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -3,7 +3,7 @@ inst/demo .project .git -.gitignore +.gitignore .Rprofile man-roxygen data-raw @@ -15,3 +15,4 @@ pkg-build.sh ^\.Rproj\.user$ revdep ^\.github$ +^logo\.png$ diff --git a/README.md b/README.md index 0955b692..0c5b1650 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ - # RStoolbox + # RStoolbox + [![CI](https://github.com/bleutner/RStoolbox/actions/workflows/rcmdcheck.yaml/badge.svg)](https://github.com/bleutner/RStoolbox/actions/workflows/rcmdcheck.yaml) [![CRAN version](https://www.r-pkg.org/badges/version/RStoolbox)](https://CRAN.R-project.org/package=RStoolbox) [![codecov](https://codecov.io/gh/bleutner/RStoolbox/branch/master/graph/badge.svg)](https://app.codecov.io/gh/bleutner/RStoolbox) @@ -8,7 +9,7 @@ RStoolbox is an R package providing a wide range of tools for your every-day rem For more details have a look at the [functions overview](http://bleutner.github.io/RStoolbox/rstbx-docu/RStoolbox.html). ## Installation -The package is now on CRAN and can be installed as usual via +The package is available on CRAN and can be installed as usual via install.packages("RStoolbox") diff --git a/man/figures/logo.png b/man/figures/logo.png new file mode 100644 index 00000000..f3ee20b6 Binary files /dev/null and b/man/figures/logo.png differ