Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Jul 30, 2024
1 parent 5b50712 commit 371a812
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 36 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dimensio
Title: Multivariate Data Analysis
Version: 0.8.0.9000
Version: 0.8.1
Authors@R: c(
person("Nicolas", "Frerebeau", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")),
Expand Down Expand Up @@ -43,7 +43,7 @@ VignetteBuilder:
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Collate:
'AllClasses.R'
'AllGenerics.R'
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# dimensio 0.8.0.9000
# dimensio 0.8.1
## Internals
* Use palette functions from **khroma**.

# dimensio 0.8.0
## Enhancements
Expand Down
2 changes: 1 addition & 1 deletion R/dimensio-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#' \tabular{ll}{
#' **Package:** \tab dimensio \cr
#' **Type:** \tab Package \cr
#' **Version:** \tab 0.8.0 \cr
#' **Version:** \tab 0.8.1 \cr
#' **License:** \tab GPL-3 \cr
#' **Zenodo:** \tab \doi{10.5281/zenodo.4478530} \cr
#' }
Expand Down
7 changes: 1 addition & 6 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ remotes::install_github("tesselle/dimensio")
## Usage

```{r packages-load}
## Install extra packages (if needed)
# install.packages("khroma") # Color schemes
## Load packages
## Load package
library(dimensio)
```

Expand Down Expand Up @@ -114,7 +111,6 @@ biplot(X, type = "form")
viz_individuals(
x = X,
highlight = iris$Species,
symbol = 16,
color = c("#004488", "#DDAA33", "#BB5566")
)
## Add ellipses
Expand All @@ -131,7 +127,6 @@ viz_individuals(
highlight = iris$Petal.Length,
color = khroma::color("iridescent")(255),
size = c(1, 2),
symbol = 16
)
```

Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To cite dimensio in publications use:

Frerebeau N (2024). *dimensio: Multivariate Data Analysis*. Université
Bordeaux Montaigne, Pessac, France. <doi:10.5281/zenodo.4478530>
<https://doi.org/10.5281/zenodo.4478530>, R package version 0.8.0,
<https://doi.org/10.5281/zenodo.4478530>, R package version 0.8.1,
<https://packages.tesselle.org/dimensio/>.

This package is a part of the tesselle project
Expand All @@ -82,10 +82,7 @@ remotes::install_github("tesselle/dimensio")
## Usage

``` r
## Install extra packages (if needed)
# install.packages("khroma") # Color schemes

## Load packages
## Load package
library(dimensio)
```

Expand Down Expand Up @@ -145,7 +142,6 @@ biplot(X, type = "form")
viz_individuals(
x = X,
highlight = iris$Species,
symbol = 16,
color = c("#004488", "#DDAA33", "#BB5566")
)
## Add ellipses
Expand All @@ -162,7 +158,6 @@ viz_individuals(
highlight = iris$Petal.Length,
color = khroma::color("iridescent")(255),
size = c(1, 2),
symbol = 16
)
```

Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Test environments
* Local R installation: R 4.3.3
* Local R installation: R 4.4.1
* Ubuntu (on GitHub Actions): R devel, release, oldrel
* Windows (on GitHub Actions and win-builder): R devel, release, oldrel
* MacOS (on GitHub Actions): R release
Expand Down
2 changes: 1 addition & 1 deletion man/dimensio-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-biplot-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-plot-var-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 18 additions & 17 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
# Platform

|field |value |
|:--------|:------------------------------------------------------------------------------------|
|version |R version 4.4.0 (2024-04-24) |
|os |Ubuntu 22.04.4 LTS |
|system |x86_64, linux-gnu |
|ui |RStudio |
|language |(EN) |
|collate |fr_FR.UTF-8 |
|ctype |fr_FR.UTF-8 |
|tz |Europe/Paris |
|date |2024-06-07 |
|rstudio |2024.04.1+748 Chocolate Cosmos (desktop) |
|pandoc |3.1.11 @ /usr/lib/rstudio/resources/app/bin/quarto/bin/tools/x86_64/ (via rmarkdown) |
|field |value |
|:--------|:----------------------------------------|
|version |R version 4.4.1 (2024-06-14) |
|os |Ubuntu 22.04.4 LTS |
|system |x86_64, linux-gnu |
|ui |RStudio |
|language |(EN) |
|collate |fr_FR.UTF-8 |
|ctype |fr_FR.UTF-8 |
|tz |Europe/Paris |
|date |2024-07-30 |
|rstudio |2024.04.2+764 Chocolate Cosmos (desktop) |
|pandoc |NA |

# Dependencies

|package |old |new |Δ |
|:--------|:-----|:-----|:--|
|dimensio |0.7.0 |0.8.0 |* |
|arkhe |1.6.0 |1.6.0 | |
|package |old |new |Δ |
|:--------|:-----|:------|:--|
|dimensio |0.8.0 |0.8.1 |* |
|arkhe |1.7.0 |1.7.0 | |
|khroma |NA |1.13.0 |* |

# Revdeps

0 comments on commit 371a812

Please sign in to comment.