{
  "_id": "6a1f3853b401979e73428dd4",
  "Package": "RcppTskitTestLinking",
  "Title": "Testing linking to and importing from 'RcppTskit'",
  "Version": "0.1.0",
  "Authors@R": "person(\"Gregor\", \"Gorjanc\", , \"gregor.gorjanc@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"))",
  "Description": "This is a demo package that shows how to link to and\nimport from 'RcppTskit' package, which provides 'R' access to\n'tskit' C API.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "libpng-dev python3",
  "Repository": "https://highlanderlab.r-universe.dev",
  "Date/Publication": "2026-03-02 10:03:54 UTC",
  "RemoteUrl": "https://github.com/HighlanderLab/RcppTskitTestLinking",
  "RemoteRef": "HEAD",
  "RemoteSha": "2071fd7de6f96a7c550d0313663cf12c9107158d",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-12 09:41:53 UTC",
    "User": "root"
  },
  "Author": "Gregor Gorjanc [aut, cre, cph]",
  "Maintainer": "Gregor Gorjanc <gregor.gorjanc@gmail.com>",
  "MD5sum": "5c3abb151ed9cd4dd386bc72634fbdc5",
  "_user": "highlanderlab",
  "_type": "src",
  "_file": "RcppTskitTestLinking_0.1.0.tar.gz",
  "_fileid": "8d6d262a7ad6e873cc3585b3cedf0119b99b555c7d42563a3156de7ca4b5d1d1",
  "_filesize": 79075,
  "_sha256": "8d6d262a7ad6e873cc3585b3cedf0119b99b555c7d42563a3156de7ca4b5d1d1",
  "_created": "2026-05-12T09:41:53.000Z",
  "_published": "2026-06-02T20:08:51.609Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79162003696,
      "time": 128,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6940810385"
    },
    {
      "job": 79162003884,
      "time": 135,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6940812738"
    },
    {
      "job": 79162004297,
      "time": 134,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6940813428"
    },
    {
      "job": 79162004276,
      "time": 109,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6940804300"
    },
    {
      "job": 79162005350,
      "time": 128,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6940814429"
    },
    {
      "job": 79162004374,
      "time": 281,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6940885845"
    },
    {
      "job": 79162004214,
      "time": 116,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6940822892"
    },
    {
      "job": 79162004261,
      "time": 277,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6940867193"
    },
    {
      "job": 79162003274,
      "time": 205,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6940765782"
    },
    {
      "job": 79162003410,
      "time": 104,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 79162004098,
      "time": 135,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6940813383"
    },
    {
      "job": 79162004680,
      "time": 103,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6940802247"
    },
    {
      "job": 79162004365,
      "time": 123,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6940808827"
    }
  ],
  "_buildurl": "https://github.com/r-universe/highlanderlab/actions/runs/25726269582",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/HighlanderLab/RcppTskitTestLinking",
  "_commit": {
    "id": "2071fd7de6f96a7c550d0313663cf12c9107158d",
    "author": "Gregor Gorjanc <gregor.gorjanc@gmail.com>",
    "committer": "Gregor Gorjanc <gregor.gorjanc@gmail.com>",
    "message": "Polish\n",
    "time": 1772445834
  },
  "_maintainer": {
    "name": "Gregor Gorjanc",
    "email": "gregor.gorjanc@gmail.com",
    "login": "gregorgorjanc",
    "twitter": "@GregorGorjanc",
    "uuid": 725834
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.10",
      "role": "LinkingTo"
    },
    {
      "package": "RcppTskit",
      "version": ">= 0.3.0",
      "role": "LinkingTo"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "RcppTskit",
      "version": ">= 0.3.0",
      "role": "Imports"
    }
  ],
  "_owner": "highlanderlab",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-05",
      "n": 11
    },
    {
      "week": "2026-09",
      "n": 3
    },
    {
      "week": "2026-10",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "gregorgorjanc",
      "count": 16,
      "uuid": 725834
    }
  ],
  "_userbio": {
    "uuid": 82833110,
    "type": "organization",
    "name": "HighlanderLab",
    "description": "Software for the management and improvement of populations using data science, genetics, and breeding"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/RcppTskitTestLinking"
  },
  "_devurl": "https://github.com/highlanderlab/rcpptskittestlinking",
  "_searchresults": 3,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/RcppTskitTestLinking.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "rtsk_table_collection_summary2",
    "rtsk_treeseq_get_num_individuals2"
  ],
  "_help": [
    {
      "page": "rtsk_table_collection_summary2",
      "title": "Summarise 'tskit' table collection",
      "topics": [
        "rtsk_table_collection_summary2"
      ]
    },
    {
      "page": "rtsk_treeseq_get_num_individuals2",
      "title": "Get number of individuals in tree sequence",
      "topics": [
        "rtsk_treeseq_get_num_individuals2"
      ]
    }
  ],
  "_readme": "https://github.com/HighlanderLab/RcppTskitTestLinking/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "here",
    "jsonlite",
    "lattice",
    "Matrix",
    "png",
    "R6",
    "rappdirs",
    "Rcpp",
    "RcppTOML",
    "RcppTskit",
    "reticulate",
    "rlang",
    "rprojroot",
    "withr"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 2.1760912590556813,
  "_indexed": true,
  "_nocasepkg": "rcpptskittestlinking",
  "_universes": [
    "highlanderlab",
    "gregorgorjanc"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-12T09:43:59.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "2071fd7de6f96a7c550d0313663cf12c9107158d",
      "fileid": "9201f7ecabc8e7611f79783426fe9e42b56cf8cff7ec26fc7cdf8aea30a3e151",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/highlanderlab/actions/runs/25726269582"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-12T09:44:01.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "2071fd7de6f96a7c550d0313663cf12c9107158d",
      "fileid": "d453f35d3a0f57553f7d0d1967b3d2adb9c071654153d407f7bda92cba955b4d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/highlanderlab/actions/runs/25726269582"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-12T09:44:11.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "2071fd7de6f96a7c550d0313663cf12c9107158d",
      "fileid": "7e06cc80708aa13f0831ccd689303106e18e68398e5a2b20c9a1cafdad8b2ec5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/highlanderlab/actions/runs/25726269582"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-12T09:43:41.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "2071fd7de6f96a7c550d0313663cf12c9107158d",
      "fileid": "8ec8153e3febf7ffb3b1b3d9499a1026219405ad0d814086e4d8badba678ae6c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/highlanderlab/actions/runs/25726269582"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-12T09:44:11.000Z",
      "arch": "aarch64",
      "commit": "2071fd7de6f96a7c550d0313663cf12c9107158d",
      "fileid": "69c1a41cd35d0d0c69a3a4c74b31f75d1815243e374171e267861bab647780fe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/highlanderlab/actions/runs/25726269582"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-12T09:46:53.000Z",
      "arch": "x86_64",
      "commit": "2071fd7de6f96a7c550d0313663cf12c9107158d",
      "fileid": "8d1580154bcf12728aa89efd5947df28d3b7533093ec33224bf257836b0aa869",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/highlanderlab/actions/runs/25726269582"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-12T09:44:33.000Z",
      "arch": "aarch64",
      "commit": "2071fd7de6f96a7c550d0313663cf12c9107158d",
      "fileid": "56cfa869c22307c19767e865b1f01f8fc2756feac4dbd053c3a77403acd3f957",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/highlanderlab/actions/runs/25726269582"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-12T09:46:02.000Z",
      "arch": "x86_64",
      "commit": "2071fd7de6f96a7c550d0313663cf12c9107158d",
      "fileid": "c125e0c15706e107beb2fb70ab8f373a3cfb1d02cb8b17238dc2bff5526fefa2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/highlanderlab/actions/runs/25726269582"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-12T09:43:24.000Z",
      "arch": "x86_64",
      "commit": "2071fd7de6f96a7c550d0313663cf12c9107158d",
      "fileid": "ddb3e99611be67baca279692b349b9456288dac5ca9d100738a3de7022e88d0c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/highlanderlab/actions/runs/25726269582"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-12T09:43:11.000Z",
      "arch": "x86_64",
      "commit": "2071fd7de6f96a7c550d0313663cf12c9107158d",
      "fileid": "8a8000cf4995fa830557c18238acba24b56cbf6afef67b573699086c93f9a2ce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/highlanderlab/actions/runs/25726269582"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-12T09:43:06.000Z",
      "arch": "x86_64",
      "commit": "2071fd7de6f96a7c550d0313663cf12c9107158d",
      "fileid": "d1f7369a0a7c7d7a125a49436d7776d1c599005adc15403d9a4710c35dbe87c3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/highlanderlab/actions/runs/25726269582"
    }
  ]
}