Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Commit 086795e

Browse files
creating 2023_07_07 snapshot (#130)
close #125 --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 009958e commit 086795e

27 files changed

+196
-2
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### Enhancements
44

5+
* Initialized `rcd_2023_07_07` data.
56
* Initialized `rcd_2023_03_17` data after 2023_03_17 release.
67

78
# scda.2022 0.1.4

R/data.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ NULL
2020

2121
#' @rdname rcd_data_2022
2222
"rcd_2023_03_17"
23+
24+
#' @rdname rcd_data_2022
25+
"rcd_2023_07_07"

R/data_2023_07_07.R

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
#' Cached datasets from the 2023_07_07 release of `random.cdisc.data`
2+
#'
3+
#' @name rcd_data_2023_07_07
4+
#'
5+
NULL
6+
7+
#' @rdname rcd_data_2023_07_07
8+
"rcd_2023_07_07_adsl"
9+
10+
#' @rdname rcd_data_2023_07_07
11+
"rcd_2023_07_07_adab"
12+
13+
#' @rdname rcd_data_2023_07_07
14+
"rcd_2023_07_07_adae"
15+
16+
#' @rdname rcd_data_2023_07_07
17+
"rcd_2023_07_07_adaette"
18+
19+
#' @rdname rcd_data_2023_07_07
20+
"rcd_2023_07_07_adcm"
21+
22+
#' @rdname rcd_data_2023_07_07
23+
"rcd_2023_07_07_addv"
24+
25+
#' @rdname rcd_data_2023_07_07
26+
"rcd_2023_07_07_adeg"
27+
28+
#' @rdname rcd_data_2023_07_07
29+
"rcd_2023_07_07_adex"
30+
31+
#' @rdname rcd_data_2023_07_07
32+
"rcd_2023_07_07_adhy"
33+
34+
#' @rdname rcd_data_2023_07_07
35+
"rcd_2023_07_07_adlb"
36+
37+
#' @rdname rcd_data_2023_07_07
38+
"rcd_2023_07_07_admh"
39+
40+
#' @rdname rcd_data_2023_07_07
41+
"rcd_2023_07_07_adpc"
42+
43+
#' @rdname rcd_data_2023_07_07
44+
"rcd_2023_07_07_adpp"
45+
46+
#' @rdname rcd_data_2023_07_07
47+
"rcd_2023_07_07_adqlqc"
48+
49+
#' @rdname rcd_data_2023_07_07
50+
"rcd_2023_07_07_adqs"
51+
52+
#' @rdname rcd_data_2023_07_07
53+
"rcd_2023_07_07_adrs"
54+
55+
#' @rdname rcd_data_2023_07_07
56+
"rcd_2023_07_07_adsub"
57+
58+
#' @rdname rcd_data_2023_07_07
59+
"rcd_2023_07_07_adtr"
60+
61+
#' @rdname rcd_data_2023_07_07
62+
"rcd_2023_07_07_adtte"
63+
64+
#' @rdname rcd_data_2023_07_07
65+
"rcd_2023_07_07_advs"
66+
67+
#' @rdname rcd_data_2023_07_07
68+
"rcd_2023_07_07_adqlqc"

data/rcd_2023_07_07.RData

3.97 MB
Binary file not shown.

data/rcd_2023_07_07_adab.RData

9.4 KB
Binary file not shown.

data/rcd_2023_07_07_adae.RData

100 KB
Binary file not shown.

data/rcd_2023_07_07_adaette.RData

73.6 KB
Binary file not shown.

data/rcd_2023_07_07_adcm.RData

114 KB
Binary file not shown.

data/rcd_2023_07_07_addv.RData

8.66 KB
Binary file not shown.

data/rcd_2023_07_07_adeg.RData

437 KB
Binary file not shown.

0 commit comments

Comments
 (0)