{
  "_id": "6a17deceacfb0bcc41d9d16b",
  "Package": "bsocialv2",
  "Title": "Analysis of Microbial Social Behavior in Bacterial Consortia",
  "Version": "0.2.1",
  "Authors@R": "c(\nperson(\"Maria\", \"Garcia Toledo\", role = c(\"aut\")),\nperson(\"Juan Emilio\", \"Martinez Manjon\", role = c(\"aut\", \"cre\"), email = \"juanemartinez999@hotmail.com\"),\nperson(\"Jessica\", \"Purswani\", role = c(\"aut\")),\nperson(\"Rocio\", \"Romero Zaliz\", role = c(\"aut\"))\n)",
  "Description": "Provides an S4 class and methods for analyzing microbial\nsocial behavior in bacterial consortia. Includes growth\nparameter extraction, social behavior classification\n(cooperators/cheaters/neutrals), diversity effect analysis,\nconsortium assembly path finding, and stability analysis via\ncoefficient of variation. Methods are described in Purswani et\nal. (2017) <doi:10.3389/fmicb.2017.00919>.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/Juane99/bsocialv2",
  "BugReports": "https://github.com/Juane99/bsocialv2/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Collate": "'bsocial-package.R' 'bsocial-log.R' 'bsocial-class.R'\n'transform-raw-data.R' 'transform-curated-data.R'\n'calculate-growth-params.R' 'plot-processed-curves.R'\n'plot-growth-scatter.R' 'analyze-growth.R'\n'analyze-social-behavior.R' 'summarize-social-behavior.R'\n'analyze-diversity.R' 'analyze-biofilm-sequence.R'\n'analyze-stability.R'",
  "Config/pak/sysreqs": "libglpk-dev libicu-dev libxml2-dev",
  "Repository": "https://juane99.r-universe.dev",
  "Date/Publication": "2026-04-28 17:26:51 UTC",
  "RemoteUrl": "https://github.com/juane99/bsocialv2",
  "RemoteRef": "HEAD",
  "RemoteSha": "e83025aea349486129cbc493864107e025e77134",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-28 06:16:36 UTC",
    "User": "root"
  },
  "Author": "Maria Garcia Toledo [aut],\nJuan Emilio Martinez Manjon [aut, cre],\nJessica Purswani [aut],\nRocio Romero Zaliz [aut]",
  "Maintainer": "Juan Emilio Martinez Manjon <juanemartinez999@hotmail.com>",
  "MD5sum": "314667296dacb40c5f5ce679a65fac69",
  "_user": "juane99",
  "_type": "src",
  "_file": "bsocialv2_0.2.1.tar.gz",
  "_fileid": "7482e63a65ce5acd8b2c2ebae6fdcd80d22237cea03cd3e2582795ab690492c7",
  "_filesize": 1007936,
  "_sha256": "7482e63a65ce5acd8b2c2ebae6fdcd80d22237cea03cd3e2582795ab690492c7",
  "_created": "2026-05-28T06:16:36.000Z",
  "_published": "2026-05-28T06:21:02.607Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78234745775,
      "time": 153,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7259005577"
    },
    {
      "job": 78234745784,
      "time": 138,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7259001575"
    },
    {
      "job": 78234745823,
      "time": 149,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7259004459"
    },
    {
      "job": 78234745808,
      "time": 126,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7259019630"
    },
    {
      "job": 78234363357,
      "time": 189,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7258968506"
    },
    {
      "job": 78234745783,
      "time": 118,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7258997193"
    },
    {
      "job": 78234745845,
      "time": 93,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7258991114"
    },
    {
      "job": 78234745776,
      "time": 152,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7259004844"
    },
    {
      "job": 78234745788,
      "time": 94,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7258991181"
    }
  ],
  "_buildurl": "https://github.com/r-universe/juane99/actions/runs/26558108804",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/juane99/bsocialv2",
  "_commit": {
    "id": "e83025aea349486129cbc493864107e025e77134",
    "author": "Juan Emilio Martínez <33232217+Juane99@users.noreply.github.com>",
    "committer": "Juan Emilio Martínez <33232217+Juane99@users.noreply.github.com>",
    "message": "release: bump to 0.2.1 to clear CRAN duplicate-name block\n\nCRAN's submit system blocks re-uploading bsocialv2_0.2.0.tar.gz\n(\"server already contains a file with that name/version\") after the\nbroken intermediate submission. Bumping to 0.2.1 sidesteps the slot\nconflict; no functional changes vs. the rejected 0.2.0.\n\n- .Rbuildignore: also exclude .cran_submit.R defensively\n- cran-comments.md: rewritten for 0.2.1 patch context\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n",
    "time": 1777397211
  },
  "_maintainer": {
    "name": "Juan Emilio Martinez Manjon",
    "email": "juanemartinez999@hotmail.com",
    "login": "juane99",
    "twitter": "@JuaneMartinez99",
    "description": "M.S. in Data Science",
    "uuid": 33232217
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "growthcurver",
      "role": "Imports"
    },
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "reshape2",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "viridis",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "juane99",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-13",
      "n": 13
    },
    {
      "week": "2026-14",
      "n": 1
    },
    {
      "week": "2026-15",
      "n": 1
    },
    {
      "week": "2026-17",
      "n": 14
    },
    {
      "week": "2026-18",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "juane99",
      "count": 32,
      "uuid": 33232217
    }
  ],
  "_userbio": {
    "uuid": 33232217,
    "type": "user",
    "name": "Juan Emilio Martínez",
    "description": "M.S. in Data Science"
  },
  "_downloads": {
    "count": 526,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/bsocialv2"
  },
  "_devurl": "https://github.com/juane99/bsocialv2",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/bsocialv2.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/juane99/bsocialv2",
  "_realowner": "juane99",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2026-04-13"
    },
    {
      "version": "0.2.1",
      "date": "2026-04-28"
    }
  ],
  "_exports": [
    "analyze_biofilm_sequence",
    "analyze_diversity",
    "analyze_growth",
    "analyze_social_behavior",
    "analyze_stability",
    "calculate_growth_params",
    "plot_growth_scatter",
    "plot_processed_curves",
    "summarize_social_behavior",
    "transform_curated_data",
    "transform_raw_data"
  ],
  "_help": [
    {
      "page": "analyze_biofilm_sequence",
      "title": "Analyze Biofilm Assembly Sequences",
      "topics": [
        "analyze_biofilm_sequence"
      ]
    },
    {
      "page": "analyze_biofilm_sequence-bsocial-method",
      "title": "Analyze Biofilm Assembly Sequences",
      "topics": [
        "analyze_biofilm_sequence,bsocial-method"
      ]
    },
    {
      "page": "analyze_diversity",
      "title": "Analyze Diversity Effect on Fitness",
      "topics": [
        "analyze_diversity"
      ]
    },
    {
      "page": "analyze_diversity-bsocial-method",
      "title": "Analyze Diversity Effect on Fitness",
      "topics": [
        "analyze_diversity,bsocial-method"
      ]
    },
    {
      "page": "analyze_growth",
      "title": "Analyze Growth Metrics",
      "topics": [
        "analyze_growth"
      ]
    },
    {
      "page": "analyze_growth-bsocial-method",
      "title": "Analyze Growth Metrics",
      "topics": [
        "analyze_growth,bsocial-method"
      ]
    },
    {
      "page": "analyze_social_behavior",
      "title": "Analyze Social Behavior (Fitness Effects)",
      "topics": [
        "analyze_social_behavior"
      ]
    },
    {
      "page": "analyze_social_behavior-bsocial-method",
      "title": "Analyze Social Behavior (Fitness Effects)",
      "topics": [
        "analyze_social_behavior,bsocial-method"
      ]
    },
    {
      "page": "analyze_stability",
      "title": "Analyze Consortium Stability",
      "topics": [
        "analyze_stability"
      ]
    },
    {
      "page": "analyze_stability-bsocial-method",
      "title": "Analyze Consortium Stability",
      "topics": [
        "analyze_stability,bsocial-method"
      ]
    },
    {
      "page": "bsocial-class",
      "title": "S4 Class for Microbial Social Behavior Analysis",
      "topics": [
        "bsocial-class"
      ]
    },
    {
      "page": "calculate_growth_params",
      "title": "Calculate Growth Parameters from Preprocessed Curves",
      "topics": [
        "calculate_growth_params"
      ]
    },
    {
      "page": "calculate_growth_params-bsocial-method",
      "title": "Calculate Growth Parameters from Preprocessed Curves",
      "topics": [
        "calculate_growth_params,bsocial-method"
      ]
    },
    {
      "page": "plot_growth_scatter",
      "title": "Plot Growth Scatter (LogPhase vs NGen)",
      "topics": [
        "plot_growth_scatter",
        "plot_growth_scatter,bsocial-method"
      ]
    },
    {
      "page": "plot_processed_curves",
      "title": "Plot Preprocessed Growth Curves",
      "topics": [
        "plot_processed_curves"
      ]
    },
    {
      "page": "plot_processed_curves-bsocial-method",
      "title": "Plot Preprocessed Growth Curves",
      "topics": [
        "plot_processed_curves,bsocial-method"
      ]
    },
    {
      "page": "summarize_social_behavior",
      "title": "Classify Strains as Cooperators, Cheaters, or Neutrals",
      "topics": [
        "summarize_social_behavior"
      ]
    },
    {
      "page": "summarize_social_behavior-bsocial-method",
      "title": "Classify Strains as Cooperators, Cheaters, or Neutrals",
      "topics": [
        "summarize_social_behavior,bsocial-method"
      ]
    },
    {
      "page": "transform_curated_data",
      "title": "Import Pre-processed (Curated) Data",
      "topics": [
        "transform_curated_data"
      ]
    },
    {
      "page": "transform_curated_data-bsocial-method",
      "title": "Import Pre-processed (Curated) Data",
      "topics": [
        "transform_curated_data,bsocial-method"
      ]
    },
    {
      "page": "transform_raw_data",
      "title": "Preprocess Raw Plate Reader Data",
      "topics": [
        "transform_raw_data"
      ]
    },
    {
      "page": "transform_raw_data-bsocial-method",
      "title": "Preprocess Raw Plate Reader Data",
      "topics": [
        "transform_raw_data,bsocial-method"
      ]
    }
  ],
  "_readme": "https://github.com/juane99/bsocialv2/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "dplyr",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gridExtra",
    "growthcurver",
    "gtable",
    "igraph",
    "isoband",
    "labeling",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "minpack.lm",
    "pillar",
    "pkgconfig",
    "plyr",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "reshape2",
    "rlang",
    "S7",
    "scales",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridis",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "bsocial-workflow.Rmd",
      "filename": "bsocial-workflow.html",
      "title": "Analyzing Microbial Social Behavior with bsocialv2",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Curated Workflow",
        "Loading example data",
        "Creating the bsocial object",
        "Step 1: Transform curated data",
        "Step 2: Analyze growth",
        "Step 3: Analyze social behavior",
        "Step 4: Classify strains",
        "Step 5: Analyze diversity effects",
        "Step 6: Analyze stability",
        "Step 7: Find biofilm assembly sequences",
        "Raw Workflow (Overview)",
        "Accessing Results"
      ],
      "created": "2026-03-23 17:36:19",
      "modified": "2026-03-26 16:55:26",
      "commits": 2
    }
  ],
  "_score": 4.3979400086720375,
  "_indexed": true,
  "_nocasepkg": "bsocialv2",
  "_universes": [
    "juane99"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-05-28T06:18:57.000Z",
      "distro": "noble",
      "commit": "e83025aea349486129cbc493864107e025e77134",
      "fileid": "66508ed3cda37604bb9c4331a551344b8c8c0d30a47bf068f7ad618f395b6500",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/juane99/actions/runs/26558108804"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-05-28T06:18:43.000Z",
      "distro": "noble",
      "commit": "e83025aea349486129cbc493864107e025e77134",
      "fileid": "998f1dbe3849d9e2f5f06f276580a583756e3b311f0ece3b52237c26eca3b0d8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/juane99/actions/runs/26558108804"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-05-28T06:19:04.000Z",
      "commit": "e83025aea349486129cbc493864107e025e77134",
      "fileid": "6b8bc5247652f07ed6b15c39b3dac846935351731f0d04e6c1cd307946eca57b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/juane99/actions/runs/26558108804"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-05-28T06:20:08.000Z",
      "commit": "e83025aea349486129cbc493864107e025e77134",
      "fileid": "832504155a0c566f0d923af6c75d1df1118da664e368604defdbf90422d1010d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/juane99/actions/runs/26558108804"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-05-28T06:18:48.000Z",
      "commit": "e83025aea349486129cbc493864107e025e77134",
      "fileid": "8e10315f50f475f864bd02d058bbd0c15803d8f6c2ff3704766790876634aeb6",
      "status": "success",
      "buildurl": "https://github.com/r-universe/juane99/actions/runs/26558108804"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-28T06:17:51.000Z",
      "commit": "e83025aea349486129cbc493864107e025e77134",
      "fileid": "12ee61a29836e5e7d54ee4092162ce4c68a2e25e43070301266cc9c1ee03ecf9",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/juane99/actions/runs/26558108804"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-28T06:18:49.000Z",
      "commit": "e83025aea349486129cbc493864107e025e77134",
      "fileid": "92444c8f6c2eaea5db3bd88c33a9112ca55367ddadfa1d6663024f0088c72785",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/juane99/actions/runs/26558108804"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-28T06:17:53.000Z",
      "commit": "e83025aea349486129cbc493864107e025e77134",
      "fileid": "583496b68da55bc9d6c0bf2f79dc8994de36cc9ed86c94cf36869dd4246797e0",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/juane99/actions/runs/26558108804"
    }
  ]
}