pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-usethis



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jun  8 13:12:26 UTC 2026

Modified Files:
        pkgsrc/devel/R-usethis: Makefile distinfo

Log Message:
(devel/R-usethis) Updated 3.1.0 to 3.2.1

# usethis 3.2.1

* `create_quarto_project()` exits early if the Quarto CLI does not appear to be
  installed and related tests are skipped (#2162).

# usethis 3.2.0

## Formatting

* `use_air()` is a new function to configure a project to use
  [Air](https://posit-dev.github.io/air/), an extremely fast R code formatter.

* `use_tidy_style()` is deprecated, in favor of using Air for any new, explicit
  formatting efforts (#2110).

## Project-hood

* usethis's criteria for recognizing a project (listed in `?proj_utils`) have
  expanded to include (#2133):
  - a `.vscode/settings.json` file, which Positron or VS Code might create
  - a `_quarto.yml` file, typical of a Quarto project
  - an `renv.lock` file, which renv creates

* `use_course()` and `use_zip()` open the new folder in a new session of the
  current IDE (RStudio or Positron) in more situations and add a `.here` file if
  the folder doesn't already fulfill any of usethis's criteria for a project
  root folder (#2127).

* `create_quarto_project()` is a new experimental function that combines basic
  usage of `quarto::quarto_create_project()` with some of the niceties of
  usethis's `create_*()` functions, such as opening the newly created project in
  your IDE (#1891, @focardozom).

## Other

* `use_package(min_version = FALSE)` is treated the same as when `min_version`
  is not specified (#2117, @salim-b).

* `use_r_universe_badge()` is a new function that creates a README badge
  indicating your package is available on [R-universe](https://r-universe.dev)
  and reporting the latest version (@olivroy, #1883).

* Some GitHub functionality should now work for GitHub Enterprise Cloud (as
  opposed to GitHub Enterprise Server). Specifically an HTTPS URL such as
  `"https://my-cool-org.ghe.com"` should now be recognized as "looks like
  GitHub" (#2098, @jameslairdsmith).

* Several deprecated functions have been removed:
  - `use_rscloud_badge()`, deprecated in v2.2.0; use `use_posit_cloud_badge()`
    instead
  - `git_branch_default()`, deprecated in v2.1.0; use `git_default_branch()`
    instead
  - `use_tidy_eval()`, deprecated in v2.2.0; no longer necessary
  - `use_github_actions()` and `use_github_action_check_release()`, deprecated
    in v.2.2.0; use `use_github_action('check-release')` instead
  - `use_github_action_check_standard()`, deprecated in v2.2.0; use
    `use_github_action('check-standard')` instead
  - `use_github_action_pr_commands()`, deprecated in v2.2.0
  - `use_github_action_check_full()`, deprecated in v2.1.0


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/R-usethis/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/R-usethis/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-usethis/Makefile
diff -u pkgsrc/devel/R-usethis/Makefile:1.12 pkgsrc/devel/R-usethis/Makefile:1.13
--- pkgsrc/devel/R-usethis/Makefile:1.12        Sun Jan 12 13:47:36 2025
+++ pkgsrc/devel/R-usethis/Makefile     Mon Jun  8 13:12:26 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2025/01/12 13:47:36 mef Exp $
+# $NetBSD: Makefile,v 1.13 2026/06/08 13:12:26 mef Exp $
 
 R_PKGNAME=     usethis
-R_PKGVER=      3.1.0
+R_PKGVER=      3.2.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/R-usethis/distinfo
diff -u pkgsrc/devel/R-usethis/distinfo:1.14 pkgsrc/devel/R-usethis/distinfo:1.15
--- pkgsrc/devel/R-usethis/distinfo:1.14        Sun Jan 12 13:47:36 2025
+++ pkgsrc/devel/R-usethis/distinfo     Mon Jun  8 13:12:26 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/01/12 13:47:36 mef Exp $
+$NetBSD: distinfo,v 1.15 2026/06/08 13:12:26 mef Exp $
 
-BLAKE2s (R/usethis_3.1.0.tar.gz) = 5c88fb302d7b378fa618de5795ed659950e6a3bbf20699e0496238b10e157751
-SHA512 (R/usethis_3.1.0.tar.gz) = bc6eade7386878ca7474f02f46004d2b434e5590d9388b47a634e4c81093a4cc06dae168c162768a7194aa6078b7db82e384050b6f2f2fd45d733f661234435c
-Size (R/usethis_3.1.0.tar.gz) = 384582 bytes
+BLAKE2s (R/usethis_3.2.1.tar.gz) = acc1bedff2979c427f53418bf2221d6c7f94bb42aa70533bdd053e6e6c5a3880
+SHA512 (R/usethis_3.2.1.tar.gz) = a10a678fa16d7d84170f4c4545b3418c6dc7bd6e5fd7bec7cfc1d63d0ec128b62af637c43f8b27f76b96b9679360faad03b6081989d9223431f65bb56cc23ad1
+Size (R/usethis_3.2.1.tar.gz) = 393912 bytes



Home | Main Index | Thread Index | Old Index