Skip to content

Commit

Permalink
chore: missing setup files
Browse files Browse the repository at this point in the history
  • Loading branch information
m-muecke committed Jan 6, 2024
1 parent 072440d commit 6732088
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
^.*\.Rproj$
^.Renviron$
^.dockerignore$
^.drone\.ya?ml$
^.netrc$
^.pre-commit-config.yaml$
^CITATION.cff$
^Dockerfile$
^LICENSE\.md$
^README.html$
^README\.Rmd$
^\.Rproj\.user$
^\.ccache$
^\.editorconfig$
^\.git$
^\.gitea$
^\.github$
^\.gitignore$
^\.ignore$
^\.lintr$
^\.vscode$
^compose.ya?ml$
^data-raw$
^docs$
^inst/extdata/.+\.R$
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Generated by roxygen2: do not edit by hand

6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ knitr::opts_chunk$set(

<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/m-muecke/worldbank/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/m-muecke/worldbank/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/m-muecke/bundesbank/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/m-muecke/bundesbank/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

The goal of worldbank is to provide a simple interface to the ...
The goal of bundesbank is to provide a simple interface to the ...

## Installation
You can install the development version of worldbank from [GitHub](https://github.com/) with:
You can install the development version of bundesbank from [GitHub](https://github.com/) with:

```{r, eval = FALSE}
# install.packages("pak")
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/m-muecke/worldbank/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/m-muecke/worldbank/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/m-muecke/bundesbank/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/m-muecke/bundesbank/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

The goal of worldbank is to provide a simple interface to the …
The goal of bundesbank is to provide a simple interface to the …

## Installation

You can install the development version of worldbank from
You can install the development version of bundesbank from
[GitHub](https://github.com/) with:

``` r
Expand Down
20 changes: 20 additions & 0 deletions bundesbank.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source

0 comments on commit 6732088

Please sign in to comment.