{
  "_id": "6a105220acfb0bcc41ca165e",
  "Package": "featForge",
  "Title": "Automated Feature Engineering for Credit Scoring",
  "Version": "0.1.2",
  "Authors@R": "person(\"Rudolfs\", \"Kregers\", email = \"rudolfs.kregers@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Maintainer": "Rudolfs Kregers <rudolfs.kregers@gmail.com>",
  "Description": "Automated feature engineering functions tailored for\ncredit scoring. It includes utilities for extracting structured\nfeatures from timestamps, IP addresses, and email addresses,\nenabling enhanced predictive modeling for financial risk\nassessment.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.3.1",
  "Config/testthat/edition": "3",
  "Language": "en-US",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-09 09:27:28 UTC",
    "User": "root"
  },
  "Author": "Rudolfs Kregers [aut, cre]",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-04-16 14:20:05 UTC",
  "RemoteUrl": "https://github.com/cran/featForge",
  "RemoteRef": "HEAD",
  "RemoteSha": "56e4271aaf630dad6933c073247f09c476df22f3",
  "MD5sum": "1bdfc4abc134859a7b28a7b48cbf9af0",
  "_user": "cran",
  "_type": "src",
  "_file": "featForge_0.1.2.tar.gz",
  "_fileid": "514ba3475008c317df0a2ad4fbc902eaf48cdba2bde2130e59cbc87c002bfb7a",
  "_filesize": 233156,
  "_sha256": "514ba3475008c317df0a2ad4fbc902eaf48cdba2bde2130e59cbc87c002bfb7a",
  "_created": "2026-05-09T09:27:28.000Z",
  "_published": "2026-05-22T12:54:56.152Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77383604266,
      "time": 114,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6894649777"
    },
    {
      "job": 77383604815,
      "time": 112,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894650158"
    },
    {
      "job": 77383604149,
      "time": 165,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894639332"
    },
    {
      "job": 77383603949,
      "time": 84,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7160973262"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25597615499",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/featForge",
  "_commit": {
    "id": "56e4271aaf630dad6933c073247f09c476df22f3",
    "author": "Rudolfs Kregers <rudolfs.kregers@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.2\n",
    "time": 1744813205
  },
  "_maintainer": {
    "name": "Rudolfs Kregers",
    "email": "rudolfs.kregers@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "stringdist",
      "role": "Suggests"
    },
    {
      "package": "Matrix",
      "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": 175,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/featForge"
  },
  "_searchresults": 1,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/featForge.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.2",
      "date": "2025-04-16"
    }
  ],
  "_exports": [
    "aggregate_applications",
    "aggregate_psd2_keyword_features",
    "cyclical_cos",
    "cyclical_sin",
    "extract_basic_description_features",
    "extract_email_features",
    "extract_ip_features",
    "extract_keyword_features",
    "extract_timestamp_features"
  ],
  "_datasets": [
    {
      "name": "featForge_sample_data",
      "title": "Sample Data for Package Testing and Demonstration",
      "object": "featForge_sample_data",
      "class": [
        "data.frame"
      ],
      "fields": [
        "application_id",
        "application_created_at",
        "client_name",
        "client_surname",
        "date_of_birth",
        "email",
        "ip"
      ],
      "rows": 30,
      "table": true,
      "tojson": true
    },
    {
      "name": "featForge_transactions",
      "title": "Transactions Data for Package Testing and Demonstration",
      "object": "featForge_transactions",
      "class": [
        "data.frame"
      ],
      "fields": [
        "application_id",
        "scrape_date",
        "obs_start",
        "transaction_date",
        "amount",
        "description",
        "category"
      ],
      "rows": 250,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "aggregate_applications",
      "title": "Aggregate Numeric Data by Periods",
      "topics": [
        "aggregate_applications"
      ]
    },
    {
      "page": "aggregate_psd2_keyword_features",
      "title": "Aggregate PSD2 Keyword Features at the Application Level with Time Window Filtering",
      "topics": [
        "aggregate_psd2_keyword_features"
      ]
    },
    {
      "page": "cyclical_cos",
      "title": "Convert a Cyclical Variable to Cosine Representation",
      "topics": [
        "cyclical_cos"
      ]
    },
    {
      "page": "cyclical_sin",
      "title": "Convert a Cyclical Variable to Sine Representation",
      "topics": [
        "cyclical_sin"
      ]
    },
    {
      "page": "extract_basic_description_features",
      "title": "Extract Basic Description Features",
      "topics": [
        "extract_basic_description_features"
      ]
    },
    {
      "page": "extract_email_features",
      "title": "Extract Email Features for Credit Scoring",
      "topics": [
        "extract_email_features"
      ]
    },
    {
      "page": "extract_ip_features",
      "title": "Extract IP Address Features",
      "topics": [
        "extract_ip_features"
      ]
    },
    {
      "page": "extract_keyword_features",
      "title": "Extract Keyword Features from Text Descriptions",
      "topics": [
        "extract_keyword_features"
      ]
    },
    {
      "page": "extract_timestamp_features",
      "title": "Extract Timestamp Features",
      "topics": [
        "extract_timestamp_features"
      ]
    },
    {
      "page": "featForge_sample_data",
      "title": "Sample Data for Package Testing and Demonstration",
      "topics": [
        "featForge_sample_data"
      ]
    },
    {
      "page": "featForge_transactions",
      "title": "Transactions Data for Package Testing and Demonstration",
      "topics": [
        "featForge_transactions"
      ]
    }
  ],
  "_readme": "https://github.com/cran/featForge/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "featforge",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-09T09:29:24.000Z",
      "distro": "noble",
      "commit": "56e4271aaf630dad6933c073247f09c476df22f3",
      "fileid": "791a319b35744a6f9937f7b7a0cb5c614cc45dcf8b18625ed174b4dd6f200c3b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25597615499"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-09T09:29:28.000Z",
      "distro": "noble",
      "commit": "56e4271aaf630dad6933c073247f09c476df22f3",
      "fileid": "c942c72b5085d8a54d4b1c228a887993684192496dd1a37c20331a3cc18559ad",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25597615499"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-05-22T12:54:42.000Z",
      "commit": "56e4271aaf630dad6933c073247f09c476df22f3",
      "fileid": "4914a0b8014b9d9ce35761d7a3d0992613f95c77ee8941bda7a4b143e69d7405",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25597615499"
    }
  ]
}