{
  "_id": "6a1ee705b401979e7341166d",
  "Package": "circuitscaper",
  "Title": "'Circuitscape' and 'Omniscape' Connectivity Analysis via 'Julia'",
  "Version": "0.1.0.9000",
  "Authors@R": "person(\"Matthew\", \"Kling\", email = \"mattkling@berkeley.edu\",\nrole = c(\"aut\", \"cre\", \"cph\"))",
  "Author": "Matthew Kling [aut, cre, cph]",
  "Maintainer": "Matthew Kling <mattkling@berkeley.edu>",
  "Description": "Provides an R-native interface to the 'Circuitscape.jl'\nand 'Omniscape.jl' 'Julia' packages for landscape connectivity\nmodeling using circuit theory. Users work entirely in R with\nfamiliar objects (SpatRaster, file paths) while 'Julia' handles\ncomputation invisibly. Supports all four 'Circuitscape' modes\n(pairwise, one-to-all, all-to-one, advanced) and 'Omniscape'\nmoving-window analysis. Methods are described in McRae (2006)\n<doi:10.1111/j.0014-3820.2006.tb00500.x> and Landau et al.\n(2021) <doi:10.21105/joss.02829>.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/matthewkling/circuitscaper,\nhttps://matthewkling.github.io/circuitscaper/",
  "BugReports": "https://github.com/matthewkling/circuitscaper/issues",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "SystemRequirements": "Julia (>= 1.9), Circuitscape.jl, Omniscape.jl",
  "Config/pak/sysreqs": "libgdal-dev gdal-bin libgeos-dev libproj-dev\nlibsqlite3-dev",
  "Repository": "https://matthewkling.r-universe.dev",
  "Date/Publication": "2026-05-19 17:01:39 UTC",
  "RemoteUrl": "https://github.com/matthewkling/circuitscaper",
  "RemoteRef": "HEAD",
  "RemoteSha": "aba82f9076a78e4d1580951ad5da9aec092e3d08",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 17:13:51 UTC",
    "User": "root"
  },
  "MD5sum": "a445f37e5807e99b07518768453d34d3",
  "_user": "matthewkling",
  "_type": "src",
  "_file": "circuitscaper_0.1.0.9000.tar.gz",
  "_fileid": "9708a0b78a353745c59b56955f530dd8f25bf5eb6ac081b1b4ed9d0d34085cbb",
  "_filesize": 299014,
  "_sha256": "9708a0b78a353745c59b56955f530dd8f25bf5eb6ac081b1b4ed9d0d34085cbb",
  "_created": "2026-05-19T17:13:51.000Z",
  "_published": "2026-06-02T14:21:57.380Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79093115032,
      "time": 190,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7090481837"
    },
    {
      "job": 79093115443,
      "time": 179,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7090477616"
    },
    {
      "job": 79093115765,
      "time": 131,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7090462675"
    },
    {
      "job": 79093115143,
      "time": 143,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7090495978"
    },
    {
      "job": 79093113859,
      "time": 225,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7090406688"
    },
    {
      "job": 79093114325,
      "time": 140,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7360430722"
    },
    {
      "job": 79093115532,
      "time": 180,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7090478038"
    },
    {
      "job": 79093115636,
      "time": 277,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7090514068"
    },
    {
      "job": 79093115523,
      "time": 274,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7090512813"
    }
  ],
  "_buildurl": "https://github.com/r-universe/matthewkling/actions/runs/26112951440",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/matthewkling/circuitscaper",
  "_commit": {
    "id": "aba82f9076a78e4d1580951ad5da9aec092e3d08",
    "author": "Matthew Kling <mattkling@gmail.com>",
    "committer": "Matthew Kling <mattkling@gmail.com>",
    "message": "Update readme\n",
    "time": 1779210099
  },
  "_maintainer": {
    "name": "Matthew Kling",
    "email": "mattkling@berkeley.edu",
    "login": "matthewkling",
    "description": "Macroecologist and conservation biogeographer.",
    "uuid": 3752758
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0",
      "role": "Depends"
    },
    {
      "package": "terra",
      "role": "Imports"
    },
    {
      "package": "JuliaCall",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "matthewkling",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-08",
      "n": 6
    },
    {
      "week": "2026-10",
      "n": 25
    },
    {
      "week": "2026-11",
      "n": 9
    },
    {
      "week": "2026-13",
      "n": 11
    },
    {
      "week": "2026-15",
      "n": 3
    },
    {
      "week": "2026-21",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-03-26"
    }
  ],
  "_stars": 2,
  "_contributors": [
    {
      "user": "matthewkling",
      "count": 55,
      "uuid": 3752758
    }
  ],
  "_userbio": {
    "uuid": 3752758,
    "type": "user",
    "name": "Matthew Kling",
    "description": "Macroecologist and conservation biogeographer."
  },
  "_downloads": {
    "count": 568,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/circuitscaper"
  },
  "_devurl": "https://github.com/matthewkling/circuitscaper",
  "_pkgdown": "https://matthewkling.github.io/circuitscaper/",
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/circuitscaper.html",
    "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",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/matthewkling/circuitscaper",
  "_realowner": "matthewkling",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-04-09"
    }
  ],
  "_exports": [
    "cs_advanced",
    "cs_all_to_one",
    "cs_install_julia",
    "cs_julia_available",
    "cs_one_to_all",
    "cs_pairwise",
    "cs_setup",
    "os_run"
  ],
  "_help": [
    {
      "page": "cs_advanced",
      "title": "Advanced Circuitscape Analysis",
      "topics": [
        "cs_advanced"
      ]
    },
    {
      "page": "cs_all_to_one",
      "title": "All-to-One Circuitscape Analysis",
      "topics": [
        "cs_all_to_one"
      ]
    },
    {
      "page": "cs_install_julia",
      "title": "Install Julia and Required Packages",
      "topics": [
        "cs_install_julia"
      ]
    },
    {
      "page": "cs_julia_available",
      "title": "Check if Julia and Required Packages Are Available",
      "topics": [
        "cs_julia_available"
      ]
    },
    {
      "page": "cs_one_to_all",
      "title": "One-to-All Circuitscape Analysis",
      "topics": [
        "cs_one_to_all"
      ]
    },
    {
      "page": "cs_pairwise",
      "title": "Pairwise Circuitscape Analysis",
      "topics": [
        "cs_pairwise"
      ]
    },
    {
      "page": "cs_setup",
      "title": "Set Up Julia and Load Circuitscape/Omniscape",
      "topics": [
        "cs_setup"
      ]
    },
    {
      "page": "os_run",
      "title": "Run Omniscape Moving-Window Connectivity Analysis",
      "topics": [
        "os_run"
      ]
    }
  ],
  "_pkglogo": "https://github.com/matthewkling/circuitscaper/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/matthewkling/circuitscaper/raw/HEAD/README.md",
  "_rundeps": [
    "evaluate",
    "highr",
    "JuliaCall",
    "knitr",
    "Rcpp",
    "rjson",
    "terra",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "getting-started.Rmd",
      "filename": "getting-started.html",
      "title": "Getting Started with circuitscaper",
      "engine": "knitr::rmarkdown",
      "headings": [
        "What is circuit-theory connectivity?",
        "Installation",
        "Key Inputs",
        "The resistance surface",
        "Focal nodes",
        "Choosing a Mode",
        "Circuitscape: Pairwise Mode",
        "Circuitscape: One-to-All and All-to-One Modes",
        "Circuitscape: Advanced Mode",
        "Additional Circuitscape Options",
        "Per-pair current and voltage maps",
        "Variable source strengths",
        "Short-circuit regions",
        "Include/exclude pairs",
        "Omniscape: Moving-Window Connectivity",
        "With source strength weights",
        "Parallel processing",
        "Performance",
        "Saving Outputs",
        "Tips"
      ],
      "created": "2026-02-21 19:23:21",
      "modified": "2026-03-25 16:46:46",
      "commits": 12
    }
  ],
  "_score": 4.778151250383644,
  "_indexed": true,
  "_nocasepkg": "circuitscaper",
  "_universes": [
    "matthewkling"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-05-19T17:16:17.000Z",
      "distro": "noble",
      "commit": "aba82f9076a78e4d1580951ad5da9aec092e3d08",
      "fileid": "2f1afc42717c043d0c7a4b7eed469a9e42efe8b217fb3d661a485c8f6872d7f9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matthewkling/actions/runs/26112951440"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-05-19T17:16:07.000Z",
      "distro": "noble",
      "commit": "aba82f9076a78e4d1580951ad5da9aec092e3d08",
      "fileid": "bd43698140f5a0f778ebe11bea6d2fae43a44cb94a04bbc72c7ccebad96c668b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matthewkling/actions/runs/26112951440"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-05-19T17:15:55.000Z",
      "commit": "aba82f9076a78e4d1580951ad5da9aec092e3d08",
      "fileid": "0eab2b996b066705e01166d11f5c433540dd9c670b2d9af5ae35fb05c8a9c4d3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matthewkling/actions/runs/26112951440"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-05-19T17:17:15.000Z",
      "commit": "aba82f9076a78e4d1580951ad5da9aec092e3d08",
      "fileid": "145c0f1609f99c83601083acf790debbea34a23824dbb78031544b772ca20cbf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matthewkling/actions/runs/26112951440"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-19T17:15:20.000Z",
      "commit": "aba82f9076a78e4d1580951ad5da9aec092e3d08",
      "fileid": "a5bf67b356587f31208466fd3dee57ffb0caec6fc24114261d7b432aa5893bd7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matthewkling/actions/runs/26112951440"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-19T17:15:30.000Z",
      "commit": "aba82f9076a78e4d1580951ad5da9aec092e3d08",
      "fileid": "62987b762be0d4f294d6fccc4508d8fa08023bbe5b5f7cb5c70be0803afc1d2b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matthewkling/actions/runs/26112951440"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-19T17:15:18.000Z",
      "commit": "aba82f9076a78e4d1580951ad5da9aec092e3d08",
      "fileid": "a2a94ec47971911b51c0d239054438b135168669e38a9560e825f8bc03808138",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matthewkling/actions/runs/26112951440"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0.9000",
      "date": "2026-06-02T14:21:30.000Z",
      "commit": "aba82f9076a78e4d1580951ad5da9aec092e3d08",
      "fileid": "91660c5aeb6507222a892ee65f47e62e8405b09046b77745e01341dab238d3a4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/matthewkling/actions/runs/26112951440"
    }
  ]
}