Skip to content

Commit 41bcac1

Browse files
committed
try github test fix
1 parent 7ab9c16 commit 41bcac1

File tree

7 files changed

+12
-14
lines changed

7 files changed

+12
-14
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
^renv$
22
^renv\.lock$
33
^data-raw$
4+
^renv$
5+
^renv\.lock$
46
^README\.Rmd$
57
^R/\.logo\.R$
68
^R/\.add_git_hook\.R$

.github/workflows/check-standard.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
with:
3838
r-version: ${{ matrix.config.r }}
3939
http-user-agent: ${{ matrix.config.http-user-agent }}
40-
use-public-rspm: true
40+
41+
- uses: r-lib/actions/setup-renv@v2
4142

4243
- uses: r-lib/actions/setup-r-dependencies@v2
4344
with:

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Description: Send email using 'Sendgrid' <https://sendgrid.com/en-us>
1111
License: MIT + file LICENSE
1212
URL: https://github.com/mrchypark/sendgridr
1313
BugReports: https://github.com/mrchypark/sendgridr/issues
14+
Repository: CRAN
1415
Imports:
1516
magrittr,
1617
httr,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
1111
[![CRAN
1212
status](https://www.r-pkg.org/badges/version/sendgridr)](https://CRAN.R-project.org/package=sendgridr)
1313
[![runiverse-name](https://mrchypark.r-universe.dev/badges/:name)](https://mrchypark.r-universe.dev/)
14-
[![runiverse-package](https://mrchypark.r-universe.dev/badges/sendgridr)](https://mrchypark.r-universe.dev/ui#packages)
14+
[![runiverse-package](https://mrchypark.r-universe.dev/badges/sendgridr)](https://mrchypark.r-universe.dev/packages)
1515
[![metacran
1616
downloads](https://cranlogs.r-pkg.org/badges/sendgridr)](https://cran.r-project.org/package=sendgridr)
1717
[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/sendgridr)](https://CRAN.R-project.org/package=sendgridr)

renv.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"R": {
33
"Version": "4.3.2",
44
"Repositories": [
5+
{
6+
"Name": "P3M",
7+
"URL": "https://packagemanager.posit.co/cran/latest"
8+
},
59
{
610
"Name": "CRAN",
711
"URL": "https://packagemanager.posit.co/cran/latest"
@@ -626,7 +630,7 @@
626630
"Package": "renv",
627631
"Version": "1.0.3",
628632
"Source": "Repository",
629-
"Repository": "CRAN",
633+
"Repository": "RSPM",
630634
"Requirements": [
631635
"utils"
632636
],

renv/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
sandbox/
21
library/
32
local/
43
cellar/
54
lock/
65
python/
6+
sandbox/
77
staging/

renv/settings.dcf

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)