Skip to content

Commit

Permalink
version 0.9.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanedwards authored and cran-robot committed Nov 4, 2023
1 parent 01b55ad commit 915de01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Package: microCRAN
Type: Package
Title: Hosting an Independent CRAN Repository
Version: 0.9.0
Version: 0.9.0-1
Authors@R: c(
person("Stefan McKinnon", "Edwards", role=c("aut", "cre", "cph"),
email="sme@iysik.com", comment = c(ORCID = "0000-0002-4628-8148")),
Expand All @@ -24,10 +24,10 @@ Collate: 'handlers-static.R' 'miniCRAN.R' 'packages.R' 'handlers-.R'
'api.R' 'microCRAN-package.R'
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-11-02 13:05:42 UTC; SMHE
Packaged: 2023-11-03 15:28:22 UTC; smhe
Author: Stefan McKinnon Edwards [aut, cre, cph]
(<https://orcid.org/0000-0002-4628-8148>),
Kamstrup A/S [cph]
Maintainer: Stefan McKinnon Edwards <sme@iysik.com>
Repository: CRAN
Date/Publication: 2023-11-02 20:20:02 UTC
Date/Publication: 2023-11-03 22:00:02 UTC
4 changes: 2 additions & 2 deletions MD5
@@ -1,4 +1,4 @@
997bbe04abf7adeeada2f5abba174fb8 *DESCRIPTION
8da5fbbd470a0253ebece5b81fe71be4 *DESCRIPTION
80d316d69004772d61b74810ab230c47 *NAMESPACE
3081d4440b5b81fb3c0d974e24d762bb *R/api.R
499471dfe80e717269aeb33ea4b30c8c *R/handlers-.R
Expand Down Expand Up @@ -30,4 +30,4 @@ ad388a44d4319e7f3f40e4d373ca725f *man/path_is_safe_for_cran.Rd
f271211e86145ff2f457cb6808090829 *tests/testthat/helper-.R
9bc664a116ae0cafda016062a791e609 *tests/testthat/test-handlers-.R
02e40f597b3d5295328e4eaf7ff1c502 *tests/testthat/test-handlers-static.R
579d625b2824845f017f9a34897fb5f7 *tests/testthat/test-packages.R
6d711093c5ef4accfbe5be37c28148a5 *tests/testthat/test-packages.R
3 changes: 2 additions & 1 deletion tests/testthat/test-packages.R
Expand Up @@ -98,9 +98,10 @@ test_that('Reading DESCRIPTION file from tar-file', {

fn <- sub('.tar.gz', '.zip', fn, fixed = TRUE)
expect_true(file.exists(!!fn))
expect_error(read_DESCRIPTION_tar('x'), 'File not found: x', fixed = TRUE)
skip_on_os("mac")
suppressWarnings(
expect_error(read_DESCRIPTION_tar(fn), 'Invalid R-package file', fixed = TRUE)
)
expect_error(read_DESCRIPTION_tar('x'), 'File not found: x', fixed = TRUE)
})

0 comments on commit 915de01

Please sign in to comment.