Skip to content

Commit

Permalink
try github test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchypark committed Jan 3, 2024
1 parent 7ab9c16 commit 41bcac1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
^renv$
^renv\.lock$
^data-raw$
^renv$
^renv\.lock$
^README\.Rmd$
^R/\.logo\.R$
^R/\.add_git_hook\.R$
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-renv@v2

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Description: Send email using 'Sendgrid' <https://sendgrid.com/en-us>
License: MIT + file LICENSE
URL: https://github.com/mrchypark/sendgridr
BugReports: https://github.com/mrchypark/sendgridr/issues
Repository: CRAN
Imports:
magrittr,
httr,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
[![CRAN
status](https://www.r-pkg.org/badges/version/sendgridr)](https://CRAN.R-project.org/package=sendgridr)
[![runiverse-name](https://mrchypark.r-universe.dev/badges/:name)](https://mrchypark.r-universe.dev/)
[![runiverse-package](https://mrchypark.r-universe.dev/badges/sendgridr)](https://mrchypark.r-universe.dev/ui#packages)
[![runiverse-package](https://mrchypark.r-universe.dev/badges/sendgridr)](https://mrchypark.r-universe.dev/packages)
[![metacran
downloads](https://cranlogs.r-pkg.org/badges/sendgridr)](https://cran.r-project.org/package=sendgridr)
[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/sendgridr)](https://CRAN.R-project.org/package=sendgridr)
Expand Down
6 changes: 5 additions & 1 deletion renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"R": {
"Version": "4.3.2",
"Repositories": [
{
"Name": "P3M",
"URL": "https://packagemanager.posit.co/cran/latest"
},
{
"Name": "CRAN",
"URL": "https://packagemanager.posit.co/cran/latest"
Expand Down Expand Up @@ -626,7 +630,7 @@
"Package": "renv",
"Version": "1.0.3",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"utils"
],
Expand Down
2 changes: 1 addition & 1 deletion renv/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sandbox/
library/
local/
cellar/
lock/
python/
sandbox/
staging/
10 changes: 0 additions & 10 deletions renv/settings.dcf

This file was deleted.

0 comments on commit 41bcac1

Please sign in to comment.