{
  "_id": "6a1ea42cb25058d4daad7c26",
  "Package": "dauR",
  "Version": "1.0",
  "Title": "Datasets for \"Sampling and Data Analysis Using R: Theory and\nPractice\"",
  "Authors@R": "c(person(\"Professor Dr. Mohammad Shahidul\", \"Islam\",\nemail = \"shahed.stat@gmail.com\",\nrole = c(\"aut\", \"cre\")))",
  "Maintainer": "Professor Dr. Mohammad Shahidul Islam\n<shahed.stat@gmail.com>",
  "Description": "Provides several datasets used throughout the book\n\"Sampling and Data Analysis Using R: Theory and Practice\" by\nIslam (2025, ISBN:978-984-35-8644-5). The datasets support\nteaching and learning of statistical concepts such as sampling\nmethods, descriptive analysis, estimation and basic data\nhandling. These curated data objects allow instructors,\nstudents and researchers to reproduce examples, practice data\nmanipulation and perform hands-on analysis using R.",
  "License": "CC BY 4.0",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.3.3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 09:34:28 UTC",
    "User": "root"
  },
  "Author": "Professor Dr. Mohammad Shahidul Islam [aut, cre]",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-12-04 15:10:08 UTC",
  "RemoteUrl": "https://github.com/cran/dauR",
  "RemoteRef": "HEAD",
  "RemoteSha": "f25b55816e343313077dbbc592f50011e703174a",
  "MD5sum": "9dca2a629c258ba04cd3e2e283850d2c",
  "_user": "cran",
  "_type": "src",
  "_file": "dauR_1.0.tar.gz",
  "_fileid": "d77bc174e9483cd05612ecfc63e0fe8d6a07495af29869151192f740e534e0de",
  "_filesize": 109529,
  "_sha256": "d77bc174e9483cd05612ecfc63e0fe8d6a07495af29869151192f740e534e0de",
  "_created": "2026-06-02T09:34:28.000Z",
  "_published": "2026-06-02T09:36:44.342Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79041655444,
      "time": 97,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7354133360"
    },
    {
      "job": 79041655530,
      "time": 79,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7354126819"
    },
    {
      "job": 79041319597,
      "time": 115,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7354096585"
    },
    {
      "job": 79041655423,
      "time": 84,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7354128270"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26811024017",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/dauR",
  "_commit": {
    "id": "f25b55816e343313077dbbc592f50011e703174a",
    "author": "Professor Dr. Mohammad Shahidul Islam <shahed.stat@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0\n",
    "time": 1764861008
  },
  "_maintainer": {
    "name": "Professor Dr. Mohammad Shahidul Islam",
    "email": "shahed.stat@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-49",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.0",
      "date": "2025-12-04"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 183,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/dauR"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/dauR.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2025-12-11"
    }
  ],
  "_exports": [],
  "_datasets": [
    {
      "name": "case_study",
      "title": "This dataset corresponds to a case study in the book \"Sampling and Data Analysis Using R: Theory and Practice\"",
      "object": "case_study",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Page",
        "Weight",
        "Surface",
        "Type"
      ],
      "rows": 30,
      "table": true,
      "tojson": true
    },
    {
      "name": "eng_data",
      "title": "This dataset is to demonstrate the concept of Survival Analysis",
      "object": "eng_data",
      "class": [
        "data.frame"
      ],
      "fields": [
        "time",
        "status",
        "age",
        "maintenance"
      ],
      "rows": 223,
      "table": true,
      "tojson": true
    },
    {
      "name": "Health",
      "title": "This dataset was used in different chapters of the book \"Sampling and Data Analysis Using R: Theory and Practice\"",
      "object": "Health",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Gender",
        "Age",
        "Diastolic",
        "BMI"
      ],
      "rows": 80,
      "table": true,
      "tojson": true
    },
    {
      "name": "likert_data",
      "title": "This dataset refers to the concept of ordinal data",
      "object": "likert_data",
      "class": [
        "data.frame"
      ],
      "fields": [
        "good_exp",
        "disturb_free",
        "support",
        "instructors",
        "better"
      ],
      "rows": 15,
      "table": true,
      "tojson": true
    },
    {
      "name": "reading",
      "title": "This dataset demonstrates the concept of Mediation, Moderation & Confounding",
      "object": "reading",
      "class": [
        "data.frame"
      ],
      "fields": [
        "reading_time",
        "vocab",
        "test_score",
        "access_resources",
        "read_motiv"
      ],
      "rows": 200,
      "table": true,
      "tojson": true
    },
    {
      "name": "smoke_class",
      "title": "This dataset is used to illustrate the concept of contingency table",
      "object": "smoke_class",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Class",
        "SmokingStatus"
      ],
      "rows": 198,
      "table": true,
      "tojson": true
    },
    {
      "name": "students_data",
      "title": "This dataset is to demonstrate the concept of PCA and Factor Analysis",
      "object": "students_data",
      "class": [
        "data.frame"
      ],
      "fields": [
        "ID",
        "Group",
        "Math",
        "Physics",
        "Chemistry",
        "Statistics",
        "English",
        "Bengali",
        "History",
        "Viva"
      ],
      "rows": 20,
      "table": true,
      "tojson": true
    },
    {
      "name": "twoway",
      "title": "This dataset illustrates the application of two-way ANOVA",
      "object": "twoway",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Happiness",
        "Gender",
        "Working_Status"
      ],
      "rows": 60,
      "table": true,
      "tojson": true
    },
    {
      "name": "weight1",
      "title": "The datasets weight1 and weight2 correspond to pair-wise observations",
      "object": "weight1",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "weight2",
      "title": "The datasets weight1 and weight2 correspond to pair-wise observations",
      "object": "weight2",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "case_study",
      "title": "This dataset corresponds to a case study in the book \"Sampling and Data Analysis Using R: Theory and Practice\"",
      "topics": [
        "case_study"
      ]
    },
    {
      "page": "eng_data",
      "title": "This dataset is to demonstrate the concept of Survival Analysis",
      "topics": [
        "eng_data"
      ]
    },
    {
      "page": "Health",
      "title": "This dataset was used in different chapters of the book \"Sampling and Data Analysis Using R: Theory and Practice\"",
      "topics": [
        "Health"
      ]
    },
    {
      "page": "likert_data",
      "title": "This dataset refers to the concept of ordinal data",
      "topics": [
        "likert_data"
      ]
    },
    {
      "page": "reading",
      "title": "This dataset demonstrates the concept of Mediation, Moderation & Confounding",
      "topics": [
        "reading"
      ]
    },
    {
      "page": "smoke_class",
      "title": "This dataset is used to illustrate the concept of contingency table",
      "topics": [
        "smoke_class"
      ]
    },
    {
      "page": "students_data",
      "title": "This dataset is to demonstrate the concept of PCA and Factor Analysis",
      "topics": [
        "students_data"
      ]
    },
    {
      "page": "twoway",
      "title": "This dataset illustrates the application of two-way ANOVA",
      "topics": [
        "twoway"
      ]
    },
    {
      "page": "weight1",
      "title": "The datasets weight1 and weight2 correspond to pair-wise observations",
      "topics": [
        "weight1"
      ]
    },
    {
      "page": "weight2",
      "title": "The datasets weight1 and weight2 correspond to pair-wise observations",
      "topics": [
        "weight2"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "daur",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-06-02T09:36:11.000Z",
      "distro": "noble",
      "commit": "f25b55816e343313077dbbc592f50011e703174a",
      "fileid": "bdb782662f5520cff3073a288b6a2d7049faefbc7ddf4c80ac535009bc4582b6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26811024017"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-06-02T09:35:55.000Z",
      "distro": "noble",
      "commit": "f25b55816e343313077dbbc592f50011e703174a",
      "fileid": "6afc2f8c87ea095fc408f3d377207908510933429f20d7498c23fb8abea2430b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26811024017"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0",
      "date": "2026-06-02T09:36:07.000Z",
      "commit": "f25b55816e343313077dbbc592f50011e703174a",
      "fileid": "fd6b2cdd60ecb85417d01d8c59022a97e82caa021894991f5cc7ef08288bf472",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26811024017"
    }
  ]
}