Skip to content

Commit cd61734

Browse files
Changing name of the package
1 parent 717148a commit cd61734

6 files changed

+10
-10
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Type: Package
2-
Package: watervalues
2+
Package: antaresWaterValues
33
Title: Generating water values for Antares
44
Version: 0.3.0
55
Author: Dhia Gharsallaoui

NEWS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# watervalues v2 [august 2023]
1+
# antaresWaterValues v2 [august 2023]
22

33
## Major changes
44

@@ -13,6 +13,6 @@
1313

1414

1515

16-
# watervalues v1 [april 2023]
16+
# antaresWaterValues v1 [april 2023]
1717

1818
* Initial version of the package

README.Rmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ knitr::opts_chunk$set(
1313

1414
# ![](inst/images/antares_simulator.png){width="250"}
1515

16-
# Watervalues
16+
# antaresWaterValues
1717

1818
The R package watervalues allows to :
1919

@@ -31,15 +31,15 @@ You can install the package from [GitHub](https://github.com/) with:
3131

3232
``` r
3333
# install.packages("devtools")
34-
devtools::install_github("rte-antares-rpackage/antaresWaterValues@light_version", build_vignettes = TRUE)
34+
devtools::install_github("rte-antares-rpackage/antaresWaterValues", build_vignettes = TRUE)
3535
```
3636

3737
To install all the package dependencies you can run the script `inst/dependencies.R`
3838

3939
## Using the Shiny app
4040

4141
```{r}
42-
library(watervalues)
42+
library(antaresWaterValues)
4343
```
4444

4545
Now we are ready to use our package.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# <img src="inst/images/antares_simulator.png" width="250" />
33

4-
# Watervalues
4+
# antaresWaterValues
55

66
The R package watervalues allows to :
77

@@ -19,7 +19,7 @@ You can install the package from [GitHub](https://github.com/) with:
1919

2020
``` r
2121
# install.packages("devtools")
22-
devtools::install_github("rte-antares-rpackage/antaresWaterValues@light_version", build_vignettes = TRUE)
22+
devtools::install_github("rte-antares-rpackage/antaresWaterValues", build_vignettes = TRUE)
2323
```
2424

2525
To install all the package dependencies you can run the script
@@ -28,7 +28,7 @@ To install all the package dependencies you can run the script
2828
## Using the Shiny app
2929

3030
``` r
31-
library(watervalues)
31+
library(antaresWaterValues)
3232
#> Le chargement a nécessité le package : data.table
3333
#> Le chargement a nécessité le package : shiny
3434
#> Le chargement a nécessité le package : shinyBS
File renamed without changes.

man/runWaterValuesSimulation.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)