Skip to content

Commit 2d3409d

Browse files
committed
version 4.2
2 parents a1f0012 + 598f777 commit 2d3409d

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Author: Arsalane Chouaib Guidoum [cre, aut],
1414
Maintainer: Arsalane Chouaib Guidoum <[email protected]>
1515
Depends: R (>= 2.15.1)
1616
Imports: Deriv (>= 3.8.0), MASS (>= 7.3-30), parallel
17-
Suggests: deSolve (>= 1.11), knitr (>= 1.10), rgl (>= 0.93.991), scatterplot3d (>= 0.3-36), sm (>= 2.2-5.3)
17+
Suggests: deSolve (>= 1.11), knitr (>= 1.10), rgl (>= 0.93.991), rmarkdown (>= 0.8), scatterplot3d (>= 0.3-36), sm (>= 2.2-5.3)
1818
BugReports: https://github.com/acguidoum/Sim.DiffProc/issues
1919
URL: https://github.com/acguidoum/Sim.DiffProc
2020
VignetteBuilder: knitr

R/zzz.r

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
#############
2828
## .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+
# if (!interactive()) options(rgl.useNULL = TRUE)
33+
# }
3434

3535
## .onUnload <- function(libpath) {
3636
## library.dynam.unload("Sim.DiffProc", libpath)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![minimal R version](https://img.shields.io/badge/R%3E%3D-2.15.1-blue.svg?style=flat-plastic)](https://cran.r-project.org/)
1212

1313
------------------------------------------------------------------------
14-
![Github](https://img.shields.io/badge/Github-4.2(at:2018.10.15)-blue.svg)
14+
![Github](https://img.shields.io/badge/Github-4.2(at:2018.10.17)-blue.svg)
1515
![](http://www.r-pkg.org/badges/version-last-release/Sim.DiffProc?color=blue) [![Rdoc](http://www.rdocumentation.org/badges/version/Sim.DiffProc)](http://www.rdocumentation.org/packages/Sim.DiffProc)
1616

1717

@@ -100,7 +100,7 @@ Please send comments, error reports, etc. to the author via the addresses email.
100100
References
101101
----------
102102

103-
1. Guidoum AC, Boukhetala K (2017). Performing Parallel Monte Carlo and Moment Equations Methods for Ito and Stratonovich Stochastic Differential Systems: R Package Sim.DiffProc. Preprint submitted to Journal of Statistical Software.
103+
1. Guidoum AC, Boukhetala K (2018). Performing Parallel Monte Carlo and Moment Equations Methods for Itô and Stratonovich Stochastic Differential Systems: R Package Sim.DiffProc. Preprint submitted to Journal of Statistical Software.
104104

105105
2. Guidoum AC, Boukhetala K (2018). Sim.DiffProc: Simulation of Diffusion Processes. R package version 4.2, URL https://cran.r-project.org/package=Sim.DiffProc.
106106

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DO NOT CHANGE the "init" and "install" sections below
2-
# Download script file from GitHub
2+
# Download script file from GitHub
33
init:
44
ps: |
55
$ErrorActionPreference = "Stop"

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
comment: false
1+
comment: false

demo/Sim.DiffProc.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Fri Sep 15 23:08:50 2017
1+
## Wed Oct 17 12:16:40 2018
22
options(prompt="R> ",scipen=20,digits=5,scientific = 5,width = 70,warning=FALSE, message=FALSE)
33
############################################################################
44
# Demo 1 #

man/Sim.DiffProc-package.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Date: \tab 2018-10-17 \cr
2121
License: \tab GPL (>= 2) \cr
2222
Depends: \tab R (>= 2.15.1) \cr
2323
Imports: \tab Deriv (>= 3.8.0), MASS (>= 7.3-30), parallel \cr
24-
Suggests: \tab deSolve (>= 1.11), knitr (>= 1.10), rgl (>= 0.93.991), scatterplot3d (>= 0.3-36), sm (>= 2.2-5.3) \cr
24+
Suggests: \tab deSolve (>= 1.11), knitr (>= 1.10), rgl (>= 0.93.991), rmarkdown (>= 0.8), scatterplot3d (>= 0.3-36), sm (>= 2.2-5.3) \cr
2525
Classification/MSC:\tab 37H10, 37M10, 60H05, 60H10, 60H35, 60J60, 65C05, 68N15, 68Q10 \cr
2626
}
2727
There are main types of functions in this package:

0 commit comments

Comments
 (0)