Skip to content

Commit 863dc25

Browse files
committed
2 parents 47c32f4 + 004fa4c commit 863dc25

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

R/zzz.r

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525

2626
#############
2727
#############
28-
.noGenerics <- TRUE
28+
## .noGenerics <- TRUE
2929

30-
.onLoad <- function(libname, pkgname)
31-
{
32-
library.dynam("Sim.DiffProc", pkgname, libname, local = FALSE)
33-
}
30+
## .onLoad <- function(libname, pkgname)
31+
## {
32+
## library.dynam("Sim.DiffProc", pkgname, libname, local = FALSE)
33+
## }
3434

35-
.onUnload <- function(libpath) {
36-
library.dynam.unload("Sim.DiffProc", libpath)
37-
}
35+
## .onUnload <- function(libpath) {
36+
## library.dynam.unload("Sim.DiffProc", libpath)
37+
## }
3838

3939
# .onAttach <- function(libname, pkgname) {
4040
# packageStartupMessage(paste0("This is package 'Sim.DiffProc', v",packageVersion(pkgname)));
@@ -43,4 +43,4 @@
4343
.onAttach <- function(library, pkg) {
4444
packageStartupMessage("Package 'Sim.DiffProc', version 4.2\nbrowseVignettes('Sim.DiffProc') for more informations.")
4545
invisible()
46-
}
46+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ To cite package 'Sim.DiffProc' in publications use:
7979

8080
Arsalane Chouaib Guidoum and Kamal Boukhetala (2018).
8181
Sim.DiffProc: Simulation of Diffusion Processes.R package
82-
version 4.1.https://cran.r-project.org/package=Sim.DiffProc
82+
version 4.2.https://cran.r-project.org/package=Sim.DiffProc
8383

8484
A BibTeX entry for LaTeX users is
8585

0 commit comments

Comments
 (0)