From 52537fd3db7173e69ff0bd4a5f04aba7fc1f4ab9 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 18 May 2020 18:19:44 +0100 Subject: [PATCH] links --- README.Rmd | 2 +- README.md | 2 +- vignettes/set6.rmd | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.Rmd b/README.Rmd index 69ee4dc4..3f2df651 100644 --- a/README.Rmd +++ b/README.Rmd @@ -13,7 +13,7 @@ set.seed(42) ![R CMD Check via {tic}](https://github.com/xoopR/set6/workflows/R%20CMD%20Check%20via%20%7Btic%7D/badge.svg?branch=master) [![codecov](https://codecov.io/gh/xoopR/set6/branch/master/graph/badge.svg)](https://codecov.io/gh/xoopR/set6) -[![Repo Status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/badges/latest/active) +[![Repo Status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![Lifecycle Badge](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://img.shields.io/badge/lifecycle-maturing-blue) [![CRAN Status Badge](https://www.r-pkg.org/badges/version-ago/set6)](https://cran.r-project.org/package=set6) [![CRAN Checks](https://cranchecks.info/badges/summary/set6)](https://cran.r-project.org/web/checks/check_results_set6.html) diff --git a/README.md b/README.md index ae054fcf..239b9e98 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ set6 {tic}](https://github.com/xoopR/set6/workflows/R%20CMD%20Check%20via%20%7Btic%7D/badge.svg?branch=master) [![codecov](https://codecov.io/gh/xoopR/set6/branch/master/graph/badge.svg)](https://codecov.io/gh/xoopR/set6) [![Repo -Status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/badges/latest/active) +Status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![Lifecycle Badge](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://img.shields.io/badge/lifecycle-maturing-blue) [![CRAN Status diff --git a/vignettes/set6.rmd b/vignettes/set6.rmd index 38311181..e9723d23 100644 --- a/vignettes/set6.rmd +++ b/vignettes/set6.rmd @@ -8,7 +8,7 @@ vignette: > \usepackage[utf8]{inputenc} --- -set6 is an object-oriented interface for constructing and manipulating mathematical sets using R6. set6 allows a variety of mathematical sets, including Sets, Tuple, Intervals and Fuzzy variants; there are also Conditional sets for creating sets out of complex logical instructions. A full set of tutorials can be found [here](https://raphaels1.github.io/set6/). In this introductory vignette we briefly demonstrate how to construct a set, access its properties and traits, and some basic algebra of sets. +set6 is an object-oriented interface for constructing and manipulating mathematical sets using R6. set6 allows a variety of mathematical sets, including Sets, Tuple, Intervals and Fuzzy variants; there are also Conditional sets for creating sets out of complex logical instructions. A full set of tutorials can be found [here](https://xoopR.github.io/set6/). In this introductory vignette we briefly demonstrate how to construct a set, access its properties and traits, and some basic algebra of sets. Before we get started note that by default `set6` uses unicode for printing representations of sets. Whilst this is preferred for neater printing, some machines, operating systems, or R versions may not behave as expected when printing unicode and therefore we allow the option to turn this off. @@ -222,6 +222,6 @@ p$contains(Tuple$new(2, 4)) ## Going Forward -`set6` is still in its early stages and the API is considered to be maturing, this means that whilst no big changes are expected to the design, minor ones can be expected. `set6` will be considered to be in its version 1 once all methods and fields are finalised (some are missing from wrappers), and when the code has been refactored to be more efficient. See [the website](https://raphaels1.github.io/set6/) for more tutorials and -follow/star on [GitHub](https://github.com/RaphaelS1/set6) for updates. +`set6` is still in its early stages and the API is considered to be maturing, this means that whilst no big changes are expected to the design, minor ones can be expected. `set6` will be considered to be in its version 1 once all methods and fields are finalised (some are missing from wrappers), and when the code has been refactored to be more efficient. See [the website](https://xoopR.github.io/set6/) for more tutorials and +follow/star on [GitHub](https://github.com/xoopR/set6) for updates.