Skip to content

Commit

Permalink
attempt to unarchive package
Browse files Browse the repository at this point in the history
  • Loading branch information
levisc8 committed Dec 8, 2021
1 parent dbe06bb commit 7be8eec
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Rpadrino
Title: Interact with the 'PADRINO' IPM Database
Version: 0.0.2.9000
Version: 0.0.3
Authors@R: c(
person(given = "Sam",
family = "Levin",
Expand Down
18 changes: 15 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is a patched version of Rpadrino 0.0.1, which errored on Solaris machines because Pandoc is not available for Solaris. We have updated our tests to run on Solaris in the absence of Pandoc, and a note about imported packages on Fedora.
This is a submission of Rpadrino 0.0.3. It (hopefully) corrects an error on tests run on linux x86-64.

Additional information on this submission:

Expand All @@ -15,6 +15,18 @@ Additional information on this submission:

0 errors | 0 warnings | 1 note on all platforms

Days since last update: 1
Possibly misspelled words in DESCRIPTION:
Easterling (38:57)
IPM (2:36)
Levin (41:64)
Merow (39:58)
Metcalf (41:7)
Rees (40:34)
al (38:71, 39:67, 40:42, 41:18, 41:73)
et (38:68, 39:64, 40:39, 41:15, 41:70)

This patch is submitted as requested by a CRAN team member to fix issues on a Solaris machine.
CRAN repository db overrides:
X-CRAN-Comment: Archived on 2021-11-30 as check problems were not
corrected in time.

As stated above, this is an attempt to un-archive the package based on the failing test.
2 changes: 2 additions & 0 deletions tests/testthat/test-ipmr_generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ test_that("print methods produce expected outputs", {

test_that("getters and setters work as expected", {

skip_on_cran()

# Vital Rate exprs
ind <- c("aaaa15", "aaaa16", "aaaa17", "aaa310")

Expand Down

0 comments on commit 7be8eec

Please sign in to comment.