Skip to content

Commit

Permalink
fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarayon committed Jun 3, 2019
1 parent 5180cb7 commit 74a9cab
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 5 deletions.
Empty file modified .Rbuildignore
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions DESCRIPTION
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: IDGF
Title: IDGF
Title: Indice Diatomique de Guyane Française
Version: 1.0.000
Authors@R: person("David", "Carayon", email = "[email protected]", role = c("aut", "cre"))
Description: Fonctions permettant le calcul de l'IDGF.
Description: Package contenant les fonctions essentielles pour l'évaluation de l'état écologique des cours d'eau de Guyane basée sur les diatomées.
Depends: R (>= 3.4.0)
License: GPL-3
Encoding: UTF-8
Expand Down
Empty file modified IDGF.Rproj
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified NAMESPACE
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion R/IDGF.R
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ IDGF <- function(df) {

cat("1/4 : Vérification des données\n")


# Test unitaires

if(sum(!class(df) %in% c("tbl_df","tbl","data.frame")) > 0) {
Expand Down
Empty file modified R/data.R
100644 → 100755
Empty file.
Empty file modified R/radar_IDGF.R
100644 → 100755
Empty file.
Empty file modified R/sysdata.rda
100644 → 100755
Empty file.
Empty file modified R/utilities.R
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion README.Rmd
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ termes de la GNU General Public License (GPL) telle que publiée par la Free Sof

## Installation

En attendant son déploiement sur le CRAN, ce package peut être installé manuellement ou par la commande suivant (nécessite une connexion internet) :
En attendant son déploiement sur le CRAN, ce package peut être installé manuellement ou par la commande suivante (nécessite une connexion internet) :

``` r
if (!require(devtools)){install.packages("devtools")}
Expand Down
2 changes: 1 addition & 1 deletion README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ HER) pour tout utilisateur initié à R.
## Installation

En attendant son déploiement sur le CRAN, ce package peut être installé
manuellement ou par la commande suivant (nécessite une connexion
manuellement ou par la commande suivante (nécessite une connexion
internet) :

``` r
Expand Down
Empty file modified data/taxa.GF.rda
100644 → 100755
Empty file.
Empty file modified man/Diagnostic_IDGF.Rd
100644 → 100755
Empty file.
Empty file modified man/IDGF.Rd
100644 → 100755
Empty file.
Empty file modified man/figures/README-unnamed-chunk-6-1.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified man/figures/README-unnamed-chunk-6-2.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified man/taxa.GF.Rd
100644 → 100755
Empty file.

0 comments on commit 74a9cab

Please sign in to comment.