Skip to content

Use frozen snapshots of package repositories #235

@maurolepore

Description

@maurolepore

Can get snapshots from https://mran.microsoft.com/documents/rro/reproducibility

# from https://resources.rstudio.com/webinars/time-travel-r
R.home()

```bash
cd /opt/R/3.6.0/lib/R
cat etc/Rprofile.site
```

# Add to Rprofile.site 
local({
  print("Setting frozen repo at data snapshot 123")
  options(repos = c(CRAN = "https://...123"))
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions