diff --git a/.Rbuildignore b/.Rbuildignore
index 3cd24bd..dad526e 100644
--- a/.Rbuildignore
+++ b/.Rbuildignore
@@ -9,3 +9,4 @@
^README\.html$
^_pkgdown\.yaml$
^CITATION\.cff$
+^cran-comments\.md$
diff --git a/DESCRIPTION b/DESCRIPTION
index 0029ed9..d4728ec 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
Package: rdeps
Type: Package
Title: Identify External Packages Used in a Project
-Version: 0.1
+Version: 0.2
Authors@R: c(
person(given = "Nicolas",
family = "Casajus",
diff --git a/NEWS.md b/NEWS.md
index c8da4df..6671499 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-# rdeps 0.1.9000 (development version)
+# rdeps 0.2
* Fix error when no package is listed in `DESCRIPTION`
* Remove dependency to `stringr`
diff --git a/README.Rmd b/README.Rmd
index 308e2ed..731cd7e 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -18,7 +18,7 @@ rdeps .
diff --git a/README.md b/README.md
index 7940978..64acabd 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,8 @@
# rdeps
+
-[![CRAN
-status](https://www.r-pkg.org/badges/version/rdeps)](https://CRAN.R-project.org/package=rdeps)
[![R CMD
Check](https://github.com/frbcesab/rdeps/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/frbcesab/rdeps/actions/workflows/R-CMD-check.yaml)
[![Website](https://github.com/frbcesab/rdeps/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/frbcesab/rdeps/actions/workflows/pkgdown.yaml)
diff --git a/inst/CITATION b/inst/CITATION
index 97d05dc..7590632 100644
--- a/inst/CITATION
+++ b/inst/CITATION
@@ -5,6 +5,6 @@ bibentry(
title = "rdeps: {An} {R} package to identify external packages used in a project",
author = c(person("Casajus Nicolas")),
year = "2023",
- note = "R package version 0.1",
+ note = "R package version 0.2",
url = "https://github.com/frbcesab/rdeps"
)
diff --git a/man/rdeps-package.Rd b/man/rdeps-package.Rd
index bb40dc1..fb4cb19 100644
--- a/man/rdeps-package.Rd
+++ b/man/rdeps-package.Rd
@@ -6,6 +6,8 @@
\alias{rdeps-package}
\title{rdeps: Identify External Packages Used in a Project}
\description{
+\if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}}
+
Screens all '.R', '.Rmd', and '.qmd' files to extract the name of packages used in a project. This package detects packages called with 'library(foo)', 'require(foo)', and 'foo::bar()' and adds these dependencies in the DESCRIPTION file in the sections Depends, Imports, and Suggests.
}
\seealso{