Skip to content

Commit

Permalink
Merge pull request #310 from thibautjombart/cran-release-2021-07
Browse files Browse the repository at this point in the history
prepare for CRAN release
  • Loading branch information
zkamvar authored Jul 17, 2021
2 parents 1090423 + a724e7a commit e03d873
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 17 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
- name: Install dependencies
run: |
options(repos = c(
`r-spatial` = "https://r-spatial.r-universe.dev/",
CRAN = "https://cloud.r-project.org/"
))
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
shell: Rscript {0}
Expand Down
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2020-05-09.
Once it is accepted, delete this file and tag the release (commit 7a1141592d).
This package was submitted to CRAN on 2021-07-17.
Once it is accepted, delete this file and tag the release (commit f728a41).
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
CHANGES IN ADEGENET VERSION 2.1.4

DOCUMENTATION

- `snapclust()` documentation has been updated to be not so scary
(@thibautjombart, #287)

CHANGES IN ADEGENET VERSION 2.1.3

BUG FIX
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: adegenet
Title: Exploratory Analysis of Genetic and Genomic Data
Version: 2.1.3
Version: 2.1.4
Authors@R:
c(person(given = "Thibaut",
family = "Jombart",
Expand Down
2 changes: 1 addition & 1 deletion R/snapclust.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#'
#' @details The method is described in Beugin et al (2018) A fast likelihood
#' solution to the genetic clustering problem. Methods in Ecology and
#' Evolution \url{https://doi.org/10.1111/2041-210X.12968}. A dedicated
#' Evolution \doi{10.1111/2041-210X.12968}. A dedicated
#' tutorial is available by typing \code{adegenetTutorial("snapclust")}.
#'
#' @seealso The function \code{\link{snapclust.choose.k}} to investigate the optimal
Expand Down
2 changes: 1 addition & 1 deletion R/snapclust.choose.k.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#'
#' @details The method is described in Beugin et al (2018) A fast likelihood
#' solution to the genetic clustering problem. Methods in Ecology and
#' Evolution \url{https://doi.org/10.1111/2041-210X.12968}. A dedicated
#' Evolution \doi{10.1111/2041-210X.12968}. A dedicated
#' tutorial is available by typing \code{adegenetTutorial("snapclust")}.
#'
#' @author Thibaut Jombart \email{thibautjombart@@gmail.com}
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<!-- badges: start -->
[![R-CMD-check](https://github.com/thibautjombart/adegenet/workflows/R-CMD-check/badge.svg)](https://github.com/thibautjombart/adegenet/actions)
<!-- badges: start -->
[![R-CMD-check](https://github.com/thibautjombart/adegenet/workflows/R-CMD-check/badge.svg)](https://github.com/thibautjombart/adegenet/actions)

[![Build status](https://ci.appveyor.com/api/projects/status/l7a9k1saqnshakk9/branch/master?svg=true)](https://ci.appveyor.com/project/thibautjombart/adegenet/branch/master)

[![CRAN Status Badge](http://www.r-pkg.org/badges/version/adegenet)](https://cran.r-project.org/package=adegenet)
[![CRAN Status Badge](https://www.r-pkg.org/badges/version/adegenet)](https://cran.r-project.org/package=adegenet)

[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/adegenet)](https://cran.r-project.org/package=adegenet)

[![Downloads from Rstudio mirror](https://cranlogs.r-pkg.org/badges/grand-total/adegenet)](http://www.r-pkg.org/pkg/adegenet)

[![Research software impact](http://depsy.org/api/package/cran/adegenet/badge.svg)](http://depsy.org/package/r/adegenet)
[![Downloads from Rstudio mirror](https://cranlogs.r-pkg.org/badges/grand-total/adegenet)](https://cran.r-project.org/package=adegenet)

<!-- badges: end -->

Expand Down
8 changes: 4 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
This is largely a maintenance update.
This is a maintenance update and fixes the urls giving 301 codes

## Test environments
* local OS X install, R 4.0.0
* ubuntu 14.04 (on travis-ci), R 4.0.0
* local OS X install, R 4.0.1
* ubuntu 20.04 (on GitHub Actions), R 4.0.1
* win-builder (devel and release)

## R CMD check results
Expand Down
2 changes: 1 addition & 1 deletion man/snapclust.Rd

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

2 changes: 1 addition & 1 deletion man/snapclust.choose.k.Rd

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

0 comments on commit e03d873

Please sign in to comment.