{
  "_id": "6a5494b6ff0138dec5d6560e",
  "Package": "vegperiod",
  "Title": "Determine Thermal Vegetation Periods",
  "Version": "0.4.0.901",
  "Authors@R": "c(\nperson(given=\"Robert\",\nfamily=\"Nuske\",\nrole=c(\"aut\", \"cre\"),\nemail=\"robert.nuske@mailbox.org\",\ncomment=c(ORCID=\"0000-0001-9773-2061\")),\nperson(\"Nordwestdeutsche Forstliche Versuchsanstalt (NW-FVA)\",\nrole=c(\"cph\", \"fnd\")))",
  "Description": "Collection of common methods to determine growing season\nlength in a simple manner. Start and end dates of the\nvegetation periods are calculated solely based on daily mean\ntemperatures and the day of the year.",
  "License": "GPL (>= 3)",
  "URL": "https://rnuske.github.io/vegperiod/,\nhttps://github.com/rnuske/vegperiod",
  "BugReports": "https://github.com/rnuske/vegperiod/issues",
  "Encoding": "UTF-8",
  "NeedsCompilation": "no",
  "RoxygenNote": "7.3.3",
  "Repository": "https://rnuske.r-universe.dev",
  "Date/Publication": "2025-12-13 23:49:58 UTC",
  "RemoteUrl": "https://github.com/rnuske/vegperiod",
  "RemoteRef": "HEAD",
  "RemoteSha": "f8b564de051afd602b3d6ca2111fbac11089e805",
  "Packaged": {
    "Date": "2026-07-13 07:30:09 UTC",
    "User": "root"
  },
  "Author": "Robert Nuske [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-9773-2061>),\nNordwestdeutsche Forstliche Versuchsanstalt (NW-FVA) [cph, fnd]",
  "Maintainer": "Robert Nuske <robert.nuske@mailbox.org>",
  "_user": "rnuske",
  "_type": "src",
  "_file": "vegperiod_0.4.0.901.tar.gz",
  "_fileid": "https://r2.ropensci.org/bf7c36887f73486d4a17b7b6c28273567db0931c035127506b04755cc8db3b19",
  "_filesize": 192292,
  "_sha256": "bf7c36887f73486d4a17b7b6c28273567db0931c035127506b04755cc8db3b19",
  "_expires": "2026-10-21T07:33:08.000Z",
  "_created": "2026-07-13T07:30:09.000Z",
  "_published": "2026-07-13T07:33:09.969Z",
  "_jobs": [
    {
      "job": 86758991735,
      "time": 143,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8272036173"
    },
    {
      "job": 86758991764,
      "time": 115,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8272027454"
    },
    {
      "job": 86758991839,
      "time": 81,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8272015382"
    },
    {
      "job": 86758991799,
      "time": 82,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8272016616"
    },
    {
      "job": 86758572751,
      "time": 151,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8271987496"
    },
    {
      "job": 86758991778,
      "time": 103,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8272023347"
    },
    {
      "job": 86758991779,
      "time": 98,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8272021463"
    },
    {
      "job": 86758991777,
      "time": 64,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8272010919"
    },
    {
      "job": 86758991771,
      "time": 103,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8272022926"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/rnuske/actions/runs/29232133609",
  "_status": "success",
  "_upstream": "https://github.com/rnuske/vegperiod",
  "_commit": {
    "id": "f8b564de051afd602b3d6ca2111fbac11089e805",
    "author": "Robert Nuske <robert.nuske@mailbox.org>",
    "committer": "Robert Nuske <robert.nuske@mailbox.org>",
    "message": "introduce check for enough chill days in method Menzel\n\ncloses issue #9\n",
    "time": 1765669798
  },
  "_maintainer": {
    "name": "Robert Nuske",
    "email": "robert.nuske@mailbox.org",
    "login": "rnuske",
    "orcid": "0000-0001-9773-2061",
    "description": "",
    "uuid": 5541490
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.0",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "curl",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "rnuske",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-50",
      "n": 5
    }
  ],
  "_tags": [],
  "_topics": [
    "dwd",
    "growing-season",
    "vegetation-period"
  ],
  "_stars": 10,
  "_contributors": [
    {
      "user": "rnuske",
      "count": 12,
      "uuid": 5541490
    },
    {
      "user": "awellpott",
      "count": 1,
      "uuid": 24587558
    }
  ],
  "_userbio": {
    "uuid": 5541490,
    "type": "user",
    "name": "Robert Nuske",
    "followers": 19
  },
  "_downloads": {
    "count": 289,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/vegperiod"
  },
  "_devurl": "https://github.com/rnuske/vegperiod",
  "_pkgdown": "https://rnuske.github.io/vegperiod/",
  "_searchresults": 28,
  "_rbuild": "4.6.1",
  "_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/vegperiod.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rnuske/vegperiod",
  "_realowner": "rnuske",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.5",
      "date": "2018-11-14"
    },
    {
      "version": "0.2.6",
      "date": "2019-08-04"
    },
    {
      "version": "0.2.7",
      "date": "2020-07-23"
    },
    {
      "version": "0.3.0",
      "date": "2020-08-25"
    },
    {
      "version": "0.3.1",
      "date": "2021-02-02"
    },
    {
      "version": "0.4.0",
      "date": "2022-11-01"
    }
  ],
  "_exports": [
    "read.DWDdata",
    "read.DWDstations",
    "vegperiod"
  ],
  "_datasets": [
    {
      "name": "goe",
      "title": "Ten years of daily average air temperature",
      "object": "goe",
      "file": "goe.RData",
      "class": [
        "data.frame"
      ],
      "fields": [
        "date",
        "year",
        "month",
        "day",
        "doy",
        "t"
      ],
      "rows": 3652,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "goe",
      "title": "Ten years of daily average air temperature",
      "topics": [
        "goe"
      ]
    },
    {
      "page": "read.DWDdata",
      "title": "Fetch meteo data of DWD weather stations",
      "topics": [
        "read.DWDdata"
      ]
    },
    {
      "page": "read.DWDstations",
      "title": "Fetch list of DWD weather stations",
      "topics": [
        "read.DWDstations"
      ]
    },
    {
      "page": "vegperiod",
      "title": "Determine vegetation period",
      "topics": [
        "vegperiod"
      ]
    }
  ],
  "_readme": "https://github.com/rnuske/vegperiod/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 4.623249290397901,
  "_indexed": true,
  "_nocasepkg": "vegperiod",
  "_universes": [
    "rnuske"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.0.901",
      "date": "2026-07-13T07:32:37.000Z",
      "distro": "resolute",
      "commit": "f8b564de051afd602b3d6ca2111fbac11089e805",
      "fileid": "https://r2.ropensci.org/b512c2913e4cfd24d3ac22ae8c4a47ceaf4fbbbbf2f5284054735014b93aa853",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rnuske/actions/runs/29232133609"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.4.0.901",
      "date": "2026-07-13T07:32:11.000Z",
      "distro": "resolute",
      "commit": "f8b564de051afd602b3d6ca2111fbac11089e805",
      "fileid": "https://r2.ropensci.org/ab87e297ebeebee7cfc3a5c1ca05055efee8889ce9465fbda1e9c825d39e0b25",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rnuske/actions/runs/29232133609"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.0.901",
      "date": "2026-07-13T07:31:36.000Z",
      "commit": "f8b564de051afd602b3d6ca2111fbac11089e805",
      "fileid": "https://r2.ropensci.org/4131776174b9c0d5d87af2c89cbf9ac8aff9a8519a717904b5255bca9a5efd92",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rnuske/actions/runs/29232133609"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.4.0.901",
      "date": "2026-07-13T07:31:38.000Z",
      "commit": "f8b564de051afd602b3d6ca2111fbac11089e805",
      "fileid": "https://r2.ropensci.org/770e1af2b43263cc272b421d53d98d0702d602b6f0c1c2af9e2c3a201bdb5268",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rnuske/actions/runs/29232133609"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.0.901",
      "date": "2026-07-13T07:32:08.000Z",
      "commit": "f8b564de051afd602b3d6ca2111fbac11089e805",
      "fileid": "https://r2.ropensci.org/f3a04cff585165614b8138c087922cfe2865603d0b886682a619850a6eefd37d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rnuske/actions/runs/29232133609"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.0.901",
      "date": "2026-07-13T07:31:48.000Z",
      "commit": "f8b564de051afd602b3d6ca2111fbac11089e805",
      "fileid": "https://r2.ropensci.org/ae2d1756ba23919bd2e0fe60b427dc89737471eb123f9ea65a282af2370c384a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rnuske/actions/runs/29232133609"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.0.901",
      "date": "2026-07-13T07:31:13.000Z",
      "commit": "f8b564de051afd602b3d6ca2111fbac11089e805",
      "fileid": "https://r2.ropensci.org/a0c00322d276ae733b30a07a09e4db39e11f71f2a74832d80cbf4d010857b2fe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rnuske/actions/runs/29232133609"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.4.0.901",
      "date": "2026-07-13T07:31:54.000Z",
      "commit": "f8b564de051afd602b3d6ca2111fbac11089e805",
      "fileid": "https://r2.ropensci.org/debc6d36313c611dc149b5187d08b2e2a53a44fdb42a33d90d4f99bde76294db",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rnuske/actions/runs/29232133609"
    }
  ]
}