{
  "_id": "6a1059c7acfb0bcc41ca3822",
  "Package": "rpnf",
  "Type": "Package",
  "Title": "Point and Figure Package",
  "Version": "1.0.5",
  "Date": "2016-08-26",
  "Author": "Sascha Herrmann",
  "Maintainer": "Sascha Herrmann <sascha.herrmann.consulting@gmail.com>",
  "Description": "A set of functions to analyze and print the development of\na commodity using the Point and Figure (P&F) approach. A P&F\nprocessor can be used to calculate daily statistics for the\ntime series. These statistics can be used for deeper\ninvestigations as well as to create plots. Plots can be\ngenerated as well known X/O Plots in plain text format, and\nadditionally in a more graphical format.",
  "License": "GPL-3",
  "RoxygenNote": "5.0.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-09 06:19:02 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2016-08-26 14:30:43 UTC",
  "RemoteUrl": "https://github.com/cran/rpnf",
  "RemoteRef": "HEAD",
  "RemoteSha": "39f05346331590edeb2da86643b824eab2dda849",
  "MD5sum": "88ae8f5253b6263fe7915dc0f8a110d9",
  "_user": "cran",
  "_type": "src",
  "_file": "rpnf_1.0.5.tar.gz",
  "_fileid": "d8dd6aefb518d2b9aa8a3d252714441555d49194a66cca3f71528bb84f4ced66",
  "_filesize": 174453,
  "_sha256": "d8dd6aefb518d2b9aa8a3d252714441555d49194a66cca3f71528bb84f4ced66",
  "_created": "2026-05-09T06:19:02.000Z",
  "_published": "2026-05-22T13:27:35.351Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77389131594,
      "time": 108,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6893539822"
    },
    {
      "job": 77389131944,
      "time": 109,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6893539931"
    },
    {
      "job": 77389131089,
      "time": 146,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6893528544"
    },
    {
      "job": 77389130981,
      "time": 86,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7161651849"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25593809080",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/rpnf",
  "_commit": {
    "id": "39f05346331590edeb2da86643b824eab2dda849",
    "author": "Sascha Herrmann <sascha.herrmann.consulting@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.5\n",
    "time": 1472221843
  },
  "_maintainer": {
    "name": "Sascha Herrmann",
    "email": "sascha.herrmann.consulting@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 4,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 184,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rpnf"
  },
  "_searchresults": 30,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/rpnf.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.4",
      "date": "2015-10-12"
    },
    {
      "version": "1.0.5",
      "date": "2016-08-26"
    }
  ],
  "_exports": [
    "getLogBoxsize",
    "pnfplot",
    "pnfplottxt",
    "pnfprocessor"
  ],
  "_datasets": [
    {
      "name": "DOW",
      "title": "This is some free available quote data for the DOW Chemical Company.",
      "object": "DOW",
      "file": "DOW.RData",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Date",
        "Open",
        "High",
        "Low",
        "Close",
        "Volume",
        "Ex-Dividend",
        "Split Ratio",
        "Adj. Open",
        "Adj. High",
        "Adj. Low",
        "Adj. Close",
        "Adj. Volume"
      ],
      "rows": 248,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "rpnf-package",
      "title": "rpnf - The R Point & Figure Package",
      "topics": [
        "rpnf-package"
      ]
    },
    {
      "page": "box2lower",
      "title": "Returns the lower bound value for a given boxnumber",
      "topics": [
        "box2lower"
      ]
    },
    {
      "page": "box2upper",
      "title": "Returns the upper bound value for a given boxnumber",
      "topics": [
        "box2upper"
      ]
    },
    {
      "page": "bp.signalprocessor",
      "title": "This function identifies chart signals in an [0,100]-Points Bullish Percent Chart",
      "topics": [
        "bp.signalprocessor"
      ]
    },
    {
      "page": "currentVPOBreakoutMethod",
      "title": "Identifiy for a given P&F Table the current vertical price objective triggered by the last signal reversal.",
      "topics": [
        "currentVPOBreakoutMethod"
      ]
    },
    {
      "page": "currentVPOReversalMethod",
      "title": "Identifiy for a given P&F Table the current vertical price objective triggered by the last signal reversal.",
      "topics": [
        "currentVPOReversalMethod"
      ]
    },
    {
      "page": "doubleBottom",
      "title": "returns true if given column c matches exactly previous column of same type (this is always column c-2)",
      "topics": [
        "doubleBottom"
      ]
    },
    {
      "page": "doubleTop",
      "title": "Returns true if given column c matches exactly previous column of same type (this is always column c-2)",
      "topics": [
        "doubleTop"
      ]
    },
    {
      "page": "DOW",
      "title": "This is some free available quote data for the DOW Chemical Company.",
      "topics": [
        "DOW"
      ]
    },
    {
      "page": "fallingBottom",
      "title": "Returns true if given column c drops below prevois column of same type (this is always column c-2)",
      "topics": [
        "fallingBottom"
      ]
    },
    {
      "page": "fallingTop",
      "title": "returns true if given column c drops below previous column of same type (this is always column c-2)",
      "topics": [
        "fallingTop"
      ]
    },
    {
      "page": "getLogBoxsize",
      "title": "Determine an appropriate boxsize, if you want to use logarithmic scale.",
      "topics": [
        "getLogBoxsize"
      ]
    },
    {
      "page": "maxBox",
      "title": "Returns the maximum box number in given column",
      "topics": [
        "maxBox"
      ]
    },
    {
      "page": "minBox",
      "title": "Returns the minimum box number in given column",
      "topics": [
        "minBox"
      ]
    },
    {
      "page": "nextBox",
      "title": "Determine the next box frontier for current quote(s) given a recent XO-status.",
      "topics": [
        "nextBox"
      ]
    },
    {
      "page": "nextReversal",
      "title": "Determine the next reversal frontier for current quote(s) given a recent XO-status.",
      "topics": [
        "nextReversal"
      ]
    },
    {
      "page": "pnfplot",
      "title": "Generate a modern point and figure plot",
      "topics": [
        "pnfplot"
      ]
    },
    {
      "page": "pnfplottxt",
      "title": "Generate a classical TXT point and figure plot.",
      "topics": [
        "pnfplottxt"
      ]
    },
    {
      "page": "pnfprocessor",
      "title": "Generate all point and figure informations for a given time series.",
      "topics": [
        "pnfprocessor"
      ]
    },
    {
      "page": "quote2box",
      "title": "Converts a single or a vector of quotes into integer boxnumbers for P&F-Analysis.",
      "topics": [
        "quote2box"
      ]
    },
    {
      "page": "quoteToBoxnumber",
      "title": "Determines the boxnumber for a given tuple of quotes,status,boxsize and log.",
      "topics": [
        "quoteToBoxnumber"
      ]
    },
    {
      "page": "quoteToScale",
      "title": "Scales a quote. In case log==TRUE this is logarithmic scale, original scale otherwise.",
      "topics": [
        "quoteToScale"
      ]
    },
    {
      "page": "raisingBottom",
      "title": "returns true if given column c exceeds prevois column of same type (this is always column c-2)",
      "topics": [
        "raisingBottom"
      ]
    },
    {
      "page": "raisingTop",
      "title": "Returns true if given column c exceeds previous column of same type (this is always column c-2)",
      "topics": [
        "raisingTop"
      ]
    },
    {
      "page": "rs.signal.processor",
      "title": "This function analyzes a (preliminary) P&F Chart for Bullish Support Line and Bearish Resistance Line",
      "topics": [
        "rs.signal.processor"
      ]
    },
    {
      "page": "scaleToQuote",
      "title": "Rescales a scaled quote to original scale.",
      "topics": [
        "scaleToQuote"
      ]
    },
    {
      "page": "signalanalyzer",
      "title": "analyze transitions of signal states",
      "topics": [
        "signalanalyzer"
      ]
    },
    {
      "page": "xo.priceobjective.processor",
      "title": "This function adds Vertical Price Objectives calculated with the Bullish Breakout and Bearish Breakdown Method (BM) to an P&F Table.",
      "topics": [
        "xo.priceobjective.processor"
      ]
    },
    {
      "page": "xo.signalprocessor",
      "title": "Analyzes a given PNF time-series for Buy&Sell patterns",
      "topics": [
        "xo.signalprocessor"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 2.079181246047625,
  "_indexed": true,
  "_nocasepkg": "rpnf",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.5",
      "date": "2026-05-09T06:20:55.000Z",
      "distro": "noble",
      "commit": "39f05346331590edeb2da86643b824eab2dda849",
      "fileid": "14dd261502b8e2a0e749e2c250f3f8d09c72c01970c53d3f816906f4edd14adb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25593809080"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.5",
      "date": "2026-05-09T06:20:56.000Z",
      "distro": "noble",
      "commit": "39f05346331590edeb2da86643b824eab2dda849",
      "fileid": "026ce1da0786dccd1f4ffc888d45507783166244e35cd324bc8915514738cb2a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25593809080"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.5",
      "date": "2026-05-22T13:27:16.000Z",
      "commit": "39f05346331590edeb2da86643b824eab2dda849",
      "fileid": "757d56e36398ce4c7e462cbd3b708c7f1a1c03d0ce454c6cd108b01c2d4f4c2d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25593809080"
    }
  ]
}