Skip to content

Commit bbd981a

Browse files
committed
Update styles
1 parent 01b592c commit bbd981a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
},
235235
"isPartOf": "https://ropensci.org",
236236
"keywords": ["attribution", "citation", "credit", "citation-files", "cff", "metadata", "citation-file-format", "cran", "r", "r-package", "ropensci", "rstats", "r-cran"],
237-
"fileSize": "998.455KB",
237+
"fileSize": "997.059KB",
238238
"citation": [
239239
{
240240
"@type": "ScholarlyArticle",

tests/testthat/test-utils-create.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test_that("Check dependencies", {
3333
})
3434

3535
# Select just a sample of dependencies
36-
selected <- selected[seq(1,3)]
36+
selected <- selected[seq(1, 3)]
3737

3838
class(selected) <- "cff"
3939

0 commit comments

Comments
 (0)