Skip to content

Commit 96ac174

Browse files
update version -- prepare 1.0.0
1 parent dbc0c82 commit 96ac174

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: ESGtoolkit
22
Type: Package
33
Title: Toolkit for Monte Carlo Simulations
4-
Version: 0.6.1
5-
Date: 2023-09-22
4+
Version: 0.6.2
5+
Date: 2023-10-01
66
Authors@R: c(
77
person("T.", "Moudiki", , "thierry.moudiki@gmail.com", role = c("aut", "cre")
88
)

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# version 0.6.2
2+
3+
- **Important:** Starting with 1.0.0, the next version, it will be renamed as: 'esgtoolkit' (to finally remove all my active packages from CRAN)
4+
15
# version 0.6.0
26

37
- include hermite cubic spline and Smith-Wilson methods for curve interpolation

R/zzz.R

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#.onAttach <- function(lib, pkg) {
2-
#packageStartupMessage(
3-
# ".\n")
4-
#}
5-
6-
7-
.onLoad <- function(libname, pkgname) {
8-
9-
}
1+
.onAttach <- function(libname, pkgname) {
2+
packageStartupMessage(
3+
"\n \n This is version ",
4+
utils::packageVersion(pkgname),
5+
" of ",
6+
pkgname,
7+
". Starting with 1.0.0, the next version, it will be renamed as: 'esgtoolkit' (to finally remove all my active packages from CRAN) \n \n "
8+
)
9+
}

0 commit comments

Comments
 (0)