Skip to content

Commit

Permalink
Set up board with manifest, for use in example (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge authored Dec 15, 2022
1 parent 18e9ba8 commit 116b117
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/testthat/pin-board/_pins.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
x:
- x/20221215T180351Z-c3943/
'y':
- y/20221215T180357Z-9ae7a/
- y/20221215T180400Z-b81d5/
9 changes: 9 additions & 0 deletions tests/testthat/pin-board/x/20221215T180351Z-c3943/data.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
file: x.json
file_size: 23
pin_hash: c3943ca5a9aab2df
type: json
title: 'x: a pinned integer vector'
description: ~
tags: ~
created: 20221215T180351Z
api_version: 1.0
1 change: 1 addition & 0 deletions tests/testthat/pin-board/x/20221215T180351Z-c3943/x.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[1,2,3,4,5,6,7,8,9,10]
9 changes: 9 additions & 0 deletions tests/testthat/pin-board/y/20221215T180357Z-9ae7a/data.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
file: y.rds
file_size: 61
pin_hash: 9ae7a970010c84e0
type: rds
title: 'y: a pinned integer vector'
description: ~
tags: ~
created: 20221215T180357Z
api_version: 1.0
Binary file not shown.
9 changes: 9 additions & 0 deletions tests/testthat/pin-board/y/20221215T180400Z-b81d5/data.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
file: y.json
file_size: 53
pin_hash: b81d5bea9e760608
type: json
title: 'y: a pinned integer vector'
description: ~
tags: ~
created: 20221215T180400Z
api_version: 1.0
1 change: 1 addition & 0 deletions tests/testthat/pin-board/y/20221215T180400Z-b81d5/y.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]

0 comments on commit 116b117

Please sign in to comment.