Skip to content

Commit 7926107

Browse files
committed
prepare for CRAN
and rebuild website
1 parent 7e1983b commit 7926107

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: pcadapt
22
Type: Package
33
Title: Fast Principal Component Analysis for Outlier Detection
44
Version: 4.4.0
5-
Date: 2024-04-15
5+
Date: 2024-09-24
66
Authors@R: c(
77
person("Keurcien", "Luu", role = "aut"),
88
person("Michael", "Blum", role = "aut"),

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# pcadapt
2-
31
<!-- badges: start -->
42
[![DOI](https://zenodo.org/badge/doi/10.1093/molbev/msaa053.svg)](https://doi.org/10.1093/molbev/msaa053)
5-
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/pcadapt)](https://cran.r-project.org/package=pcadapt)
3+
[![CRAN status](https://www.r-pkg.org/badges/version/pcadapt)](https://CRAN.R-project.org/package=pcadapt)
64
[![R-CMD-check](https://github.com/bcm-uga/pcadapt/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/bcm-uga/pcadapt/actions/workflows/R-CMD-check.yaml)
75
<!-- badges: end -->
86

9-
R package {pcadapt} has been developed to detect genetic markers involved in biological adaptation.
7+
# pcadapt
8+
9+
R package {pcadapt} was developed to detect genetic markers involved in biological adaptation.
1010
This package uses statistical tools for outlier detection based on Principal Component Analysis (PCA).
1111

1212
A tutorial for {pcadapt} is available on [pcadapt's website](https://bcm-uga.github.io/pcadapt/articles/pcadapt.html).
1313

14-
**News:** A new paper is finally out describing version 4 of pcadapt (which has been available for quite some time now). Please cite the new paper.
14+
**News:** Our paper describing version 4 of pcadapt (which has been available for quite some time now) is out. Please cite the newest paper (see Refs below).
1515

1616

1717
## Installation

docs/articles/pcadapt.html

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-205 Bytes
Loading
46 Bytes
Loading
15 Bytes
Loading

docs/index.html

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pkgdown: 2.0.6
33
pkgdown_sha: ~
44
articles:
55
pcadapt: pcadapt.html
6-
last_built: 2024-04-15T13:03Z
6+
last_built: 2024-09-24T12:48Z
77

src/Makevars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
22
PKG_CPPFLAGS = -I../inst/include -DARMA_DONT_PRINT_OPENMP_WARNING -DSTRICT_R_HEADERS
3-
CXX_STD = CXX11

0 commit comments

Comments
 (0)