-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36a4685
commit 776c0fe
Showing
256 changed files
with
1,898 additions
and
772 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,6 +1,6 @@ | ||
Package: iemisc | ||
Title: Irucka Embry's Miscellaneous Functions | ||
Version: 1.0.2 | ||
Version: 1.0.3 | ||
Authors@R: c(person("Irucka", "Embry", role = c("aut", "cre"), email = "[email protected]"), | ||
person("Felix", "Andrews", role = c("aut", "ctb"), comment = "zoo code"), | ||
person("Hans Werner", "Borchers", role = c("aut", "ctb"), comment = "pracma code"), | ||
|
@@ -9,6 +9,7 @@ Authors@R: c(person("Irucka", "Embry", role = c("aut", "cre"), email = "iembry@e | |
person("Rik", "Wehbring", role = c("aut", "ctb"), comment = "GNU Octave code"), | ||
person("Didier", "Clamond", role = c("aut", "ctb"), comment = "MATLAB code"), | ||
person("Berry", "Boessenkool", role = c("aut", "ctb"), comment = "checkLL and degree functions from OSMscale"), | ||
person("Tyler", "Rinker", role = c("aut", "ctb"), comment = "lookup and lookup_helper functions from qdapTools"), | ||
person("Colin", "Caprani", role = c("aut", "ctb"), comment = "secprop MATLAB function"), | ||
person("Teodor", "Ciuraru", role = c("aut", "ctb"), comment = "stackoverflow R code"), | ||
person("Dylan", "Russell", role = c("aut", "ctb"), comment = "stackoverflow R code"), | ||
|
@@ -20,11 +21,11 @@ Maintainer: Irucka Embry <[email protected]> | |
Depends: R (>= 3.3.0) | ||
Imports: zoo, pracma, iemiscdata, gsubfn (>= 0.7), fpCompare, units (>= | ||
0.7-0), CHNOSZ (>= 1.3.3), stringi, assertthat, rivr (>= | ||
1.2-2), checkmate, qdapTools, ramify, foreach, stats, | ||
data.table (>= 1.10.2), measurements, roperators, | ||
berryFunctions, round, USA.state.boundaries (>= 1.0.1), sf, | ||
ggplot2, ggpubr, matlab, sjmisc, lubridate, anytime, qdapRegex, | ||
mgsub, geosphere, matlab2r, signal, utils, methods | ||
1.2-2), checkmate, ramify, foreach, stats, data.table (>= | ||
1.10.2), measurements, roperators, berryFunctions, round, | ||
USA.state.boundaries (>= 1.0.1), sf, ggplot2, ggpubr, matlab, | ||
sjmisc, lubridate, anytime, qdapRegex, mgsub, geosphere, | ||
matlab2r, signal, utils, methods | ||
Suggests: install.load, knitr, import, fractional, fracture, MASS, | ||
rmarkdown, tinytest, maps, spelling, sampler, callr, rando, | ||
geometry, linguisticsdown, aiRthermo, hydraulics, ie2misc, | ||
|
@@ -42,7 +43,7 @@ Encoding: UTF-8 | |
VignetteBuilder: knitr | ||
RoxygenNote: 7.2.3 | ||
NeedsCompilation: no | ||
Packaged: 2023-03-03 20:44:55 UTC; xbyri | ||
Packaged: 2023-05-03 02:33:21 UTC; xbyri | ||
Author: Irucka Embry [aut, cre], | ||
Felix Andrews [aut, ctb] (zoo code), | ||
Hans Werner Borchers [aut, ctb] (pracma code), | ||
|
@@ -52,6 +53,8 @@ Author: Irucka Embry [aut, cre], | |
Didier Clamond [aut, ctb] (MATLAB code), | ||
Berry Boessenkool [aut, ctb] (checkLL and degree functions from | ||
OSMscale), | ||
Tyler Rinker [aut, ctb] (lookup and lookup_helper functions from | ||
qdapTools), | ||
Colin Caprani [aut, ctb] (secprop MATLAB function), | ||
Teodor Ciuraru [aut, ctb] (stackoverflow R code), | ||
Dylan Russell [aut, ctb] (stackoverflow R code), | ||
|
@@ -60,4 +63,4 @@ Author: Irucka Embry [aut, cre], | |
Josh O'Brien [aut, ctb] (stackoverflow R code), | ||
R. van Twisk [aut, ctb] (LibreCAD code) | ||
Repository: CRAN | ||
Date/Publication: 2023-03-07 08:00:06 UTC | ||
Date/Publication: 2023-05-04 08:30:02 UTC |
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
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
Empty file.
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
Empty file.
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
Empty file.
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
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.