forked from derek-corcoran-barrios/NetworkExtinction
-
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.
Merge pull request derek-corcoran-barrios#14 from ErikKusch/ErikDevel
Rework of the base package + Implementation of Interaction Strength
- Loading branch information
Showing
6 changed files
with
449 additions
and
452 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
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,13 +1,2 @@ | ||
/home/derek/Documents/NetworkExtintion/.Rbuildignore="4A6F486D" | ||
/home/derek/Documents/NetworkExtintion/.gitignore="55036C67" | ||
/home/derek/Documents/NetworkExtintion/R/Data.R="297D084F" | ||
/home/derek/Documents/NetworkExtintion/R/DataInit.R="E85E6F24" | ||
/home/derek/Documents/NetworkExtintion/R/Extintions.R="66A48182" | ||
/home/derek/Documents/NetworkExtintion/R/Powerlaw.R="385EB031" | ||
/home/derek/Documents/NetworkExtintion/README.Rmd="5B84CD3D" | ||
/home/derek/Documents/NetworkExtintion/_pkgdown.yml="4755033E" | ||
/home/derek/Documents/NetworkExtintion/docs/index.html="C8155D13" | ||
/home/derek/Documents/NetworkExtintion/docs/pkgdown.css="71DCDEDA" | ||
/home/derek/Documents/NetworkExtintion/docs/pkgdown.yml="BC4F03E9" | ||
/home/derek/Documents/NetworkExtintion/vignettes/How_to_use_the_NetworkExtinction_Package.Rmd="406C84B5" | ||
/home/derek/Documents/PowerLaws/DegreeDistribution2.R="7054B544" | ||
C:/Users/Erik Kusch/Desktop/[R Package] Network Extinction/R/Extintions.R="A28E7F0E" | ||
D:/Documents/Work/[R Package] NetworkExtinction/R/Extintions.R="1D1BB781" |
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 |
---|---|---|
|
@@ -5,7 +5,8 @@ Version: 0.2.1 | |
Authors@R: c(person("Derek", "Corcoran", email = "[email protected]", | ||
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0248-6230")), person("M. Isidora", "Ávila-Thieme", email = "[email protected]", | ||
role = c("aut"), comment = c(ORCID = "0000-0003-0772-4717")), person("Fernanda S.", "Valdovinos", role = c("aut")), person("Sergio A.", "Navarrete", role = c("aut")), | ||
person("Pablo A.", "Marquet", role = c("aut"), comment = c(ORCID = "0000-0001-6369-9339"))) | ||
person("Pablo A.", "Marquet", role = c("aut"), comment = c(ORCID = "0000-0001-6369-9339")), person("Erik", "Kusch", email = "[email protected]", | ||
role = c("aut"), comment = c(ORCID = "0000-0002-4984-7646"))) | ||
Maintainer: Derek Corcoran <[email protected]> | ||
Description: Simulates the extinction of species in the food web and it analyzes | ||
its cascading effects, described in Dunne et al. (2002) <doi:10.1073/pnas.192407699>. | ||
|
@@ -15,7 +16,7 @@ Imports: broom, doParallel, dplyr, foreach, ggplot2, igraph, magrittr, network, | |
License: GPL (>= 2) | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.1.2 | ||
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
Oops, something went wrong.