Skip to content

Commit

Permalink
Merge pull request derek-corcoran-barrios#14 from ErikKusch/ErikDevel
Browse files Browse the repository at this point in the history
Rework of the base package + Implementation of Interaction Strength
  • Loading branch information
derek-corcoran-barrios authored Jul 5, 2022
2 parents d6801c9 + bea06b9 commit a9ffadf
Show file tree
Hide file tree
Showing 6 changed files with 449 additions and 452 deletions.
2 changes: 1 addition & 1 deletion .Rhistory
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pkgdown::build_home()
pkgdown::build_articles()
knitr::opts_chunk$set(
collapse = TRUE,
Expand Down Expand Up @@ -510,3 +509,4 @@ library(NetworkExtinction)
library(NetworkExtinction)
library(NetworkExtinction)
devtools::install_github("r-lib/usethis")
library(NetworkExtinction)
15 changes: 2 additions & 13 deletions .Rproj.user/shared/notebooks/paths
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"
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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>.
Expand All @@ -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,
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export(CompareExtinctions)
export(DegreeDistribution)
export(ExtinctionOrder)
export(ExtinctionPlot)
export(Mostconnected)
export(RandomExtinctions)
export(SimulateExtinctions)
importFrom(MASS,fitdistr)
Expand Down
Loading

0 comments on commit a9ffadf

Please sign in to comment.