Skip to content

Commit a67f5ae

Browse files
authored
Merge pull request #6 from weberse2/issue-fix-url
fix url
2 parents fa0bd46 + d03d0ce commit a67f5ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Suggests:
6868
cmdstanr (>= 0.4.0),
6969
ragg
7070
Additional_repositories:
71-
https://stan-dev.r-universe.dev/builds
71+
https://stan-dev.r-universe.dev
7272
VignetteBuilder: knitr
7373
Biarch: true
7474
SystemRequirements: GNU make, pandoc (>= 1.12.3), pngquant, C++17

tools/make-ds.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ make_internal_ds <- function() {
7575
calibration_meta["MD5"] <- vals["MD5"]
7676

7777
pkg_create_date <- Sys.time()
78-
pkg_sha <- "a4a7800"
78+
pkg_sha <- "8114786"
7979

8080
if (gsub("\\$", "", pkg_sha) == "Format:%h") {
8181
pkg_sha <- system("git rev-parse --short HEAD", intern = TRUE)

0 commit comments

Comments
 (0)