From aaaa6077d57cff886d494bf48671c93cd07581d9 Mon Sep 17 00:00:00 2001 From: Kevin Cazelles Date: Fri, 21 Jun 2019 15:59:58 -0400 Subject: [PATCH] release v.0.2.0 :bookmark: --- DESCRIPTION | 4 +-- News.md | 3 +- README.md | 6 ---- docs/LICENSE-text.html | 2 +- docs/News.html | 11 +++---- docs/articles/index.html | 2 +- docs/articles/overview.html | 38 ++++++++++++------------ docs/authors.html | 6 ++-- docs/index.html | 25 ++++++---------- docs/reference/addURL.html | 2 +- docs/reference/addWebIcon.html | 2 +- docs/reference/adjustString.html | 2 +- docs/reference/aggregateCol.html | 2 +- docs/reference/applyString.html | 2 +- docs/reference/assignClass2df.html | 2 +- docs/reference/assignIds.html | 2 +- docs/reference/categorize.html | 2 +- docs/reference/dfTemplate.html | 2 +- docs/reference/duplicateRow.html | 2 +- docs/reference/findRef.html | 2 +- docs/reference/findReplace.html | 2 +- docs/reference/findThem.html | 2 +- docs/reference/gaussianShape.html | 2 +- docs/reference/getDigits.html | 2 +- docs/reference/inSilecoMisc-package.html | 2 +- docs/reference/index.html | 2 +- docs/reference/keepWords.html | 2 +- docs/reference/logistic.html | 2 +- docs/reference/loremIpsum.html | 2 +- docs/reference/meanAlong.html | 2 +- docs/reference/multiMatch.html | 2 +- docs/reference/packagesUsed.html | 2 +- docs/reference/readYamlHeader.html | 2 +- docs/reference/scaleWithin.html | 2 +- docs/reference/setColClass.html | 2 +- docs/reference/signifSymbols.html | 2 +- docs/reference/squaretize.html | 2 +- docs/reference/substrBib.html | 2 +- docs/reference/whichIs.html | 2 +- docs/reference/wordCount.html | 2 +- index.Rmd | 34 --------------------- 41 files changed, 74 insertions(+), 119 deletions(-) delete mode 100644 index.Rmd diff --git a/DESCRIPTION b/DESCRIPTION index d0b634e..6c1ae9d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: inSilecoMisc Title: inSileco Miscellaneous Functions -Date: 2019-01-30 -Version: 0.1.3.9000 +Date: 2019-06-21 +Version: 0.2.0 Authors@R: c( person("Kevin", "Cazelles", email = "kcazelle@uoguelph.ca", comment = c(ORCID = "0000-0001-6619-9874"), role = c("aut", "cre")), person("David", "Beauchesne", role = c("aut")), diff --git a/News.md b/News.md index 4de9715..42db014 100644 --- a/News.md +++ b/News.md @@ -1,8 +1,9 @@ -# inSilecoMisc 0.1.3.9000 +# inSilecoMisc 0.2.0 ## Changes in documentation :pencil: - README simplified +- Major cleaning up ## Changes in functions :gear: diff --git a/README.md b/README.md index 0451ed7..8832146 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,3 @@ The current development is on GitHub and easy to install with the if (!require("remotes")) install.packages("remotes") remotes::install_github("inSileco/inSilecoMisc") ``` - - - -## Tout-doux list - -- [ ] [inSileco](https://insileco.github.io/) members, a short but useful function you often use? Well, you can add it to this repo :stuck_out_tongue_winking_eye:; diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 85da5c8..f8d71a3 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -60,7 +60,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/News.html b/docs/News.html index 85b1b53..84b8018 100644 --- a/docs/News.html +++ b/docs/News.html @@ -6,7 +6,7 @@ -inSilecoMisc 0.1.3.9000 • inSilecoMisc +inSilecoMisc 0.2.0 • inSilecoMisc @@ -30,7 +30,7 @@ - + @@ -60,7 +60,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 @@ -108,17 +108,18 @@
-
+

Changes in documentation 📝

  • README simplified
  • +
  • Major cleaning up
diff --git a/docs/articles/index.html b/docs/articles/index.html index a25bc10..0eec799 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -60,7 +60,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0
diff --git a/docs/articles/overview.html b/docs/articles/overview.html index 3865f8c..8c51187 100644 --- a/docs/articles/overview.html +++ b/docs/articles/overview.html @@ -30,7 +30,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0
@@ -170,25 +170,25 @@

spl <- sample(vec) whichIs(vec, spl) R>> [[1]] -R>> [1] 3 +R>> [1] 4 R>> R>> [[2]] -R>> [1] 7 +R>> [1] 1 R>> R>> [[3]] -R>> [1] 1 +R>> [1] 6 R>> R>> [[4]] R>> [1] 2 R>> R>> [[5]] -R>> [1] 5 +R>> [1] 3 R>> R>> [[6]] -R>> [1] 6 +R>> [1] 7 R>> R>> [[7]] -R>> [1] 4 +R>> [1] 5 id <- unlist(whichIs(vec, spl)) spl[id] R>> [1] "A" "B" "C" "D" "E" "F" "G"

@@ -213,16 +213,16 @@

Assign a category

+R>> [1] 10 6 9 4 10 8 4 1 4 3 3 9 6 2 1 7 9 5 10 5 5 2 2 +R>> [24] 2 10 8 1 2 6 3 5 8 2 3 3 10 2 9 6 3

@@ -247,11 +247,11 @@

+R>> $ V1: num 0.838 0.657 0.124 0.971 0.186 ... +R>> $ V2: chr "0.29" "0.4309" "0.2475" "0.3997" ...

diff --git a/docs/authors.html b/docs/authors.html index 4be074b..272dee4 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -60,7 +60,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0

@@ -114,13 +114,13 @@

Citation

Cazelles K, Team i (2019). inSilecoMisc: Miscellaneous functions on the inSileco team. -R package version 0.1.3.9000, https://github.com/inSileco/letiRmisc. +R package version 0.2.0, https://github.com/inSileco/letiRmisc.

@Manual{,
   title = {{inSilecoMisc}: Miscellaneous functions on the inSileco team},
   author = {Kevin Cazelles and inSileco Team},
   year = {2019},
-  note = {R package version 0.1.3.9000},
+  note = {R package version 0.2.0},
   url = {https://github.com/inSileco/letiRmisc},
 }
diff --git a/docs/reference/adjustString.html b/docs/reference/adjustString.html index f41aa48..b3f32a6 100644 --- a/docs/reference/adjustString.html +++ b/docs/reference/adjustString.html @@ -64,7 +64,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/aggregateCol.html b/docs/reference/aggregateCol.html index 2cb051e..363d9f7 100644 --- a/docs/reference/aggregateCol.html +++ b/docs/reference/aggregateCol.html @@ -63,7 +63,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/applyString.html b/docs/reference/applyString.html index bb6343b..c009747 100644 --- a/docs/reference/applyString.html +++ b/docs/reference/applyString.html @@ -63,7 +63,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/assignClass2df.html b/docs/reference/assignClass2df.html index ac15ca0..81c08a3 100644 --- a/docs/reference/assignClass2df.html +++ b/docs/reference/assignClass2df.html @@ -64,7 +64,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/assignIds.html b/docs/reference/assignIds.html index 17e3aab..f8e334f 100644 --- a/docs/reference/assignIds.html +++ b/docs/reference/assignIds.html @@ -65,7 +65,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/categorize.html b/docs/reference/categorize.html index e4fc5f6..4ebb1d3 100644 --- a/docs/reference/categorize.html +++ b/docs/reference/categorize.html @@ -64,7 +64,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/dfTemplate.html b/docs/reference/dfTemplate.html index 1bd4771..a6970e3 100644 --- a/docs/reference/dfTemplate.html +++ b/docs/reference/dfTemplate.html @@ -66,7 +66,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/duplicateRow.html b/docs/reference/duplicateRow.html index f87955b..7e0374a 100644 --- a/docs/reference/duplicateRow.html +++ b/docs/reference/duplicateRow.html @@ -63,7 +63,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/findRef.html b/docs/reference/findRef.html index f7724eb..08edaad 100644 --- a/docs/reference/findRef.html +++ b/docs/reference/findRef.html @@ -63,7 +63,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/findReplace.html b/docs/reference/findReplace.html index ce3be1b..874584a 100644 --- a/docs/reference/findReplace.html +++ b/docs/reference/findReplace.html @@ -63,7 +63,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/findThem.html b/docs/reference/findThem.html index 211cd09..9470e1e 100644 --- a/docs/reference/findThem.html +++ b/docs/reference/findThem.html @@ -65,7 +65,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/gaussianShape.html b/docs/reference/gaussianShape.html index 84fd951..9b2b277 100644 --- a/docs/reference/gaussianShape.html +++ b/docs/reference/gaussianShape.html @@ -64,7 +64,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/getDigits.html b/docs/reference/getDigits.html index 2083912..d9d562a 100644 --- a/docs/reference/getDigits.html +++ b/docs/reference/getDigits.html @@ -64,7 +64,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/inSilecoMisc-package.html b/docs/reference/inSilecoMisc-package.html index b88ee20..40ee766 100644 --- a/docs/reference/inSilecoMisc-package.html +++ b/docs/reference/inSilecoMisc-package.html @@ -65,7 +65,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/index.html b/docs/reference/index.html index 8163e50..3e1bcbe 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -60,7 +60,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/keepWords.html b/docs/reference/keepWords.html index 508a23b..cd2b53a 100644 --- a/docs/reference/keepWords.html +++ b/docs/reference/keepWords.html @@ -64,7 +64,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/logistic.html b/docs/reference/logistic.html index cb3398d..560ca0a 100644 --- a/docs/reference/logistic.html +++ b/docs/reference/logistic.html @@ -63,7 +63,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/loremIpsum.html b/docs/reference/loremIpsum.html index 746feb1..7074c6c 100644 --- a/docs/reference/loremIpsum.html +++ b/docs/reference/loremIpsum.html @@ -63,7 +63,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/meanAlong.html b/docs/reference/meanAlong.html index d5332f3..8d9acff 100644 --- a/docs/reference/meanAlong.html +++ b/docs/reference/meanAlong.html @@ -63,7 +63,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/multiMatch.html b/docs/reference/multiMatch.html index 6d9eb59..8f04c51 100644 --- a/docs/reference/multiMatch.html +++ b/docs/reference/multiMatch.html @@ -63,7 +63,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/packagesUsed.html b/docs/reference/packagesUsed.html index 1dd9afc..a9018f6 100644 --- a/docs/reference/packagesUsed.html +++ b/docs/reference/packagesUsed.html @@ -63,7 +63,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/readYamlHeader.html b/docs/reference/readYamlHeader.html index 1de8513..8e0e450 100644 --- a/docs/reference/readYamlHeader.html +++ b/docs/reference/readYamlHeader.html @@ -63,7 +63,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/scaleWithin.html b/docs/reference/scaleWithin.html index 66d289d..0d8a553 100644 --- a/docs/reference/scaleWithin.html +++ b/docs/reference/scaleWithin.html @@ -64,7 +64,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/setColClass.html b/docs/reference/setColClass.html index 0667e29..68501c9 100644 --- a/docs/reference/setColClass.html +++ b/docs/reference/setColClass.html @@ -64,7 +64,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/signifSymbols.html b/docs/reference/signifSymbols.html index 32147eb..6c6b54c 100644 --- a/docs/reference/signifSymbols.html +++ b/docs/reference/signifSymbols.html @@ -65,7 +65,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/squaretize.html b/docs/reference/squaretize.html index b683be1..8689b90 100644 --- a/docs/reference/squaretize.html +++ b/docs/reference/squaretize.html @@ -64,7 +64,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/substrBib.html b/docs/reference/substrBib.html index 49a6942..b2f0d6c 100644 --- a/docs/reference/substrBib.html +++ b/docs/reference/substrBib.html @@ -63,7 +63,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/whichIs.html b/docs/reference/whichIs.html index 6e4450e..bef5c9f 100644 --- a/docs/reference/whichIs.html +++ b/docs/reference/whichIs.html @@ -63,7 +63,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/docs/reference/wordCount.html b/docs/reference/wordCount.html index 9a2d4f4..f90b395 100644 --- a/docs/reference/wordCount.html +++ b/docs/reference/wordCount.html @@ -63,7 +63,7 @@ inSilecoMisc - 0.1.3.9000 + 0.2.0 diff --git a/index.Rmd b/index.Rmd deleted file mode 100644 index 889f22f..0000000 --- a/index.Rmd +++ /dev/null @@ -1,34 +0,0 @@ -# inSilecoMisc - -[![Build Status](https://travis-ci.org/inSileco/inSilecoMisc.svg?branch=master)](https://travis-ci.org/inSileco/inSilecoMisc) -[![Build status](https://ci.appveyor.com/api/projects/status/rskiyadk6urmsrox/branch/master?svg=true)](https://ci.appveyor.com/project/KevCaz/insilecomisc/branch/master) -[![codecov](https://codecov.io/gh/inSileco/inSilecoMisc/branch/master/graph/badge.svg)](https://codecov.io/gh/inSileco/inSilecoMisc) - - - -## About - -### Description - -The *inSilecoMisc* package is a set of useful R functions created to ease some -operations we often do. -Functions here are written to be used with base may already be available in other -packages (especially in packages of the [tidyverse](https://www.tidyverse.org/)). - -So far, we do not intend to release this package on the CRAN. If you however -find one of these functions useful and intend to use it in your own package, -help yourself! - -Note that functions' names are written using Camel case (*e.g.* `keepWords()`). - - -## Installation - -To get the current development version from Github, use the -[*devtools*](http://cran.r-project.org/web/packages/devtools/index.html) package -like so: - -```{r eval = FALSE} -if (!require("devtools")) install.packages("devtools") -devtools::install_github("inSileco/inSilecoMisc") -```