Skip to content

Commit

Permalink
Making required changes for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
japilo committed Sep 30, 2024
1 parent a98f40c commit 9d9e5e8
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 29 deletions.
14 changes: 0 additions & 14 deletions ..Rcheck/00check.log

This file was deleted.

2 changes: 0 additions & 2 deletions ..Rcheck/R_check_bin/R

This file was deleted.

2 changes: 0 additions & 2 deletions ..Rcheck/R_check_bin/Rscript

This file was deleted.

3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 1.0.0
Date: 2024-09-27 18:22:56 UTC
SHA: a98f40c26e8a84234ef72202f2416410563a8869
14 changes: 10 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@ Package: epizootic
Title: Spatially Explicit Population Models of Disease Transmission in Wildlife
Version: 1.0.0
Authors@R: c(
person("July", "Pilowsky", email = "[email protected]", role = c("aut", "cre"),
person("July", "Pilowsky", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0002-6376-2585")),
person("National Science Foundation Biology Integration Institute 2213854", role = "fnd")
person("National Science Foundation Biology Integration Institute 2213854",
role = "fnd")
)
Description: This extension of the pattern-oriented modeling framework of the poems package
provides a collection of modules and functions customized for modeling disease transmission on a population scale in a spatiotemporally explicit manner. This includes seasonal time steps, dispersal functions that track disease state of dispersers, results objects that store disease states, and a population simulator that includes disease dynamics.
Description: This extension of the pattern-oriented modeling framework of the
'poems' package provides a collection of modules and functions customized
for modeling disease transmission on a population scale in a spatiotemporally
explicit manner. This includes seasonal time steps, dispersal functions that
track disease state of dispersers, results objects that store disease states,
and a population simulator that includes disease dynamics.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand Down
12 changes: 9 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,21 @@ knitr::opts_chunk$set(

<!-- badges: start -->
[![R-CMD-check](https://github.com/viralemergence/epizootic/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/viralemergence/epizootic/actions/workflows/R-CMD-check.yaml)
[![CRAN status](https://www.r-pkg.org/badges/version/paleopop)](https://CRAN.R-project.org/package=paleopop)
[![Download_count](https://cranlogs.r-pkg.org/badges/grand-total/paleopop)](https://CRAN.R-project.org/package=paleopop)
[![Last commit](https://img.shields.io/github/last-commit/GlobalEcologyLab/paleopop.svg)](https://github.com/GlobalEcologyLab/paleopop/commits/master)
[![CRAN status](https://www.r-pkg.org/badges/version/epizootic)](https://CRAN.R-project.org/package=epizootic)
[![Download_count](https://cranlogs.r-pkg.org/badges/grand-total/epizootic)](https://CRAN.R-project.org/package=epizootic)
[![Last commit](https://img.shields.io/github/last-commit/GlobalEcologyLab/epizootic.svg)](https://github.com/viralemergence/epizootic/commits/master)
<!-- badges: end -->

`epizootic` is an extension to `poems`, a spatially-explicit, process-explicit, pattern-oriented framework for modeling population dynamics. This extension adds functionality for modeling disease dynamics in wildlife. It also adds capability for seasonality and for unique dispersal dynamics for each life cycle stage.

## Installation

You can install the latest release on CRAN with:

``` r
install.packages("epizootic")
```

You can install the latest version of epizootic from [GitHub](https://github.com/) with:

``` r
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

[![R-CMD-check](https://github.com/viralemergence/epizootic/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/viralemergence/epizootic/actions/workflows/R-CMD-check.yaml)
[![CRAN
status](https://www.r-pkg.org/badges/version/paleopop)](https://CRAN.R-project.org/package=paleopop)
[![Download_count](https://cranlogs.r-pkg.org/badges/grand-total/paleopop)](https://CRAN.R-project.org/package=paleopop)
status](https://www.r-pkg.org/badges/version/epizootic)](https://CRAN.R-project.org/package=epizootic)
[![Download_count](https://cranlogs.r-pkg.org/badges/grand-total/epizootic)](https://CRAN.R-project.org/package=epizootic)
[![Last
commit](https://img.shields.io/github/last-commit/GlobalEcologyLab/paleopop.svg)](https://github.com/GlobalEcologyLab/paleopop/commits/master)
commit](https://img.shields.io/github/last-commit/GlobalEcologyLab/epizootic.svg)](https://github.com/viralemergence/epizootic/commits/master)
<!-- badges: end -->

`epizootic` is an extension to `poems`, a spatially-explicit,
Expand All @@ -21,6 +21,12 @@ unique dispersal dynamics for each life cycle stage.

## Installation

You can install the latest release on CRAN with:

``` r
install.packages("epizootic")
```

You can install the latest version of epizootic from
[GitHub](https://github.com/) with:

Expand Down
2 changes: 1 addition & 1 deletion man/epizootic-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified man/figures/README-disease_simulator-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-disease_simulator-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d9e5e8

Please sign in to comment.