From fab114d14f29dde1b80607a19905e8b1b035642a Mon Sep 17 00:00:00 2001 From: fegue Date: Thu, 1 Aug 2024 15:48:48 +0200 Subject: [PATCH] test pkgdown --- .Rbuildignore | 3 +++ .gitignore | 1 + _pkgdown.yml | 4 ++++ vignettes/birdnetr.Rmd | 4 ---- 4 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 _pkgdown.yml diff --git a/.Rbuildignore b/.Rbuildignore index e13c405..7cf69bf 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,3 +1,6 @@ ^.*\.Rproj$ ^\.Rproj\.user$ ^LICENSE\.md$ +^_pkgdown\.yml$ +^docs$ +^pkgdown$ diff --git a/.gitignore b/.gitignore index b991bbf..9a01975 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ .Ruserdata _other/ inst/doc +docs diff --git a/_pkgdown.yml b/_pkgdown.yml new file mode 100644 index 0000000..d71acfb --- /dev/null +++ b/_pkgdown.yml @@ -0,0 +1,4 @@ +url: ~ +template: + bootstrap: 5 + diff --git a/vignettes/birdnetr.Rmd b/vignettes/birdnetr.Rmd index 6a9d9dc..9898912 100644 --- a/vignettes/birdnetr.Rmd +++ b/vignettes/birdnetr.Rmd @@ -14,10 +14,6 @@ knitr::opts_chunk$set( ) ``` -```{r setup} -library(birdnetR) -``` - The BirdNET-R package provides a comprehensive interface for utilizing the BirdNET Python package within R. This guide will walk you through the basic steps of setting up the package, initializing models, and using various functions to analyze audio files for (bird) species identification.