{
  "_id": "6a1e8f131d7bb097a0a69dd8",
  "Package": "schoolmath",
  "Type": "Package",
  "Title": "Functions and Datasets for Math Used in School",
  "Authors@R": "c(person(given=\"Jörg\", family=\"große Schlarmann\", role=c(\"aut\", \"cre\"), email=\"schlarmann@produnis.de\"), person(given=\"Josef\", family=\"Wienand\", role=c(\"ctb\"), email=\"jwienand@produnis.de\"))",
  "Description": "Contains functions and datasets for math taught in school.\nA main focus is set to prime-calculation.",
  "Version": "0.4.2",
  "Date": "2023-08-21",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "LazyData": "true",
  "NeedsCompilation": "no",
  "RoxygenNote": "7.2.3",
  "Packaged": {
    "Date": "2026-06-02 08:04:17 UTC",
    "User": "root"
  },
  "Author": "Jörg große Schlarmann [aut, cre], Josef Wienand [ctb]",
  "Maintainer": "Jörg große Schlarmann <schlarmann@produnis.de>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2023-08-21 16:35:34 UTC",
  "RemoteUrl": "https://github.com/cran/schoolmath",
  "RemoteRef": "HEAD",
  "RemoteSha": "13d7c282a3ca725ddcfede563e4d7a2bca0aec0e",
  "MD5sum": "6e3fb3e6d8c2443a1b15b4eb807735ab",
  "_user": "cran",
  "_type": "src",
  "_file": "schoolmath_0.4.2.tar.gz",
  "_fileid": "c4b0f824e75adf7dfeef4cdd9cfa864d516a7acada060946881dd362c566d3ce",
  "_filesize": 809207,
  "_sha256": "c4b0f824e75adf7dfeef4cdd9cfa864d516a7acada060946881dd362c566d3ce",
  "_created": "2026-06-02T08:04:17.000Z",
  "_published": "2026-06-02T08:06:43.872Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79026365783,
      "time": 106,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7352251619"
    },
    {
      "job": 79026365926,
      "time": 101,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7352250036"
    },
    {
      "job": 79025998040,
      "time": 136,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7352214476"
    },
    {
      "job": 79026365829,
      "time": 85,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7352244361"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26806704047",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/schoolmath",
  "_commit": {
    "id": "13d7c282a3ca725ddcfede563e4d7a2bca0aec0e",
    "author": "Jörg große Schlarmann <schlarmann@produnis.de>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.4.2\n",
    "time": 1692635734
  },
  "_maintainer": {
    "name": "Jörg große Schlarmann",
    "email": "schlarmann@produnis.de"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 261,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/schoolmath"
  },
  "_searchresults": 119,
  "_rbuild": "4.6.0",
  "_assets": [
    "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",
    "extra/schoolmath.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1",
      "date": "2007-06-10"
    },
    {
      "version": "0.2",
      "date": "2007-06-11"
    },
    {
      "version": "0.4",
      "date": "2012-07-23"
    },
    {
      "version": "0.4.1",
      "date": "2022-05-10"
    },
    {
      "version": "0.4.2",
      "date": "2023-08-21"
    }
  ],
  "_exports": [
    "cancel.fraction",
    "decimal2fraction",
    "gcd",
    "is.decimal",
    "is.even",
    "is.negative",
    "is.odd",
    "is.positive",
    "is.prim",
    "is.real.positive",
    "is.whole",
    "prime.factor",
    "primes",
    "scm"
  ],
  "_datasets": [
    {
      "name": "primlist",
      "title": "A vector containing primes from 0 to 9999999",
      "object": "primlist",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "cancel.fraction",
      "title": "cancel a fraction to the smallest numbers",
      "topics": [
        "cancel.fraction"
      ]
    },
    {
      "page": "decimal2fraction",
      "title": "convert a decimal-number into fraction",
      "topics": [
        "decimal2fraction"
      ]
    },
    {
      "page": "gcd",
      "title": "Greatest common divisor of two numbers",
      "topics": [
        "gcd"
      ]
    },
    {
      "page": "is.decimal",
      "title": "checks if a number is decimal or integer",
      "topics": [
        "is.decimal"
      ]
    },
    {
      "page": "is.even",
      "title": "checks if a number or vector is even",
      "topics": [
        "is.even"
      ]
    },
    {
      "page": "is.negative",
      "title": "check whether numbers of a vector are negative",
      "topics": [
        "is.negative"
      ]
    },
    {
      "page": "is.odd",
      "title": "checks if a number or vector is odd",
      "topics": [
        "is.odd"
      ]
    },
    {
      "page": "is.positive",
      "title": "check whether numbers of a vector are positive",
      "topics": [
        "is.positive"
      ]
    },
    {
      "page": "is.prim",
      "title": "check whether a vector contains prime-numbers",
      "topics": [
        "is.prim"
      ]
    },
    {
      "page": "is.real.positive",
      "title": "check whether numbers of a vector are real positive. Real positive means, that zero is included as a positive number.",
      "topics": [
        "is.real.positive"
      ]
    },
    {
      "page": "is.whole",
      "title": "check whether a vector contains numbers with decimal places",
      "topics": [
        "is.whole"
      ]
    },
    {
      "page": "prime.factor",
      "title": "This function calculates the prime-factors of a number",
      "topics": [
        "prime.factor"
      ]
    },
    {
      "page": "primes",
      "title": "generate prime-numbers in a range from START to END",
      "topics": [
        "primes"
      ]
    },
    {
      "page": "primlist",
      "title": "A vector containing primes from 0 to 9999999",
      "topics": [
        "primlist"
      ]
    },
    {
      "page": "scm",
      "title": "calculating the smallest common multiple of two numbers",
      "topics": [
        "scm"
      ]
    }
  ],
  "_readme": "https://github.com/cran/schoolmath/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 3.251638220448212,
  "_indexed": true,
  "_nocasepkg": "schoolmath",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.2",
      "date": "2026-06-02T08:06:09.000Z",
      "distro": "noble",
      "commit": "13d7c282a3ca725ddcfede563e4d7a2bca0aec0e",
      "fileid": "ecb8e6a9ccce1fe4007e5b71c9d188bb6a5585e26e23f715a0fa90a00b478246",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26806704047"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.2",
      "date": "2026-06-02T08:06:05.000Z",
      "distro": "noble",
      "commit": "13d7c282a3ca725ddcfede563e4d7a2bca0aec0e",
      "fileid": "179c341253c40a65b043fcfd1083e9899ba1c1305d11185b0683ec876ea084f8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26806704047"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.2",
      "date": "2026-06-02T08:05:58.000Z",
      "commit": "13d7c282a3ca725ddcfede563e4d7a2bca0aec0e",
      "fileid": "85f30b8e6adf0a2e3179f9b79d117764a45aae891854aa0e07840b0bf08fbf4c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26806704047"
    }
  ]
}