File tree Expand file tree Collapse file tree 7 files changed +12
-14
lines changed Expand file tree Collapse file tree 7 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 1
1
^renv$
2
2
^renv\.lock$
3
3
^data-raw$
4
+ ^renv$
5
+ ^renv\.lock$
4
6
^README\.Rmd$
5
7
^R/\.logo\.R$
6
8
^R/\.add_git_hook\.R$
Original file line number Diff line number Diff line change 37
37
with :
38
38
r-version : ${{ matrix.config.r }}
39
39
http-user-agent : ${{ matrix.config.http-user-agent }}
40
- use-public-rspm : true
40
+
41
+ - uses : r-lib/actions/setup-renv@v2
41
42
42
43
- uses : r-lib/actions/setup-r-dependencies@v2
43
44
with :
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Description: Send email using 'Sendgrid' <https://sendgrid.com/en-us>
11
11
License: MIT + file LICENSE
12
12
URL: https://github.com/mrchypark/sendgridr
13
13
BugReports: https://github.com/mrchypark/sendgridr/issues
14
+ Repository: CRAN
14
15
Imports:
15
16
magrittr,
16
17
httr,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
11
11
[ ![ CRAN
12
12
status] ( https://www.r-pkg.org/badges/version/sendgridr )] ( https://CRAN.R-project.org/package=sendgridr )
13
13
[ ![ 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 )
15
15
[ ![ metacran
16
16
downloads] ( https://cranlogs.r-pkg.org/badges/sendgridr )] ( https://cran.r-project.org/package=sendgridr )
17
17
[ ![ Downloads] ( https://cranlogs.r-pkg.org/badges/grand-total/sendgridr )] ( https://CRAN.R-project.org/package=sendgridr )
Original file line number Diff line number Diff line change 2
2
"R": {
3
3
"Version": "4.3.2",
4
4
"Repositories": [
5
+ {
6
+ "Name": "P3M",
7
+ "URL": "https://packagemanager.posit.co/cran/latest"
8
+ },
5
9
{
6
10
"Name": "CRAN",
7
11
"URL": "https://packagemanager.posit.co/cran/latest"
626
630
"Package": "renv",
627
631
"Version": "1.0.3",
628
632
"Source": "Repository",
629
- "Repository": "CRAN ",
633
+ "Repository": "RSPM ",
630
634
"Requirements": [
631
635
"utils"
632
636
],
Original file line number Diff line number Diff line change 1
- sandbox /
2
1
library /
3
2
local /
4
3
cellar /
5
4
lock /
6
5
python /
6
+ sandbox /
7
7
staging /
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments