There was an error while loading. Please reload this page.
1 parent 2aad014 commit e12183eCopy full SHA for e12183e
1 file changed
vignettes/quick-reference.qmd
@@ -272,7 +272,7 @@ repeat {
272
heads <- am_get_heads(doc)
273
274
# Get changes (returns am_change objects)
275
-changes <- am_get_changes(doc, NULL) # All changes
+changes <- am_get_changes(doc, NULL) # All changes
276
changes <- am_get_changes(doc, heads) # Changes since heads (i.e. none)
277
278
# Typical pattern: remember a checkpoint, then get new changes later
@@ -378,7 +378,7 @@ vignette(package = "automerge") # List all
378
379
- R >= 4.2
380
- For building from source:
381
- - Rust >= 1.89.0 (<https://rustup.rs/>)
+ - Rust >= 1.85.0 (<https://rustup.rs/>)
382
- CMake >= 3.25 (included in Rtools43+ on Windows)
383
- Or: Install automerge-c (with UTF-32 character indexing) system-wide to skip build
384
0 commit comments