-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from harphub/develop
Merge develop
- Loading branch information
Showing
43 changed files
with
2,328 additions
and
527 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,29 +1,32 @@ | ||
Package: harpCore | ||
Title: Core functions and methods for the harp ecosystem | ||
Version: 0.0.0.9000 | ||
Version: 0.2.0 | ||
Authors@R: | ||
person("Andrew", "Singleton", , "[email protected]", role = c("aut", "cre")) | ||
Description: harp is an collection of packages for reading, analysing and | ||
Description: harp is a collection of packages for reading, analysing and | ||
visualizing meteorological, climate and ocean data. harpCore provides functions, | ||
methods and data structures that are common to all harp packages. | ||
License: Apache License (>= 2) | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
Suggests: | ||
maps, | ||
testthat (>= 3.0.0) | ||
Config/testthat/edition: 3 | ||
Imports: | ||
cli, | ||
dplyr, | ||
dplyr (>= 1.1), | ||
glue, | ||
magrittr, | ||
matrixStats, | ||
meteogrid, | ||
pillar, | ||
purrr, | ||
Rcpp, | ||
rlang, | ||
tibble, | ||
tidyr, | ||
tidyr (>= 1.1), | ||
vctrs | ||
Remotes: | ||
harphub/meteogrid | ||
|
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
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
Oops, something went wrong.