Skip to content

Commit 77b475f

Browse files
Include README.md in package source
1 parent e9b5b58 commit 77b475f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
^.make
77
^INSTALL[.]md$
88
^OVERVIEW[.]md$
9-
^README.*[.]md$
109
^CONDUCT[.]md$
1110
^CONTRIBUTING[.]md$
1211
^docs
@@ -61,3 +60,4 @@ Rplots.pdf$
6160
^.issues
6261
^last.dump*
6362
[.]Rdump
63+
.*~$

.Rinstignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.*~$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: future.p2p
22
Title: A Peer-to-Peer Compute Cluster via Futureverse
3-
Version: 0.1.0-9015
3+
Version: 0.1.0-9016
44
Description: Implementation of the 'Future' API <doi:10.32614/RJ-2021-048> that resolves futures on a peer-to-peer ('P2P') compute environment. By using this future backend, you and your friends can share your spare compute resources with each other.
55
Depends:
66
future (>= 1.67.0)

0 commit comments

Comments
 (0)