Skip to content

Commit 0ec1f38

Browse files
committed
Fixing CRAN issue with missing bit64
1 parent e4e2f47 commit 0ec1f38

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.1.7
2-
Date: 2024-07-16 20:14:07 UTC
3-
SHA: 78b96f1f875b9e8f26e3a0320dac40d75b42f7b3
1+
Version: 0.1.8
2+
Date: 2024-09-03 17:52:24 UTC
3+
SHA: e4e2f4700fd4b8672305b51dee0f3372b5dedc67

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: filearray
22
Type: Package
33
Title: File-Backed Array for Out-of-Memory Computation
4-
Version: 0.1.8
4+
Version: 0.1.8.1
55
Language: en-US
66
Encoding: UTF-8
77
License: LGPL-3
@@ -26,6 +26,7 @@ Imports:
2626
Suggests:
2727
rmarkdown,
2828
knitr,
29+
bit64,
2930
testthat (>= 3.0.0)
3031
RoxygenNote: 7.3.2
3132
LinkingTo:

0 commit comments

Comments
 (0)