{
  "_id": "6a1f6b1cb401979e7342e71b",
  "Package": "renv",
  "Type": "Package",
  "Title": "Project Environments",
  "Version": "1.2.3.9000",
  "Authors@R": "c(\nperson(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"kevin@rstudio.com\",\ncomment = c(ORCID = \"0000-0003-2880-7407\")),\nperson(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"hadley@rstudio.com\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)",
  "Description": "A dependency management toolkit for R. Using 'renv', you\ncan create and manage project-local R libraries, save the state\nof these libraries to a 'lockfile', and later restore your\nlibrary as required. Together, these tools can help make your\nprojects more isolated, portable, and reproducible.",
  "License": "MIT + file LICENSE",
  "URL": "https://rstudio.github.io/renv/, https://github.com/rstudio/renv",
  "BugReports": "https://github.com/rstudio/renv/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Roxygen": "list(markdown = TRUE)",
  "VignetteBuilder": "knitr",
  "Config/Needs/website": "tidyverse/tidytemplate",
  "Config/testthat/edition": "3",
  "Config/testthat/parallel": "true",
  "Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes",
  "Repository": "https://nmrgroup.r-universe.dev",
  "Date/Publication": "2026-06-02 23:16:08 UTC",
  "RemoteUrl": "https://github.com/rstudio/renv",
  "RemoteRef": "HEAD",
  "RemoteSha": "a5aba89fc144aa8d942e6904629231636347c7bf",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 23:40:07 UTC",
    "User": "root"
  },
  "Author": "Kevin Ushey [aut, cre] (ORCID: <https://orcid.org/0000-0003-2880-7407>),\nHadley Wickham [aut] (ORCID: <https://orcid.org/0000-0003-4757-117X>),\nPosit Software, PBC [cph, fnd]",
  "Maintainer": "Kevin Ushey <kevin@rstudio.com>",
  "MD5sum": "20d0ffe503c23af68cad997953622cee",
  "_user": "nmrgroup",
  "_type": "src",
  "_file": "renv_1.2.3.9000.tar.gz",
  "_fileid": "e5c3eefcdf4ca5a6288b8f71809c5ff9b3c8f97a6224af9b2b28cb808579ab66",
  "_filesize": 1717846,
  "_sha256": "e5c3eefcdf4ca5a6288b8f71809c5ff9b3c8f97a6224af9b2b28cb808579ab66",
  "_created": "2026-06-02T23:40:07.000Z",
  "_published": "2026-06-02T23:45:32.128Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79194385618,
      "time": 281,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7372487078"
    },
    {
      "job": 79194385628,
      "time": 274,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7372484992"
    },
    {
      "job": 79194385601,
      "time": 131,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7372452182"
    },
    {
      "job": 79194385602,
      "time": 133,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7372452905"
    },
    {
      "job": 79194020875,
      "time": 194,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7372421823"
    },
    {
      "job": 79194385593,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7372448082"
    },
    {
      "job": 79194385637,
      "time": 120,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7372449711"
    },
    {
      "job": 79194385645,
      "time": 115,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7372448438"
    },
    {
      "job": 79194385647,
      "time": 122,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7372450150"
    }
  ],
  "_buildurl": "https://github.com/r-universe/nmrgroup/actions/runs/26854452611",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/rstudio/renv",
  "_commit": {
    "id": "a5aba89fc144aa8d942e6904629231636347c7bf",
    "author": "Kevin Ushey <kevinushey@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "guard dcf/properties readers against pcre utf mode (#2305)\n\n* guard dcf/properties readers against pcre utf mode\n\nUse useBytes = TRUE for the perl regexps in renv_dcf_read() and\nrenv_properties_read(). This avoids forcing PCRE into UTF mode, which can\nfail with 'this version of PCRE is compiled without UTF support' when R is\nlinked against a PCRE library lacking UTF support (or left in a state where\nit believes UTF is unsupported). Because renv_dcf_read() runs during\n.onLoad(), this previously could prevent renv from loading at all.\n\nThe patterns are pure ASCII and only match ASCII structure, so byte-wise\nmatching is safe for UTF-8 content; we re-declare the encoding afterwards.\n\n* preserve original encoding in renv_dcf_read()\n\ninstead of hardcoding 'Encoding(parts) <- \"UTF-8\"', capture and restore\nthe input's encoding, mirroring renv_properties_read(). hardcoding UTF-8\nwas correct for the file-read path (renv_dcf_read_impl() returns UTF-8)\nbut corrupted or errored on non-UTF-8 content passed via 'text=', since\nuseBytes = TRUE leaves the bytes untouched. add a regression test.",
    "time": 1780442168
  },
  "_maintainer": {
    "name": "Kevin Ushey",
    "email": "kevin@rstudio.com",
    "login": "kevinushey",
    "description": "",
    "uuid": 1976582,
    "orcid": "0000-0003-2880-7407"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "BiocManager",
      "role": "Suggests"
    },
    {
      "package": "cli",
      "role": "Suggests"
    },
    {
      "package": "compiler",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "cpp11",
      "role": "Suggests"
    },
    {
      "package": "curl",
      "role": "Suggests"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    },
    {
      "package": "generics",
      "role": "Suggests"
    },
    {
      "package": "gitcreds",
      "role": "Suggests"
    },
    {
      "package": "jsonlite",
      "role": "Suggests"
    },
    {
      "package": "jsonvalidate",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "miniUI",
      "role": "Suggests"
    },
    {
      "package": "modules",
      "role": "Suggests"
    },
    {
      "package": "packrat",
      "role": "Suggests"
    },
    {
      "package": "pak",
      "role": "Suggests"
    },
    {
      "package": "R6",
      "role": "Suggests"
    },
    {
      "package": "remotes",
      "role": "Suggests"
    },
    {
      "package": "reticulate",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "rstudioapi",
      "role": "Suggests"
    },
    {
      "package": "shiny",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "uuid",
      "role": "Suggests"
    },
    {
      "package": "waldo",
      "role": "Suggests"
    },
    {
      "package": "yaml",
      "role": "Suggests"
    },
    {
      "package": "webfakes",
      "role": "Suggests"
    }
  ],
  "_owner": "rstudio",
  "_selfowned": false,
  "_usedby": 140,
  "_updates": [
    {
      "week": "2025-26",
      "n": 1
    },
    {
      "week": "2025-27",
      "n": 1
    },
    {
      "week": "2025-30",
      "n": 8
    },
    {
      "week": "2025-31",
      "n": 2
    },
    {
      "week": "2025-32",
      "n": 7
    },
    {
      "week": "2025-33",
      "n": 1
    },
    {
      "week": "2025-34",
      "n": 1
    },
    {
      "week": "2025-36",
      "n": 3
    },
    {
      "week": "2025-38",
      "n": 2
    },
    {
      "week": "2025-39",
      "n": 6
    },
    {
      "week": "2025-40",
      "n": 1
    },
    {
      "week": "2025-41",
      "n": 1
    },
    {
      "week": "2025-42",
      "n": 1
    },
    {
      "week": "2025-44",
      "n": 4
    },
    {
      "week": "2025-47",
      "n": 2
    },
    {
      "week": "2025-51",
      "n": 3
    },
    {
      "week": "2026-02",
      "n": 3
    },
    {
      "week": "2026-03",
      "n": 6
    },
    {
      "week": "2026-04",
      "n": 3
    },
    {
      "week": "2026-05",
      "n": 4
    },
    {
      "week": "2026-06",
      "n": 1
    },
    {
      "week": "2026-07",
      "n": 3
    },
    {
      "week": "2026-08",
      "n": 2
    },
    {
      "week": "2026-09",
      "n": 19
    },
    {
      "week": "2026-10",
      "n": 4
    },
    {
      "week": "2026-11",
      "n": 9
    },
    {
      "week": "2026-12",
      "n": 16
    },
    {
      "week": "2026-13",
      "n": 6
    },
    {
      "week": "2026-14",
      "n": 2
    },
    {
      "week": "2026-15",
      "n": 25
    },
    {
      "week": "2026-16",
      "n": 6
    },
    {
      "week": "2026-17",
      "n": 2
    },
    {
      "week": "2026-18",
      "n": 6
    },
    {
      "week": "2026-19",
      "n": 1
    },
    {
      "week": "2026-20",
      "n": 3
    },
    {
      "week": "2026-22",
      "n": 1
    },
    {
      "week": "2026-23",
      "n": 3
    }
  ],
  "_tags": [
    {
      "name": "v1.1.5",
      "date": "2025-07-24"
    },
    {
      "name": "v1.1.6",
      "date": "2026-01-16"
    },
    {
      "name": "v1.1.7",
      "date": "2026-01-28"
    },
    {
      "name": "v1.2.0",
      "date": "2026-03-25"
    },
    {
      "name": "v1.2.1",
      "date": "2026-04-12"
    },
    {
      "name": "v1.2.2",
      "date": "2026-04-16"
    },
    {
      "name": "v1.2.3",
      "date": "2026-05-16"
    }
  ],
  "_stars": 1151,
  "_contributors": [
    {
      "user": "kevinushey",
      "count": 3032,
      "uuid": 1976582
    },
    {
      "user": "hadley",
      "count": 159,
      "uuid": 4196
    },
    {
      "user": "cderv",
      "count": 9,
      "uuid": 6791940
    },
    {
      "user": "aronatkins",
      "count": 7,
      "uuid": 362187
    },
    {
      "user": "jrdnbradford",
      "count": 6,
      "uuid": 36420801
    },
    {
      "user": "salim-b",
      "count": 5,
      "uuid": 20040931
    },
    {
      "user": "jjallaire",
      "count": 4,
      "uuid": 104391
    },
    {
      "user": "jennybc",
      "count": 4,
      "uuid": 599454
    },
    {
      "user": "krlmlr",
      "count": 3,
      "uuid": 1741643
    },
    {
      "user": "edavidaja",
      "count": 3,
      "uuid": 12927842
    },
    {
      "user": "toph-allen",
      "count": 3,
      "uuid": 3117884
    },
    {
      "user": "fh-mthomson",
      "count": 3,
      "uuid": 56164984
    },
    {
      "user": "fkohrt",
      "count": 3,
      "uuid": 12914806
    },
    {
      "user": "blyedev",
      "count": 3,
      "uuid": 63808441
    },
    {
      "user": "gadenbuie",
      "count": 2,
      "uuid": 5420529
    },
    {
      "user": "zkamvar",
      "count": 2,
      "uuid": 3639446
    },
    {
      "user": "remlapmot",
      "count": 2,
      "uuid": 3777473
    },
    {
      "user": "ratnanil",
      "count": 2,
      "uuid": 12532091
    },
    {
      "user": "nealrichardson",
      "count": 2,
      "uuid": 2975928
    },
    {
      "user": "mcanouil",
      "count": 2,
      "uuid": 8896044
    },
    {
      "user": "klmr",
      "count": 2,
      "uuid": 38931
    },
    {
      "user": "khughitt",
      "count": 2,
      "uuid": 125001
    },
    {
      "user": "josiahparry",
      "count": 2,
      "uuid": 13534508
    },
    {
      "user": "jonkeane",
      "count": 2,
      "uuid": 700357
    },
    {
      "user": "blairj09",
      "count": 2,
      "uuid": 10444878
    },
    {
      "user": "felixmil",
      "count": 2,
      "uuid": 34234913
    },
    {
      "user": "vandenman",
      "count": 2,
      "uuid": 21319932
    },
    {
      "user": "cstepper",
      "count": 2,
      "uuid": 34334391
    },
    {
      "user": "r-suzuki",
      "count": 1,
      "uuid": 9104844
    },
    {
      "user": "kiwiroy",
      "count": 1,
      "uuid": 313562
    },
    {
      "user": "robbfitzsimmons",
      "count": 1,
      "uuid": 686720
    },
    {
      "user": "statsrhian",
      "count": 1,
      "uuid": 7017740
    },
    {
      "user": "randy3k",
      "count": 1,
      "uuid": 1690993
    },
    {
      "user": "niknakk",
      "count": 1,
      "uuid": 2175487
    },
    {
      "user": "njtierney",
      "count": 1,
      "uuid": 6488485
    },
    {
      "user": "miguelrodo",
      "count": 1,
      "uuid": 23501332
    },
    {
      "user": "mthomas-ketchbrook",
      "count": 1,
      "uuid": 52801195
    },
    {
      "user": "mkuehn10",
      "count": 1,
      "uuid": 4229651
    },
    {
      "user": "strazto",
      "count": 1,
      "uuid": 39424834
    },
    {
      "user": "mtheiss",
      "count": 1,
      "uuid": 6665475
    },
    {
      "user": "swt30",
      "count": 1,
      "uuid": 6207820
    },
    {
      "user": "beansrowning",
      "count": 1,
      "uuid": 25888380
    },
    {
      "user": "zeehio",
      "count": 1,
      "uuid": 75441
    },
    {
      "user": "shannonpileggi",
      "count": 1,
      "uuid": 17747575
    },
    {
      "user": "uribo",
      "count": 1,
      "uuid": 228649
    },
    {
      "user": "wenjie2wang",
      "count": 1,
      "uuid": 11081955
    },
    {
      "user": "shrektan",
      "count": 1,
      "uuid": 8368933
    },
    {
      "user": "alasdair-breasley",
      "count": 1,
      "uuid": 82152490
    },
    {
      "user": "arbelt",
      "count": 1,
      "uuid": 3493079
    },
    {
      "user": "bartekch",
      "count": 1,
      "uuid": 4190478
    },
    {
      "user": "jkylearmstrong-temple",
      "count": 1,
      "uuid": 145395480
    },
    {
      "user": "shitao5",
      "count": 1,
      "uuid": 68451957
    },
    {
      "user": "galachad",
      "count": 1,
      "uuid": 4296390
    },
    {
      "user": "adamrobinson361",
      "count": 1,
      "uuid": 20915537
    },
    {
      "user": "ahschreyer",
      "count": 1,
      "uuid": 72065570
    },
    {
      "user": "alex-wenzel",
      "count": 1,
      "uuid": 32204469
    },
    {
      "user": "ateucher",
      "count": 1,
      "uuid": 2816635
    },
    {
      "user": "aramirezreyes",
      "count": 1,
      "uuid": 6992761
    },
    {
      "user": "drmowinckels",
      "count": 1,
      "uuid": 14014329
    },
    {
      "user": "cokelly",
      "count": 1,
      "uuid": 1672300
    },
    {
      "user": "collinberke",
      "count": 1,
      "uuid": 32435546
    },
    {
      "user": "damonbayer",
      "count": 1,
      "uuid": 8095080
    },
    {
      "user": "dbast",
      "count": 1,
      "uuid": 2790401
    },
    {
      "user": "benkeser",
      "count": 1,
      "uuid": 17482713
    },
    {
      "user": "divadnojnarg",
      "count": 1,
      "uuid": 18291543
    },
    {
      "user": "dulani",
      "count": 1,
      "uuid": 2193516
    },
    {
      "user": "fdetsch",
      "count": 1,
      "uuid": 3940660
    },
    {
      "user": "guslipkin",
      "count": 1,
      "uuid": 7517882
    },
    {
      "user": "henninglorenzen-ext-bayer",
      "count": 1,
      "uuid": 89191115
    },
    {
      "user": "henrikbengtsson",
      "count": 1,
      "uuid": 1616850
    },
    {
      "user": "bisaloo",
      "count": 1,
      "uuid": 10783929
    },
    {
      "user": "jfunction",
      "count": 1,
      "uuid": 1636190
    },
    {
      "user": "jimhester",
      "count": 1,
      "uuid": 205275
    },
    {
      "user": "jorisgoosen",
      "count": 1,
      "uuid": 29062713
    },
    {
      "user": "jollywatt",
      "count": 1,
      "uuid": 24970860
    },
    {
      "user": "marcosnav",
      "count": 1,
      "uuid": 3621593
    }
  ],
  "_userbio": {
    "uuid": 86622210,
    "type": "organization",
    "name": "NMRgroup"
  },
  "_downloads": {
    "count": 343786,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/renv"
  },
  "_devurl": "https://github.com/rstudio/renv",
  "_pkgdown": "https://rstudio.github.io/renv/",
  "_searchresults": 2004,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/renv.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rstudio/renv",
  "_realowner": "rstudio",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.8.0",
      "date": "2019-10-25"
    },
    {
      "version": "0.8.1",
      "date": "2019-10-26"
    },
    {
      "version": "0.8.2",
      "date": "2019-10-26"
    },
    {
      "version": "0.8.3",
      "date": "2019-11-11"
    },
    {
      "version": "0.9.0",
      "date": "2019-12-05"
    },
    {
      "version": "0.9.1",
      "date": "2019-12-09"
    },
    {
      "version": "0.9.2",
      "date": "2019-12-10"
    },
    {
      "version": "0.9.3",
      "date": "2020-02-11"
    },
    {
      "version": "0.10.0",
      "date": "2020-05-06"
    },
    {
      "version": "0.11.0",
      "date": "2020-06-26"
    },
    {
      "version": "0.12.0",
      "date": "2020-08-28"
    },
    {
      "version": "0.12.1",
      "date": "2020-11-02"
    },
    {
      "version": "0.12.2",
      "date": "2020-11-05"
    },
    {
      "version": "0.12.3",
      "date": "2020-11-25"
    },
    {
      "version": "0.12.4",
      "date": "2021-01-07"
    },
    {
      "version": "0.12.5",
      "date": "2021-01-09"
    },
    {
      "version": "0.13.0",
      "date": "2021-02-24"
    },
    {
      "version": "0.13.1",
      "date": "2021-03-18"
    },
    {
      "version": "0.13.2",
      "date": "2021-03-30"
    },
    {
      "version": "0.14.0",
      "date": "2021-07-21"
    },
    {
      "version": "0.15.0",
      "date": "2022-01-04"
    },
    {
      "version": "0.15.1",
      "date": "2022-01-13"
    },
    {
      "version": "0.15.2",
      "date": "2022-01-24"
    },
    {
      "version": "0.15.3",
      "date": "2022-02-28"
    },
    {
      "version": "0.15.4",
      "date": "2022-03-03"
    },
    {
      "version": "0.15.5",
      "date": "2022-05-27"
    },
    {
      "version": "0.16.0",
      "date": "2022-09-29"
    },
    {
      "version": "0.17.0",
      "date": "2023-03-02"
    },
    {
      "version": "0.17.1",
      "date": "2023-03-16"
    },
    {
      "version": "0.17.2",
      "date": "2023-03-18"
    },
    {
      "version": "0.17.3",
      "date": "2023-04-06"
    },
    {
      "version": "1.0.0",
      "date": "2023-07-08"
    },
    {
      "version": "1.0.1",
      "date": "2023-08-10"
    },
    {
      "version": "1.0.2",
      "date": "2023-08-15"
    },
    {
      "version": "1.0.3",
      "date": "2023-09-19"
    },
    {
      "version": "1.0.4",
      "date": "2024-02-21"
    },
    {
      "version": "1.0.5",
      "date": "2024-02-29"
    },
    {
      "version": "1.0.6",
      "date": "2024-04-11"
    },
    {
      "version": "1.0.7",
      "date": "2024-04-11"
    },
    {
      "version": "1.0.8",
      "date": "2024-09-20"
    },
    {
      "version": "1.0.9",
      "date": "2024-09-23"
    },
    {
      "version": "1.0.10",
      "date": "2024-10-05"
    },
    {
      "version": "1.0.11",
      "date": "2024-10-12"
    },
    {
      "version": "1.1.0",
      "date": "2025-01-29"
    },
    {
      "version": "1.1.1",
      "date": "2025-02-07"
    },
    {
      "version": "1.1.2",
      "date": "2025-03-03"
    },
    {
      "version": "1.1.3",
      "date": "2025-03-18"
    },
    {
      "version": "1.1.4",
      "date": "2025-03-22"
    },
    {
      "version": "1.1.5",
      "date": "2025-07-24"
    },
    {
      "version": "1.1.6",
      "date": "2026-01-16"
    },
    {
      "version": "1.1.7",
      "date": "2026-01-27"
    },
    {
      "version": "1.1.8",
      "date": "2026-03-05"
    },
    {
      "version": "1.2.0",
      "date": "2026-03-25"
    },
    {
      "version": "1.2.1",
      "date": "2026-04-12"
    },
    {
      "version": "1.2.2",
      "date": "2026-04-16"
    },
    {
      "version": "1.2.3",
      "date": "2026-05-16"
    }
  ],
  "_exports": [
    "activate",
    "autoload",
    "checkout",
    "clean",
    "config",
    "consent",
    "deactivate",
    "dependencies",
    "diagnostics",
    "embed",
    "equip",
    "history",
    "hydrate",
    "init",
    "install",
    "isolate",
    "load",
    "lockfile_create",
    "lockfile_modify",
    "lockfile_read",
    "lockfile_validate",
    "lockfile_write",
    "migrate",
    "modify",
    "paths",
    "plan",
    "project",
    "purge",
    "rebuild",
    "record",
    "refresh",
    "rehash",
    "remove",
    "repair",
    "restore",
    "retrieve",
    "revert",
    "run",
    "sandbox",
    "scaffold",
    "settings",
    "snapshot",
    "status",
    "sysreqs",
    "update",
    "upgrade",
    "use",
    "use_python",
    "vulns"
  ],
  "_help": [
    {
      "page": "renv-package",
      "title": "Project-local Environments for R",
      "topics": [
        "renv-package",
        "renv"
      ]
    },
    {
      "page": "activate",
      "title": "Activate or deactivate a project",
      "topics": [
        "activate",
        "deactivate"
      ]
    },
    {
      "page": "autoload",
      "title": "Auto-load the active project",
      "topics": [
        "autoload"
      ]
    },
    {
      "page": "checkout",
      "title": "Checkout a repository",
      "topics": [
        "checkout"
      ]
    },
    {
      "page": "clean",
      "title": "Clean a project",
      "topics": [
        "clean"
      ]
    },
    {
      "page": "config",
      "title": "User-level settings",
      "topics": [
        "config"
      ]
    },
    {
      "page": "consent",
      "title": "Consent to usage of renv",
      "topics": [
        "consent"
      ]
    },
    {
      "page": "dependencies",
      "title": "Find R package dependencies in a project",
      "topics": [
        "dependencies"
      ]
    },
    {
      "page": "diagnostics",
      "title": "Print a diagnostics report",
      "topics": [
        "diagnostics"
      ]
    },
    {
      "page": "embed",
      "title": "Capture and re-use dependencies within a '.R', '.Rmd' or '.qmd'",
      "topics": [
        "embed",
        "use"
      ]
    },
    {
      "page": "history",
      "title": "View and revert to a historical lockfile",
      "topics": [
        "history",
        "revert"
      ]
    },
    {
      "page": "imbue",
      "title": "Imbue an renv Installation",
      "topics": [
        "imbue"
      ]
    },
    {
      "page": "init",
      "title": "Use renv in a project",
      "topics": [
        "init"
      ]
    },
    {
      "page": "install",
      "title": "Install packages",
      "topics": [
        "install"
      ]
    },
    {
      "page": "isolate",
      "title": "Isolate a project",
      "topics": [
        "isolate"
      ]
    },
    {
      "page": "load",
      "title": "Load a project",
      "topics": [
        "load"
      ]
    },
    {
      "page": "lockfiles",
      "title": "Lockfiles",
      "concept": [
        "reproducibility"
      ],
      "topics": [
        "lockfiles",
        "lockfile_create",
        "lockfile_modify",
        "lockfile_read",
        "lockfile_write"
      ]
    },
    {
      "page": "migrate",
      "title": "Migrate a project from packrat to renv",
      "topics": [
        "migrate"
      ]
    },
    {
      "page": "modify",
      "title": "Modify a Lockfile",
      "topics": [
        "modify"
      ]
    },
    {
      "page": "paths",
      "title": "Path for storing global state",
      "topics": [
        "paths"
      ]
    },
    {
      "page": "plan",
      "title": "Plan package installations",
      "topics": [
        "plan"
      ]
    },
    {
      "page": "project",
      "title": "Retrieve the active project",
      "topics": [
        "project"
      ]
    },
    {
      "page": "purge",
      "title": "Purge packages from the cache",
      "topics": [
        "purge"
      ]
    },
    {
      "page": "rebuild",
      "title": "Rebuild the packages in your project library",
      "topics": [
        "rebuild"
      ]
    },
    {
      "page": "record",
      "title": "Update package records in a lockfile",
      "topics": [
        "record"
      ]
    },
    {
      "page": "refresh",
      "title": "Refresh the local cache of available packages",
      "topics": [
        "refresh"
      ]
    },
    {
      "page": "rehash",
      "title": "Re-hash packages in the renv cache",
      "topics": [
        "rehash"
      ]
    },
    {
      "page": "remote",
      "title": "Resolve a Remote",
      "topics": [
        "remote"
      ]
    },
    {
      "page": "remove",
      "title": "Remove packages",
      "topics": [
        "remove"
      ]
    },
    {
      "page": "repair",
      "title": "Repair a project",
      "topics": [
        "repair"
      ]
    },
    {
      "page": "restore",
      "title": "Restore project library from a lockfile",
      "concept": [
        "reproducibility"
      ],
      "topics": [
        "restore"
      ]
    },
    {
      "page": "retrieve",
      "title": "Retrieve packages",
      "topics": [
        "retrieve"
      ]
    },
    {
      "page": "run",
      "title": "Run a script",
      "topics": [
        "run"
      ]
    },
    {
      "page": "sandbox",
      "title": "The default library sandbox",
      "topics": [
        "sandbox"
      ]
    },
    {
      "page": "scaffold",
      "title": "Generate project infrastructure",
      "topics": [
        "scaffold"
      ]
    },
    {
      "page": "settings",
      "title": "Project settings",
      "topics": [
        "settings"
      ]
    },
    {
      "page": "snapshot",
      "title": "Record current state of the project library in the lockfile",
      "concept": [
        "reproducibility"
      ],
      "topics": [
        "snapshot"
      ]
    },
    {
      "page": "status",
      "title": "Report inconsistencies between lockfile, library, and dependencies",
      "topics": [
        "status"
      ]
    },
    {
      "page": "sysreqs",
      "title": "R System Requirements",
      "topics": [
        "sysreqs"
      ]
    },
    {
      "page": "update",
      "title": "Update packages",
      "topics": [
        "update"
      ]
    },
    {
      "page": "upgrade",
      "title": "Upgrade renv",
      "topics": [
        "upgrade"
      ]
    },
    {
      "page": "use_python",
      "title": "Use python",
      "topics": [
        "use_python"
      ]
    }
  ],
  "_pkglogo": "https://github.com/rstudio/renv/raw/HEAD/man/figures/logo.svg",
  "_readme": "https://github.com/rstudio/renv/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "faq.Rmd",
      "filename": "faq.html",
      "title": "Frequently asked questions",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Why isn't my package being snapshotted into the lockfile?",
        "Capturing all dependencies",
        "Capturing explicit dependencies",
        "How do I update the lockfile?",
        "How should I handle development dependencies?",
        "I'm returning to an older renv project. What do I do?",
        "How can I check my packages for known vulnerabilities?",
        "Why are package downloads failing?"
      ],
      "created": "2019-08-27 22:48:47",
      "modified": "2026-04-16 17:30:24",
      "commits": 29
    },
    {
      "source": "package-install.Rmd",
      "filename": "package-install.html",
      "title": "Installing packages",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Cache",
        "Cache location",
        "Multiple caches",
        "Shared cache locations",
        "Caveats",
        "Building from source",
        "Configure flags",
        "Install flags",
        "Vignettes",
        "Downloads",
        "Alternative downloaders",
        "Proxies",
        "Authentication",
        "Azure DevOps",
        "Git and Personal Access Tokens",
        "Custom headers",
        "Debugging"
      ],
      "created": "2023-05-04 21:45:03",
      "modified": "2026-04-16 17:30:24",
      "commits": 18
    },
    {
      "source": "renv.Rmd",
      "filename": "renv.html",
      "title": "Introduction to renv",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Libraries and repositories",
        "Getting started",
        "Collaboration",
        "Installing packages",
        "Updating packages",
        "Infrastructure",
        "Caveats",
        "Uninstalling renv"
      ],
      "created": "2019-03-22 12:55:42",
      "modified": "2026-03-17 19:26:56",
      "commits": 74
    },
    {
      "source": "packages.Rmd",
      "filename": "packages.html",
      "title": "Package development",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Development",
        "Isolation",
        "Library Paths",
        "Testing",
        "Submitting to CRAN"
      ],
      "created": "2019-11-13 22:55:54",
      "modified": "2025-07-24 22:50:51",
      "commits": 27
    },
    {
      "source": "package-sources.Rmd",
      "filename": "package-sources.html",
      "title": "Package sources",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Package sources",
        "Inferring package sources",
        "Unknown sources",
        "Custom R package repositories",
        "Repository snapshots",
        "Bioconductor",
        "Initializing a project",
        "Bioconductor releases",
        "The package cellar",
        "Explicit sources",
        "ABI compatibility",
        "Build-time dependencies"
      ],
      "created": "2023-05-04 21:45:03",
      "modified": "2026-03-17 21:39:31",
      "commits": 8
    },
    {
      "source": "packrat.Rmd",
      "filename": "packrat.html",
      "title": "packrat vs. renv",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2023-05-16 12:25:47",
      "modified": "2025-07-24 18:36:38",
      "commits": 4
    },
    {
      "source": "profiles.Rmd",
      "filename": "profiles.html",
      "title": "Project profiles",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Usage",
        "Managing profile-specific dependencies",
        "Profile-specific ignore rules"
      ],
      "created": "2021-02-03 17:24:33",
      "modified": "2026-03-17 21:39:31",
      "commits": 11
    },
    {
      "source": "python.Rmd",
      "filename": "python.html",
      "title": "Using Python with renv",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Activating Python integration",
        "Deactivating Python integration",
        "Understanding Python integration",
        "Virtual environments",
        "Conda environments"
      ],
      "created": "2019-04-09 18:22:36",
      "modified": "2026-03-17 19:25:02",
      "commits": 9
    },
    {
      "source": "ci.Rmd",
      "filename": "ci.html",
      "title": "Using renv with continuous integration",
      "engine": "knitr::rmarkdown",
      "headings": [
        "GitHub actions",
        "Using r-lib/actions/setup-renv",
        "Using the GitHub Actions Cache with renv",
        "Generating a lockfile in CI",
        "Downloading packages in CI",
        "GitLab CI"
      ],
      "created": "2019-09-16 16:26:36",
      "modified": "2026-03-17 21:39:31",
      "commits": 29
    },
    {
      "source": "docker.Rmd",
      "filename": "docker.html",
      "title": "Using renv with Docker",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Containerizing an existing renv project",
        "Caching package installs",
        "Basic Docker layer cache",
        "Cache mounts",
        "Bind-mounted host caches",
        "System dependencies",
        "Multi-stage builds"
      ],
      "created": "2019-06-14 22:34:19",
      "modified": "2026-03-17 20:05:26",
      "commits": 30
    },
    {
      "source": "rsconnect.Rmd",
      "filename": "rsconnect.html",
      "title": "Using renv with Posit Connect",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Publishing from the RStudio IDE",
        "Publishing programatically",
        "A word about packrat"
      ],
      "created": "2020-12-14 21:29:36",
      "modified": "2026-04-16 17:30:24",
      "commits": 9
    }
  ],
  "_score": 18.706136195109348,
  "_indexed": false,
  "_nocasepkg": "renv",
  "_universes": [
    "nmrgroup"
  ],
  "_indexurl": "https://rstudio.r-universe.dev/renv",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.3.9000",
      "date": "2026-06-02T23:42:43.000Z",
      "distro": "noble",
      "commit": "a5aba89fc144aa8d942e6904629231636347c7bf",
      "fileid": "625defaa0edccbc156f1eeed615b44ac5025cd5209a9e16d7c7c083041fb3d29",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/nmrgroup/actions/runs/26854452611"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.3.9000",
      "date": "2026-06-02T23:42:36.000Z",
      "distro": "noble",
      "commit": "a5aba89fc144aa8d942e6904629231636347c7bf",
      "fileid": "3ca106da10c9c3247343c2a5e035f459d706d4345d7371be3905d1eb7ae49d77",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/nmrgroup/actions/runs/26854452611"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.3.9000",
      "date": "2026-06-02T23:41:59.000Z",
      "commit": "a5aba89fc144aa8d942e6904629231636347c7bf",
      "fileid": "b58d5dcf2ce3ec38e34a8c4cd7f602dfe104975a1ef43d403465f7e197c449a2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nmrgroup/actions/runs/26854452611"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.3.9000",
      "date": "2026-06-02T23:41:50.000Z",
      "commit": "a5aba89fc144aa8d942e6904629231636347c7bf",
      "fileid": "9c1c42bf6a34cd527d305327802c6b074768c2731d0d3718dae0a76d7f19fea6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nmrgroup/actions/runs/26854452611"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.3.9000",
      "date": "2026-06-02T23:42:28.000Z",
      "commit": "a5aba89fc144aa8d942e6904629231636347c7bf",
      "fileid": "da8a3667c734199e77ed899bfa6452f3adba7726fdf75ce8f68e237eace0b5e0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/nmrgroup/actions/runs/26854452611"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.3.9000",
      "date": "2026-06-02T23:41:38.000Z",
      "commit": "a5aba89fc144aa8d942e6904629231636347c7bf",
      "fileid": "2776dcb345edfbf3ce94954f8965e5dae5d9e0316eaf75923ed73a986d679d51",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nmrgroup/actions/runs/26854452611"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.3.9000",
      "date": "2026-06-02T23:41:31.000Z",
      "commit": "a5aba89fc144aa8d942e6904629231636347c7bf",
      "fileid": "9cacab27da76b85495c0c5c3078fd5c525ca9c7cfc85fed9437462a07f3b3033",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nmrgroup/actions/runs/26854452611"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.3.9000",
      "date": "2026-06-02T23:41:39.000Z",
      "commit": "a5aba89fc144aa8d942e6904629231636347c7bf",
      "fileid": "0087e42ee875600bc1fe88a0c7b4f8bba2b23d6d989cc99bfa90626143a1c244",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nmrgroup/actions/runs/26854452611"
    }
  ]
}