Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliot McIntire committed Aug 7, 2024
2 parents 942f5cc + fa76df2 commit 35b8163
Show file tree
Hide file tree
Showing 27 changed files with 1,165 additions and 775 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Description: A single key function, 'Require' that makes rerun-tolerant
URL:
https://Require.predictiveecology.org,
https://github.com/PredictiveEcology/Require
Date: 2024-07-26
Version: 1.0.0
Date: 2024-08-06
Version: 1.0.1
Authors@R: c(
person(given = "Eliot J B",
family = "McIntire",
Expand Down Expand Up @@ -52,6 +52,7 @@ Suggests:
rematch2,
rmarkdown,
knitr,
rlang,
roxygen2,
rprojroot,
testthat (>= 3.0.0),
Expand Down
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Require

version 1.0.1
=============

## CRAN requested fixes
* Require was failing on secondary check systems (Fedora and one Mac system). This update fixes those.

## enhancements
* `offlineMode`, gained improved functionality; though it is still experimental. It can be set using `options(Require.offlineMode = TRUE)`, but it will be automatically set if internet is not available, has now been widely tested. If packages are available in the local caches, and all elements of package versioning (e.g., `available.packages()` and github packages) have been previously run, then installations should occur as if the internet were available.

## Other
* package testing on Linux Fedora and one MacOS machine on CRAN extra machines were addressed.

version 1.0.0
=============

Expand Down
Loading

0 comments on commit 35b8163

Please sign in to comment.