{
  "_id": "6a16ada6acfb0bcc41d84626",
  "Package": "rtrend",
  "Title": "Trend Estimating Tools",
  "Description": "The traditional linear regression trend, Modified\nMann-Kendall (MK) non-parameter trend and bootstrap trend are\nincluded in this package. Linear regression trend is rewritten\nby '.lm.fit'. MK trend is rewritten by 'Rcpp'. Finally, those\nfunctions are about 10 times faster than previous version in R.\nReference: Hamed, K. H., & Rao, A. R. (1998). A modified\nMann-Kendall trend test for autocorrelated data. Journal of\nhydrology, 204(1-4), 182-196.\n<doi:10.1016/S0022-1694(97)00125-X>.",
  "Version": "0.1.5",
  "Authors@R": "c(\nperson(\"Dongdong\", \"Kong\", role = c(\"aut\", \"cre\"),\nemail = \"kongdd.sysu@gmail.com\", comment = c(ORCID = \"0000-0003-1836-8172\")),\nperson('Heyang', 'Song', role = \"aut\",\nemail = \"7800556@gmail.com\", comment = c(ORCID = \"0000-0002-4192-5603\")))",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "URL": "https://github.com/rpkgs/rtrend",
  "BugReports": "https://github.com/rpkgs/rtrend/issues",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-27 08:33:50 UTC",
    "User": "root"
  },
  "Author": "Dongdong Kong [aut, cre]\n(<https://orcid.org/0000-0003-1836-8172>), Heyang Song [aut]\n(<https://orcid.org/0000-0002-4192-5603>)",
  "Maintainer": "Dongdong Kong <kongdd.sysu@gmail.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2024-01-12 02:42:03 UTC",
  "RemoteUrl": "https://github.com/cran/rtrend",
  "RemoteRef": "HEAD",
  "RemoteSha": "fdb9386473946d18948363724d52d0407ba6fdc4",
  "MD5sum": "ff20dfc9b349146f98eb73c977e03558",
  "_user": "cran",
  "_type": "src",
  "_file": "rtrend_0.1.5.tar.gz",
  "_fileid": "947475bc4e33d3eb5ae9f98c488cb7ef1bd670ca48913aca51ce8969024e7f0e",
  "_filesize": 790790,
  "_sha256": "947475bc4e33d3eb5ae9f98c488cb7ef1bd670ca48913aca51ce8969024e7f0e",
  "_created": "2026-05-27T08:33:50.000Z",
  "_published": "2026-05-27T08:39:02.284Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78038772641,
      "time": 227,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7235778591"
    },
    {
      "job": 78038772430,
      "time": 206,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7235771272"
    },
    {
      "job": 78038772594,
      "time": 242,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7235783844"
    },
    {
      "job": 78038772424,
      "time": 220,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7235775949"
    },
    {
      "job": 78038013396,
      "time": 273,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7235699395"
    },
    {
      "job": 78038772350,
      "time": 147,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7235750171"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26499902587",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/rtrend",
  "_commit": {
    "id": "fdb9386473946d18948363724d52d0407ba6fdc4",
    "author": "Dongdong Kong <kongdd.sysu@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.5\n",
    "time": 1705027323
  },
  "_maintainer": {
    "name": "Dongdong Kong",
    "email": "kongdd.sysu@gmail.com",
    "login": "kongdd",
    "description": "Professor (Associate) At China University of Geosciences; \n公众号: eco-hydro",
    "uuid": 9815742,
    "orcid": "0000-0003-1836-8172"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "fftwtools",
      "role": "Imports"
    },
    {
      "package": "boot",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "matrixStats",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "terra",
      "role": "Imports"
    },
    {
      "package": "plyr",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "kongdd",
      "count": 6,
      "uuid": 9815742
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 252,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rtrend"
  },
  "_devurl": "https://github.com/rpkgs/rtrend",
  "_searchresults": 25,
  "_topics": [
    "openblas",
    "cpp",
    "openmp"
  ],
  "_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/rtrend.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rpkgs/rtrend",
  "_realowner": "rpkgs",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-05-11"
    },
    {
      "version": "0.1.1",
      "date": "2021-09-02"
    },
    {
      "version": "0.1.2",
      "date": "2021-09-05"
    },
    {
      "version": "0.1.3",
      "date": "2022-04-03"
    },
    {
      "version": "0.1.4",
      "date": "2022-11-07"
    },
    {
      "version": "0.1.5",
      "date": "2024-01-11"
    }
  ],
  "_exports": [
    "acf.fft",
    "apply_3d",
    "apply_col",
    "apply_par",
    "apply_row",
    "array_2dTo3d",
    "array_3dTo2d",
    "chunk",
    "llply_par",
    "mkTrend",
    "mkTrend_r",
    "movmean",
    "movmean_2d",
    "movmean2",
    "parLapply2",
    "rast_filter_time",
    "set_dim",
    "set_dimnames",
    "slope",
    "slope_arr",
    "slope_boot",
    "slope_mk",
    "slope_p",
    "slope_rast",
    "slope_sen",
    "slope_sen_r",
    "smooth_SG",
    "smooth_wSG",
    "split_data",
    "summary_lm"
  ],
  "_help": [
    {
      "page": "mkTrend",
      "title": "Modified Mann Kendall",
      "topics": [
        "mkTrend",
        "mkTrend_r"
      ]
    },
    {
      "page": "movmean",
      "title": "movmean",
      "topics": [
        "movmean",
        "movmean2",
        "movmean_2d"
      ]
    },
    {
      "page": "set_dim",
      "title": "Set dimensions of an Object",
      "topics": [
        "set_dim",
        "set_dimnames"
      ]
    },
    {
      "page": "slope_rast",
      "title": "calculate slope of rast object",
      "topics": [
        "rast_filter_time",
        "slope_rast"
      ]
    },
    {
      "page": "slope",
      "title": "slope",
      "topics": [
        "slope",
        "slope_boot",
        "slope_mk",
        "slope_p",
        "slope_sen",
        "slope_sen_r"
      ]
    },
    {
      "page": "smooth_wSG",
      "title": "Weighted Savitzky-Golay",
      "topics": [
        "smooth_SG",
        "smooth_wSG"
      ]
    },
    {
      "page": "summary_lm",
      "title": "summary_lm",
      "topics": [
        "summary_lm"
      ]
    }
  ],
  "_rundeps": [
    "boot",
    "cpp11",
    "fftwtools",
    "generics",
    "lubridate",
    "magrittr",
    "matrixStats",
    "plyr",
    "Rcpp",
    "RcppArmadillo",
    "terra",
    "timechange"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_vignettes": [
    {
      "source": "slope_rast.Rmd",
      "filename": "slope_rast.html",
      "title": "slope_rast",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2022-11-07 07:20:02",
      "modified": "2022-11-07 07:20:02",
      "commits": 1
    }
  ],
  "_score": 2.8750612633917,
  "_indexed": false,
  "_nocasepkg": "rtrend",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://rpkgs.r-universe.dev/rtrend",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-05-27T08:36:54.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "fdb9386473946d18948363724d52d0407ba6fdc4",
      "fileid": "0bfa88ff09e4bf312840aff31a7a2f24384c3048c6f3470250287d70f63e51af",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26499902587"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-05-27T08:36:29.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "fdb9386473946d18948363724d52d0407ba6fdc4",
      "fileid": "8e274f2c2083a026ee3fd0576826ab0f25997d23a1e4d476bf62df2f366fc2e8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26499902587"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-05-27T08:37:06.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "fdb9386473946d18948363724d52d0407ba6fdc4",
      "fileid": "dd0caff5b0cb57214660219c7c081209690738317dc7b97730261537016e425c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26499902587"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-05-27T08:36:38.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "fdb9386473946d18948363724d52d0407ba6fdc4",
      "fileid": "b2a417713ab7d509c8adbe76a1968bc7d1e96ae70ed2c9a4c06aed412d4732cb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26499902587"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.5",
      "date": "2026-05-27T08:36:50.000Z",
      "arch": "emscripten",
      "commit": "fdb9386473946d18948363724d52d0407ba6fdc4",
      "fileid": "9716cd5092853663971f4f608371f27170cf46a94cbde0909550b21637c28046",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26499902587"
    }
  ]
}