Skip to content

Commit

Permalink
comment kb
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Dylan Hocking committed Nov 19, 2024
1 parent 2051fd3 commit 55264ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: atime
Type: Package
Title: Asymptotic Timing
Version: 2024.11.15
Version: 2024.11.19
Authors@R: c(
person("Toby", "Hocking",
email="toby.hocking@r-project.org",
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changes in version 2024.11.19

- comment predict(kilobytes) in sparse vignette, for CRAN.

Changes in version 2024.11.15

- only run tests that involve Matrix if it is available.
Expand Down
2 changes: 1 addition & 1 deletion vignettes/sparse.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Below we estimate the throughput for some given limits:
vec.mat.pred <- predict(
vec.mat.best,
seconds=vec.mat.result$seconds.limit,
kilobytes=1000,
##kilobytes=1000,#not available on CRAN.
length=1e6)
plot(vec.mat.pred)
```
Expand Down

0 comments on commit 55264ef

Please sign in to comment.