-
Notifications
You must be signed in to change notification settings - Fork 1
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 #65 from EOGrady21/develop
CRAN update v0.4
- Loading branch information
Showing
125 changed files
with
5,813 additions
and
58,832 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 |
---|---|---|
|
@@ -15,3 +15,4 @@ CODE_OF_CONDUCT.md | |
CONTRIBUTING.md | ||
SECURITY.md | ||
^CRAN-SUBMISSION$ | ||
^Meta$ |
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 |
---|---|---|
|
@@ -9,3 +9,5 @@ Meta | |
|
||
doc | ||
docs | ||
/doc/ | ||
/Meta/ |
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 @@ | ||
Package: vprr | ||
Type: Package | ||
Title: Processing and Visualization of Video Plankton Recorder Data | ||
Version: 0.2.3 | ||
Authors@R: c(person("Emily O'Grady", role = c("aut", "cre","cph"), email = "[email protected]"), person("Kevin Sorochan", role = "aut", "dev"), person("Catherine Johnson", role = "aut")) | ||
Version: 0.3.0 | ||
Authors@R: c(person("Emily O'Grady", role = c("aut", "cre"), email = "[email protected]"), person("Kevin Sorochan", role = "aut"), person("Catherine Johnson", role = "aut")) | ||
Maintainer: Emily O'Grady <[email protected]> | ||
Description: An oceanographic data processing package for analyzing and visualizing Video | ||
Plankton Recorder data. This package was developed at 'Bedford Institute of Oceanography'. | ||
|
@@ -11,7 +11,7 @@ Description: An oceanographic data processing package for analyzing and visualiz | |
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.1 | ||
Depends: R (>= 2.10) | ||
Imports: ggplot2, | ||
oce, | ||
|
@@ -26,7 +26,10 @@ Imports: ggplot2, | |
lubridate, | ||
cmocean, | ||
withr, | ||
usethis | ||
usethis, | ||
data.table, | ||
fs, | ||
rjson | ||
Suggests: | ||
knitr, | ||
rmarkdown, | ||
|
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.