Skip to content

Commit c4bee48

Browse files
committed
updated download links
1 parent 3cb6da0 commit c4bee48

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ library(devtools)
2424
Then, to install from source:
2525

2626
```
27-
install_github("RevolutionAnalytics/quickcheck@3.2.0", subdir = "pkg")
27+
install_github("RevolutionAnalytics/quickcheck@3.3.0", subdir = "pkg")
2828
```
2929

3030
Linux package:
3131

3232
```
3333
install_url(
34-
"https://github.com/RevolutionAnalytics/quickcheck/releases/download/3.2.0/quickcheck_3.2.0.tar.gz")
34+
"https://github.com/RevolutionAnalytics/quickcheck/releases/download/3.3.0/quickcheck_3.3.0.tar.gz")
3535
```
3636

3737
Windows package:
3838

3939
```
4040
install_url(
41-
"https://github.com/RevolutionAnalytics/quickcheck/releases/download/3.2.0/quickcheck_3.2.0.zip")
41+
"https://github.com/RevolutionAnalytics/quickcheck/releases/download/3.3.0/quickcheck_3.3.0.zip")
4242
```
4343

44-
The current version is 3.2.0 .
44+
The current version is 3.3.0 .
4545

4646
While this package was first developed to support the activities of the RHadoop project, it's not part of it nor related to Hadoop or big data. While it has been in use for a few years to test packages used in production, version 3.0.0 marks the first version of the project that's offered for general use and as such it went through a major API re-design. Hence, versions 3.x.y should be considered beta releases and no backward compatibility guarantees are offered, as it is customary in [semantic versioning](http://semver.org) for 0.x.y releases. We will switch to the normal major/minor/hotfix releases from version 4.

0 commit comments

Comments
 (0)