Skip to content

Commit 0b0f79b

Browse files
committed
Make the latest changes prior to resubmission
1 parent 693c168 commit 0b0f79b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ research.rmd
1919
^_pkgdown\.yml$
2020
^index\.md$
2121
^CRAN-SUBMISSION$
22-
^\.rjarticle$
22+
^\.rjarticle$

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: PINstimation
22
Type: Package
3-
Version: 0.1.0
4-
Date: 2022-05-26
3+
Version: 0.1.1
4+
Date: 2022-10-18
55
Title: Estimation of the Probability of Informed Trading
66
Authors@R:
77
c(person("Montasser", "Ghachem",, "montasser.ghachem@pinstimation.com", role = c("aut", "cre","cph"), comment = c(ORCID = "0000-0001-6991-3316")),
@@ -20,5 +20,5 @@ Roxygen: list(markdown = TRUE)
2020
VignetteBuilder: knitr
2121
Imports: Rdpack, knitr, methods, skellam, nloptr, furrr, future, dplyr, rmarkdown, coda
2222
RdMacros: Rdpack
23-
Depends: R (>= 2.10.0)
23+
Depends: R (>= 3.5.0)
2424
Language: en-US

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 0.1.0.900
1+
# Version 0.1.1
22

33
## New Features
44

R/zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
}
6666

67-
startup <- boxtext(title = "WELCOME TO PINSTIMATION 0.1.0",
67+
startup <- boxtext(title = "WELCOME TO PINSTIMATION 0.1.1",
6868
body = contentlist)
6969

7070

0 commit comments

Comments
 (0)