Skip to content

Commit

Permalink
Test against fixed 2.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weshinsley committed Jun 11, 2024
1 parent 13e4d65 commit 1a77d28
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 130 deletions.
2 changes: 1 addition & 1 deletion drivers/windows/R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ cache <- new.env(parent = emptyenv())


DEFAULT_ENVVARS <- hipercow::hipercow_envvars( # nolint
"CMDSTAN" = "I:/cmdstan/cmdstan-2.35.0-rc3", # Drop path once working
"CMDSTAN" = "I:/cmdstan/cmdstan-2.35.0",
"CMDSTANR_USE_RTOOLS" = "TRUE")
8 changes: 7 additions & 1 deletion vignettes/administration.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,18 @@ It is assumed that you have the development version installed locally yourself,

# Recreating the vignettes

These need to be run in a network share so set an environment variable like
These need to be run in a network share so set an environment variable:-

```
HIPERCOW_VIGNETTE_ROOT=/path/to/share
```

or on Windows, a mapped drive, such as

```
HIPERCOW_VIGNETTE_ROOT=Q:/hipercow_vignettes
```

in your `.Renviron` indicating where we should work. We'll make lots of directories here.

Each vignette can be built by running (ideally in a fresh session with the working directory as the package root)
Expand Down
Loading

0 comments on commit 1a77d28

Please sign in to comment.