Skip to content

Commit fca94da

Browse files
committed
Fix ERROR on r-oldrel. [ci skip]
1 parent e1b6690 commit fca94da

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: rust
22
Type: Package
33
Title: Ratio-of-Uniforms Simulation with Transformation
4-
Version: 1.3.3
5-
Date: 2017-12-17
4+
Version: 1.3.4
5+
Date: 2017-12-19
66
Authors@R: person(c("Paul", "J."), "Northrop", email = "p.northrop@ucl.ac.uk",
77
role = c("aut", "cre", "cph"))
88
Description: Uses the generalized ratio-of-uniforms (RU) method to simulate
@@ -25,7 +25,7 @@ Imports: graphics,
2525
License: GPL (>= 2)
2626
LazyData: TRUE
2727
Depends:
28-
R (>= 3.4.1)
28+
R (>= 3.3.1)
2929
RoxygenNote: 6.0.1
3030
Suggests: bang,
3131
inline,

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# rust 1.3.4
2+
3+
## Bug fixes and minor improvements
4+
5+
Removed unneccesary dependence on the current release of R that caused an installation error on r-oldrel.
6+
17
# rust 1.3.3
28

39
## New features

cran-comments.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Please may I submit a patch release to fix the installation ERROR of rust v1.3.3 on r-oldrel?
2+
3+
I have changed R (>= 3.4.1) back to R (>= 3.3.1) in DESCRIPTION to fix this.
4+
5+
Please accept my apologies for wasting your time by making such a stupid mistake.
6+
17
## R CMD check results
28

39
0 errors | 0 warnings | 0 notes

0 commit comments

Comments
 (0)