{
  "_id": "6a104bf5acfb0bcc41ca0109",
  "Package": "nlstac",
  "Type": "Package",
  "Title": "An R Package for Fitting Separable Nonlinear Models",
  "Version": "0.2.0",
  "Author": "Mariano Rodriguez-Arias <arias@unex.es>, Juan Antonio Fernandez\n<jfernandck@alumnos.unex.es>, Javier Cabello <coco@unex.es>,\nRafael Benitez <rabesua@uv.es>",
  "Maintainer": "Rafael Benitez <rabesua@uv.es>",
  "Description": "Set of functions implementing the algorithm described in\nFernandez Torvisco et al. (2018) for fitting separable\nnonlinear regression curves. See Fernandez Torvisco,\nRodriguez-Arias Fernandez and Cabello Sanchez (2018)\n<doi:10.2298/FIL1812233T>.",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "License": "GPL-3",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-10 07:38:26 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2023-04-11 14:20:02 UTC",
  "RemoteUrl": "https://github.com/cran/nlstac",
  "RemoteRef": "HEAD",
  "RemoteSha": "298e5206c29e091929eb76091ba2cb67a22e8316",
  "MD5sum": "28f0f6b17067abbfb2aeb0615c2ba854",
  "_user": "cran",
  "_type": "src",
  "_file": "nlstac_0.2.0.tar.gz",
  "_fileid": "f502da1b7dbe6ed89e37067f97c88856b7f9b43cdf06b9e9975c2c944b0d8214",
  "_filesize": 169718,
  "_sha256": "f502da1b7dbe6ed89e37067f97c88856b7f9b43cdf06b9e9975c2c944b0d8214",
  "_created": "2026-05-10T07:38:26.000Z",
  "_published": "2026-05-22T12:28:37.285Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77379374395,
      "time": 112,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902024139"
    },
    {
      "job": 77379374276,
      "time": 106,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902023708"
    },
    {
      "job": 77379373666,
      "time": 167,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902013837"
    },
    {
      "job": 77379373753,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7160468181"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25623050438",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/nlstac",
  "_commit": {
    "id": "298e5206c29e091929eb76091ba2cb67a22e8316",
    "author": "Rafael Benitez <rabesua@uv.es>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.2.0\n",
    "time": 1681222802
  },
  "_maintainer": {
    "name": "Rafael Benitez",
    "email": "rabesua@uv.es"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Deriv",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 196,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/nlstac"
  },
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/nlstac.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-10-29"
    },
    {
      "version": "0.2.0",
      "date": "2023-04-11"
    }
  ],
  "_exports": [
    "is.nlstac",
    "nls_tac"
  ],
  "_help": [
    {
      "page": "deviance.nlstac",
      "title": "Extract Model Deviance for a nsltac fit model",
      "topics": [
        "deviance.nlstac"
      ]
    },
    {
      "page": "df.residual.nlstac",
      "title": "Residuals Degree-of-Freedom of a nsltac Fit",
      "topics": [
        "df.residual.nlstac"
      ]
    },
    {
      "page": "fitted.nlstac",
      "title": "Extract Fitted Values from a nsltac Fit",
      "topics": [
        "fitted.nlstac"
      ]
    },
    {
      "page": "get_best_params",
      "title": "Get best-fit parameters",
      "topics": [
        "get_best_params"
      ]
    },
    {
      "page": "get_functions",
      "title": "Get nonlinear functions from a separable nonlinear formula",
      "topics": [
        "get_functions"
      ]
    },
    {
      "page": "get_lhs",
      "title": "Get left hand side of a formula",
      "topics": [
        "get_lhs"
      ]
    },
    {
      "page": "get_parameters",
      "title": "Get parameters from a formula",
      "topics": [
        "get_parameters"
      ]
    },
    {
      "page": "get_rhs",
      "title": "Get right hand side of a formula",
      "topics": [
        "get_rhs"
      ]
    },
    {
      "page": "is.nlstac",
      "title": "Is nlsTAC class check",
      "topics": [
        "is.nlstac"
      ]
    },
    {
      "page": "logLik.nlstac",
      "title": "Extract Log-Likelihood from a nlstac Model",
      "topics": [
        "logLik.nlstac"
      ]
    },
    {
      "page": "nls_tac",
      "title": "Nonlinear fit with the TAC algorithm",
      "topics": [
        "nls_tac"
      ]
    },
    {
      "page": "nobs.nlstac",
      "title": "Extract the Number of Observations from a nsltac Fit",
      "topics": [
        "nobs.nlstac"
      ]
    },
    {
      "page": "predict.nlstac",
      "title": "Predict a nls tac fit.",
      "topics": [
        "predict.nlstac"
      ]
    },
    {
      "page": "print.nlstac",
      "title": "Print a nlstac Model",
      "topics": [
        "print.nlstac"
      ]
    },
    {
      "page": "print.summary.nlstac",
      "title": "Prints the summary a summary.nlstac object.",
      "topics": [
        "print.summary.nlstac"
      ]
    },
    {
      "page": "residuals.nlstac",
      "title": "Extract Model Residuals for a nsltac fit model",
      "topics": [
        "residuals.nlstac"
      ]
    },
    {
      "page": "summary.nlstac",
      "title": "Summary a nls tac fit.",
      "topics": [
        "summary.nlstac"
      ]
    },
    {
      "page": "vcov.nlstac",
      "title": "Calculate Variance-Covariance Matrix for a nlstac Fitted Model Object",
      "topics": [
        "vcov.nlstac"
      ]
    }
  ],
  "_rundeps": [
    "cli",
    "codetools",
    "Deriv",
    "foreach",
    "glue",
    "iterators",
    "lifecycle",
    "magrittr",
    "rlang",
    "stringi",
    "stringr",
    "vctrs"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "nlstac",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-10T07:40:18.000Z",
      "distro": "noble",
      "commit": "298e5206c29e091929eb76091ba2cb67a22e8316",
      "fileid": "93b7f7e10fa5a4a9893c82b6dedb813967d6248105f269f37fac4a3592bc6d26",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25623050438"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-10T07:40:13.000Z",
      "distro": "noble",
      "commit": "298e5206c29e091929eb76091ba2cb67a22e8316",
      "fileid": "0f7400300711edea2f946a1a5a9a6e4af7bdc57715b675e78662c23b4b7f277f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25623050438"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-05-22T12:28:19.000Z",
      "commit": "298e5206c29e091929eb76091ba2cb67a22e8316",
      "fileid": "d11f064e7bfed056dd35cdda8ec2560cac3d2bbaccea91986a39dff8d65531fb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25623050438"
    }
  ]
}