-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add AcceptedNotes for includes of non-default packages
- Loading branch information
Showing
6 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
ValidationKey: '27652938' | ||
ValidationKey: '27674078' | ||
AutocreateReadme: yes | ||
AcceptedWarnings: | ||
- 'Warning: package ''.*'' was built under R version' | ||
- 'Warning: namespace ''.*'' is not available and has been replaced' | ||
AcceptedNotes: unable to verify current time | ||
AcceptedNotes: | ||
- unable to verify current time | ||
- includes the non-default packages. | ||
allowLinterWarnings: no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Type: Package | ||
Package: mrmagpie | ||
Title: madrat based MAgPIE Input Data Library | ||
Version: 1.40.1 | ||
Date: 2024-01-16 | ||
Version: 1.40.2 | ||
Date: 2024-01-17 | ||
Authors@R: c( | ||
person("Kristine", "Karstens", , "[email protected]", role = c("aut", "cre")), | ||
person("Jan Philipp", "Dietrich", , "[email protected]", role = "aut"), | ||
|
@@ -27,6 +27,7 @@ Depends: | |
magclass (>= 3.17), | ||
mrcommons (>= 1.37.0), | ||
mrland (>= 0.51.0), | ||
mrsoil (>= 2.0.0), | ||
mrwater (>= 1.11.0), | ||
R (>= 3.5.0) | ||
Imports: | ||
|
@@ -39,7 +40,6 @@ Imports: | |
luplot (>= 3.56.0), | ||
luscale, | ||
magpiesets, | ||
mrsoil (>= 2.0.0), | ||
mstools, | ||
ncdf4, | ||
pbapply, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Generated by lucode2: do not edit by hand | ||
|
||
#' @import madrat magclass mrcommons mrland mrwater | ||
#' @import madrat magclass mrcommons mrland mrsoil mrwater | ||
NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters