Skip to content

Commit

Permalink
prepare for CRAN
Browse files Browse the repository at this point in the history
and rebuild website
  • Loading branch information
privefl committed Sep 24, 2024
1 parent 7e1983b commit 7926107
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: pcadapt
Type: Package
Title: Fast Principal Component Analysis for Outlier Detection
Version: 4.4.0
Date: 2024-04-15
Date: 2024-09-24
Authors@R: c(
person("Keurcien", "Luu", role = "aut"),
person("Michael", "Blum", role = "aut"),
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# pcadapt

<!-- badges: start -->
[![DOI](https://zenodo.org/badge/doi/10.1093/molbev/msaa053.svg)](https://doi.org/10.1093/molbev/msaa053)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/pcadapt)](https://cran.r-project.org/package=pcadapt)
[![CRAN status](https://www.r-pkg.org/badges/version/pcadapt)](https://CRAN.R-project.org/package=pcadapt)
[![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)
<!-- badges: end -->

R package {pcadapt} has been developed to detect genetic markers involved in biological adaptation.
# pcadapt

R package {pcadapt} was developed to detect genetic markers involved in biological adaptation.
This package uses statistical tools for outlier detection based on Principal Component Analysis (PCA).

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

**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.
**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).


## Installation
Expand Down
16 changes: 8 additions & 8 deletions docs/articles/pcadapt.html

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

Binary file modified docs/articles/pcadapt_files/figure-html/unnamed-chunk-10-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 docs/articles/pcadapt_files/figure-html/unnamed-chunk-8-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 docs/articles/pcadapt_files/figure-html/unnamed-chunk-9-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions docs/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pkgdown: 2.0.6
pkgdown_sha: ~
articles:
pcadapt: pcadapt.html
last_built: 2024-04-15T13:03Z
last_built: 2024-09-24T12:48Z

1 change: 0 additions & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
PKG_CPPFLAGS = -I../inst/include -DARMA_DONT_PRINT_OPENMP_WARNING -DSTRICT_R_HEADERS
CXX_STD = CXX11

0 comments on commit 7926107

Please sign in to comment.