You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pstyle="display:none">Please visit the git2rdata website at https://inbo.github.io/git2rdata/. The vignette code on the website link to a rendered version of the vignette. Functions have a link to their help file.</p>
20
+
<pstyle="display:none">**Please visit the git2rdata website at https://ropensci.github.io/git2rdata/. The vignette code on the website link to a rendered version of the vignette. Functions have a link to their help file.**</p>
21
21
22
22
## Rationale
23
23
@@ -54,13 +54,13 @@ Install the development version
54
54
55
55
# install with vignettes (recommended)
56
56
remotes::install_github(
57
-
"inbo/git2rdata",
57
+
"ropensci/git2rdata",
58
58
build=TRUE,
59
59
dependencies=TRUE,
60
60
build_opts= c("--no-resave-data", "--no-manual")
61
61
)
62
62
# install without vignettes
63
-
remotes::install_github("inbo/git2rdata"))
63
+
remotes::install_github("ropensci/git2rdata"))
64
64
```
65
65
66
66
## Usage in a Nutshell
@@ -93,7 +93,11 @@ Please read `vignette("version_control", package = "git2rdata")` for more detail
93
93
94
94
## What data sizes can `git2rdata` handle?
95
95
96
-
The recommendation for git repositories is to use files smaller than 100 MB, an overall repository size less than 1 GB and less than 25k files. The individual file size is the limiting factor. Storing the airbag dataset ([`DAAG::nassCDS`](https://cran.r-project.org/package=DAAG)) with `write_vc()` requires on average 68 (optimized) or 97 (verbose) byte per record. The 100 MB file limit for this data is reached after about 1.5 million (optimize) or 1 million (verbose) observations. Your mileage might vary.
96
+
The recommendation for git repositories is to use files smaller than 100 MiB, an overall repository size less than 1 GiB and less than 25k files. The individual file size is the limiting factor. Storing the airbag dataset ([`DAAG::nassCDS`](https://cran.r-project.org/package=DAAG)) with `write_vc()` requires on average 68 (optimized) or 97 (verbose) byte per record. The 100 MiB file limit for this data is reached after about 1.5 million (optimize) or 1 million (verbose) observations.
97
+
98
+
Storing a 90% random subset of the airbag dataset requires 370 kiB (optimized) or 400 kiB (verbose) storage in the git history. Updating the dataset with other 90% random subsets requires on average 60 kiB (optimized) to 100 kiB (verbose) per commit. The git history limit of 1 GiB will be reached after 17k (optimized) to 10k (verbose) commits.
99
+
100
+
Your mileage might vary.
97
101
98
102
## Citation
99
103
@@ -107,9 +111,8 @@ Please use the output of `citation("git2rdata")`
107
111
-`testthat`: R scripts with unit tests using the [testthat](http://testthat.r-lib.org/) framework
108
112
-`vignettes`: source code for the vignettes describing the package
109
113
-`man-roxygen`: templates for documentation in Roxygen format
110
-
-`pkgdown`: additional source files for the `git2rdata`[website](https://inbo.github.io/git2rdata/)
114
+
-`pkgdown`: additional source files for the `git2rdata`[website](https://ropensci.github.io/git2rdata/)
111
115
-`.github`: guidelines and templates for contributors
112
-
-`sticker`: source code for the `git2rdata` hex sticker
0 commit comments