Skip to content

Commit

Permalink
add potions and flint
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jul 20, 2024
1 parent e56e33b commit 11e41cc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ Tools useful across all stages of package development (some of these are meta-pa

- [`{dotenv}`](https://cran.r-project.org/package=dotenv) (to load environment variables from `.env` files)

- [`{options}`](https://dgkf.github.io/options/) (provides simple mechanisms for defining and interpreting package options)

- [`{potions}`](https://cran.r-project.org/package=potions) (to update and retrieve options, either in the workspace or during package development, without overwriting global options)

# Package management tools

- [`{pkgcache}`](https://cran.r-project.org/package=pkgcache) (to cache 'CRAN'-like metadata and packages)
Expand Down Expand Up @@ -369,6 +373,8 @@ Tools useful across all stages of package development (some of these are meta-pa

- [`{lintr}`](https://github.com/r-lib/lintr/) (static code analysis)

- [`{flint}`](https://flint.etiennebacher.com/) (to fix lints found by `{lintr}`)

- [`{roxylint}`](https://openpharma.github.io/roxylint/index.html) (to lint `{roxygen2}`-generated documentation)

- [`{checkglobals}`](https://jorischau.github.io/checkglobals/index.html) (to check R-packages for globals and imports)
Expand Down Expand Up @@ -658,8 +664,6 @@ To thank the contributors or maintainers of packages you rely on.

- [`{prefixer}`](https://github.com/dreamRs/prefixer/) (prefix function with their namespace )

- [`{options}`](https://dgkf.github.io/options/) (provides simple mechanisms for defining and interpreting package options)

- [`{onetime}`](https://hughjonesd.github.io/onetime/) (for package authors to run code only once for a given user on a given computer)

- [`{rstudioapi}`](https://rstudio.github.io/rstudioapi/) (to conditionally access the RStudio API from CRAN packages)
Expand Down

0 comments on commit 11e41cc

Please sign in to comment.