Skip to content

Commit

Permalink
Prepare for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
rstub committed Jan 31, 2019
1 parent d1d523c commit 8743366
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .aspell/defaults.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# saveRDS(c("al", "arXiv", "Blackman", "et", "Marsaglia", "Matsumoto", "Mersenne", "Nishimura", "PCG", "Tsang", "Threefry", "Vigna", "Xoroshiro", "Xoshiro", "Ziggurat"), file="dqrng.rds")
Rd_files <- vignettes <- R_files <- description <-
list(encoding = "UTF-8",
language = "en",
dictionaries = c("en_stats", "dqrng"))
Binary file added .aspell/dqrng.rds
Binary file not shown.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ system.time(dqrnorm(N))

## Feedback

All feedback (bug reports, security issues, feature requests, ...) should be provided as [issues](https://githb.com/daqana/dqrng/issues).
All feedback (bug reports, security issues, feature requests, ...) should be provided as [issues](https://github.com/daqana/dqrng/issues).
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ They are quite a bit faster, though:
``` r
N <- 1e7
system.time(rnorm(N))
#> user system elapsed
#> user system elapsed
#> 0.724 0.012 0.736
system.time(dqrnorm(N))
#> user system elapsed
#> user system elapsed
#> 0.076 0.016 0.092
```

## Feedback

All feedback (bug reports, security issues, feature requests, …) should
be provided as [issues](https://githb.com/daqana/dqrng/issues).
be provided as [issues](https://github.com/daqana/dqrng/issues).
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## R CMD check results

0 errors | 0 warnings | 0 note
0 errors | 0 warnings | 0 notes

## Reverse dependencies

Expand Down

0 comments on commit 8743366

Please sign in to comment.