{
  "_id": "6a16b52cacfb0bcc41d85aeb",
  "Package": "JSparO",
  "Title": "Joint Sparse Optimization via Proximal Gradient Method for Cell\nFate Conversion",
  "Version": "1.5.0",
  "Authors@R": "c(person(\"Xinlin\", \"Hu\", role = c(\"aut\", \"cre\"), email = \"thompson-xinlin.hu@connect.polyu.hk\"),\nperson(\"Yaohua\", \"Hu\", role = c(\"cph\", \"aut\"), email = \"mayhhu@szu.edu.cn\"))",
  "Author": "Xinlin Hu [aut, cre], Yaohua Hu [cph, aut]",
  "Description": "Implementation of joint sparse optimization (JSparO) to\ninfer the gene regulatory network for cell fate conversion. The\nproximal gradient method is implemented to solve different\nlow-order regularization models for JSparO.",
  "Maintainer": "Xinlin Hu <thompson-xinlin.hu@connect.polyu.hk>",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-27 09:08:39 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2022-08-18 07:40:08 UTC",
  "RemoteUrl": "https://github.com/cran/JSparO",
  "RemoteRef": "HEAD",
  "RemoteSha": "9fff7bd3255b5262bb54d9a933d21b56e737c8b4",
  "MD5sum": "5573c9632b4a706ca74e5f7d5a1006bb",
  "_user": "cran",
  "_type": "src",
  "_file": "JSparO_1.5.0.tar.gz",
  "_fileid": "bb3fe7c3b19410fd93c9e9bc9194d53744498f27658ced65875a88f81a1f98d6",
  "_filesize": 164537,
  "_sha256": "bb3fe7c3b19410fd93c9e9bc9194d53744498f27658ced65875a88f81a1f98d6",
  "_created": "2026-05-27T09:08:39.000Z",
  "_published": "2026-05-27T09:11:08.481Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78044504819,
      "time": 110,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7236451887"
    },
    {
      "job": 78044505007,
      "time": 119,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7236454788"
    },
    {
      "job": 78044052918,
      "time": 157,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7236412407"
    },
    {
      "job": 78044504839,
      "time": 96,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7236447063"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26501829737",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/JSparO",
  "_commit": {
    "id": "9fff7bd3255b5262bb54d9a933d21b56e737c8b4",
    "author": "Xinlin Hu <thompson-xinlin.hu@connect.polyu.hk>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.5.0\n",
    "time": 1660808408
  },
  "_maintainer": {
    "name": "Xinlin Hu",
    "email": "thompson-xinlin.hu@connect.polyu.hk"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "pracma",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 161,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/JSparO"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/JSparO.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.5.0",
      "date": "2022-08-18"
    }
  ],
  "_exports": [
    "demo_JSparO",
    "L1HalfThr",
    "L1HardThr",
    "L1SoftThr",
    "L1twothirdsThr",
    "L2HalfThr",
    "L2HardThr",
    "L2NewtonThr",
    "L2SoftThr",
    "L2twothirdsThr"
  ],
  "_help": [
    {
      "page": "demo_JSparO",
      "title": "demo_JSparO - The demo of JSparO package",
      "topics": [
        "demo_JSparO"
      ]
    },
    {
      "page": "L1HalfThr",
      "title": "L1HalfThr - Iterative Half Thresholding Algorithm based on l_{1,1/2} norm",
      "topics": [
        "L1HalfThr"
      ]
    },
    {
      "page": "L1HardThr",
      "title": "L1HardThr - Iterative Hard Thresholding Algorithm based on l_{1,0} norm",
      "topics": [
        "L1HardThr"
      ]
    },
    {
      "page": "L1normFun",
      "title": "L1normFun",
      "topics": [
        "L1normFun"
      ]
    },
    {
      "page": "L1SoftThr",
      "title": "L1SoftThr - Iterative Soft Thresholding Algorithm based on l_{1,1} norm",
      "topics": [
        "L1SoftThr"
      ]
    },
    {
      "page": "L1twothirdsThr",
      "title": "L1twothirdsThr - Iterative Thresholding Algorithm based on l_{1,2/3} norm",
      "topics": [
        "L1twothirdsThr"
      ]
    },
    {
      "page": "L2HalfThr",
      "title": "L2HalfThr - Iterative Half Thresholding Algorithm based on l_{2,1/2} norm",
      "topics": [
        "L2HalfThr"
      ]
    },
    {
      "page": "L2HardThr",
      "title": "L2HardThr - Iterative Hard Thresholding Algorithm based on l_{2,0} norm",
      "topics": [
        "L2HardThr"
      ]
    },
    {
      "page": "L2NewtonThr",
      "title": "L2NewtonThr - Iterative Thresholding Algorithm based on l_{2,q} norm with Newton method",
      "topics": [
        "L2NewtonThr"
      ]
    },
    {
      "page": "L2SoftThr",
      "title": "L2SoftThr - Iterative Soft Thresholding Algorithm based on l_{2,1} norm",
      "topics": [
        "L2SoftThr"
      ]
    },
    {
      "page": "L2twothirdsThr",
      "title": "L2twothirdsThr - Iterative Thresholding Algorithm based on l_{2,2/3} norm",
      "topics": [
        "L2twothirdsThr"
      ]
    }
  ],
  "_rundeps": [
    "pracma"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "jsparo",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.5.0",
      "date": "2026-05-27T09:10:24.000Z",
      "distro": "noble",
      "commit": "9fff7bd3255b5262bb54d9a933d21b56e737c8b4",
      "fileid": "a6b69398ec8c7cf676ab02f42a1279286a1cb11b3a296b63d5836e94add2662e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26501829737"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.5.0",
      "date": "2026-05-27T09:10:28.000Z",
      "distro": "noble",
      "commit": "9fff7bd3255b5262bb54d9a933d21b56e737c8b4",
      "fileid": "c5d22168d3d5fc32a29fc26db2a1b880d52787cc83155dadc4f6b95460904651",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26501829737"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.5.0",
      "date": "2026-05-27T09:10:31.000Z",
      "commit": "9fff7bd3255b5262bb54d9a933d21b56e737c8b4",
      "fileid": "d270890236319428316159ee724afed9390d949ce9190950990ca510410eb0cf",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26501829737"
    }
  ]
}