{
  "_id": "6a31445d3efcd9bda4365764",
  "Package": "GetFREData",
  "Title": "Reading FRE Corporate Data of Public Traded Companies from B3",
  "Version": "1.0.1",
  "Authors@R": "c(person(\"Marcelo\", \"Perlin\", email = \"marceloperlin@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Guilherme\", \"Kirch\", email = \"guilhermekirch@gmail.com\", role = c(\"aut\")))",
  "Description": "Reads corporate data such as board composition and\ncompensation for companies traded at B3, the Brazilian exchange\n<https://www.b3.com.br/>. All data is downloaded and imported\nfrom the ftp site\n<https://dados.cvm.gov.br/dados/CIA_ABERTA/DOC/FRE/>.",
  "ByteCompile": "true",
  "Encoding": "UTF-8",
  "License": "GPL-2",
  "BugReports": "https://github.com/msperlin/GetFREData/issues",
  "URL": "https://github.com/msperlin/GetFREData/",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Config/roxygen2/version": "8.0.0",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev libxml2-dev\nlibssl-dev libx11-dev zlib1g-dev",
  "Repository": "https://msperlin.r-universe.dev",
  "Date/Publication": "2026-06-16 11:52:14 UTC",
  "RemoteUrl": "https://github.com/msperlin/getfredata",
  "RemoteRef": "HEAD",
  "RemoteSha": "c25c65d03d5efe8df68609eeb40615c51d05f1de",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-16 12:28:32 UTC",
    "User": "root"
  },
  "Author": "Marcelo Perlin [aut, cre],\nGuilherme Kirch [aut]",
  "Maintainer": "Marcelo Perlin <marceloperlin@gmail.com>",
  "MD5sum": "b1774f602dba320ff3f24044a1996b3a",
  "_user": "msperlin",
  "_type": "src",
  "_file": "GetFREData_1.0.1.tar.gz",
  "_fileid": "e6fabd617d4f860b32480a8a5fc9e59fffd91ea9e306c17323dc5721313d3eeb",
  "_filesize": 113976,
  "_sha256": "e6fabd617d4f860b32480a8a5fc9e59fffd91ea9e306c17323dc5721313d3eeb",
  "_created": "2026-06-16T12:28:32.000Z",
  "_published": "2026-06-16T12:41:01.894Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81657181740,
      "time": 180,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7666820800"
    },
    {
      "job": 81657181866,
      "time": 144,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7666806686"
    },
    {
      "job": 81657181713,
      "time": 113,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7666908589"
    },
    {
      "job": 81657181721,
      "time": 116,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7667033608"
    },
    {
      "job": 81656528568,
      "time": 193,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7666747293"
    },
    {
      "job": 81657181846,
      "time": 112,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7666793714"
    },
    {
      "job": 81657181717,
      "time": 95,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7666784823"
    },
    {
      "job": 81657181847,
      "time": 85,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7666781165"
    },
    {
      "job": 81657181799,
      "time": 79,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7666778966"
    }
  ],
  "_buildurl": "https://github.com/r-universe/msperlin/actions/runs/27617313665",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/msperlin/getfredata",
  "_commit": {
    "id": "c25c65d03d5efe8df68609eeb40615c51d05f1de",
    "author": "msperlin <marceloperlin@gmail.com>",
    "committer": "msperlin <marceloperlin@gmail.com>",
    "message": "fixed issue with folder\n",
    "time": 1781610734
  },
  "_maintainer": {
    "name": "Marcelo Perlin",
    "email": "marceloperlin@gmail.com",
    "login": "msperlin",
    "description": "Associate Professor and Researcher at UFRGS",
    "uuid": 10583352
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "xml2",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rvest",
      "role": "Imports"
    },
    {
      "package": "XML",
      "role": "Imports"
    },
    {
      "package": "GetDFPData2",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "janitor",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    }
  ],
  "_owner": "msperlin",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-18",
      "n": 1
    },
    {
      "week": "2026-21",
      "n": 1
    },
    {
      "week": "2026-23",
      "n": 1
    },
    {
      "week": "2026-25",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 5,
  "_contributors": [
    {
      "user": "msperlin",
      "count": 24,
      "uuid": 10583352
    },
    {
      "user": "dkgaraujo",
      "count": 1,
      "uuid": 16483074
    }
  ],
  "_userbio": {
    "uuid": 10583352,
    "type": "user",
    "name": "Marcelo S. Perlin",
    "followers": 370,
    "description": "Associate Professor and Researcher at UFRGS"
  },
  "_downloads": {
    "count": 403,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/GetFREData"
  },
  "_devurl": "https://github.com/msperlin/getfredata",
  "_searchresults": 13,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/GetFREData.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/msperlin/getfredata",
  "_realowner": "msperlin",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.6",
      "date": "2021-04-06"
    },
    {
      "version": "0.7",
      "date": "2021-09-03"
    },
    {
      "version": "0.8.1",
      "date": "2022-06-13"
    },
    {
      "version": "1.0.1",
      "date": "2026-06-03"
    }
  ],
  "_exports": [
    "clean_fre_cache",
    "get_fre_data",
    "get_fre_data2",
    "get_info_companies",
    "my_fix_cols",
    "search_company"
  ],
  "_help": [
    {
      "page": "clean_fre_cache",
      "title": "Cleans the local cache folder",
      "topics": [
        "clean_fre_cache"
      ]
    },
    {
      "page": "gdfpd.read.zip.file.type.fre",
      "title": "Reads folder for zip file post 2011 (internal)",
      "topics": [
        "gdfpd.read.zip.file.type.fre"
      ]
    },
    {
      "page": "get_fre_data",
      "title": "Downloads and reads FRE datasets",
      "topics": [
        "get_fre_data"
      ]
    },
    {
      "page": "get_fre_data2",
      "title": "Downloads and reads FRE datasets",
      "topics": [
        "get_fre_data2"
      ]
    },
    {
      "page": "get_info_companies",
      "title": "Returns a up to date table with information about B3 companies",
      "topics": [
        "get_info_companies"
      ]
    },
    {
      "page": "my_fix_cols",
      "title": "Manipulates list from FRE zip file",
      "topics": [
        "my_fix_cols"
      ]
    },
    {
      "page": "search_company",
      "title": "Helps users search for a company",
      "topics": [
        "search_company"
      ]
    }
  ],
  "_readme": "https://github.com/msperlin/getfredata/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "bit",
    "bit64",
    "bitops",
    "bslib",
    "cachem",
    "cli",
    "clipr",
    "commonmark",
    "cpp11",
    "crayon",
    "curl",
    "digest",
    "dplyr",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "GetDFPData2",
    "glue",
    "hms",
    "htmltools",
    "httpuv",
    "httr",
    "janitor",
    "jquerylib",
    "jsonlite",
    "later",
    "lifecycle",
    "lubridate",
    "magrittr",
    "memoise",
    "mime",
    "openssl",
    "otel",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "promises",
    "purrr",
    "R6",
    "rappdirs",
    "Rcpp",
    "RCurl",
    "readr",
    "rlang",
    "rvest",
    "sass",
    "selectr",
    "shiny",
    "snakecase",
    "sourcetools",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr",
    "writexl",
    "XML",
    "xml2",
    "xtable"
  ],
  "_vignettes": [
    {
      "source": "GetFREData-vignette-introduction.Rmd",
      "filename": "GetFREData-vignette-introduction.html",
      "title": "Using GetFREData",
      "author": "Marcelo Perlin",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Package GetFREData",
        "Installation",
        "Example of usage"
      ],
      "created": "2020-06-11 20:44:23",
      "modified": "2026-05-20 13:19:49",
      "commits": 5
    }
  ],
  "_score": 5.113943352306837,
  "_indexed": true,
  "_nocasepkg": "getfredata",
  "_universes": [
    "msperlin"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-06-16T12:31:39.000Z",
      "distro": "noble",
      "commit": "c25c65d03d5efe8df68609eeb40615c51d05f1de",
      "fileid": "73bd76b918c8027f2e4f03186d1deff2e0ed3969dfe35c523d6e8934d827d45a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/msperlin/actions/runs/27617313665"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-06-16T12:31:02.000Z",
      "distro": "noble",
      "commit": "c25c65d03d5efe8df68609eeb40615c51d05f1de",
      "fileid": "00a30fa651a0581633787b73c4b2cf297f1461e191784d4e84294ca620606c41",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/msperlin/actions/runs/27617313665"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-06-16T12:35:20.000Z",
      "commit": "c25c65d03d5efe8df68609eeb40615c51d05f1de",
      "fileid": "1351ccfa4b3a3aa8ba63566db921220c20932b1485a16f938fe858d8c6c2c6a9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/msperlin/actions/runs/27617313665"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-06-16T12:40:18.000Z",
      "commit": "c25c65d03d5efe8df68609eeb40615c51d05f1de",
      "fileid": "7cff454d9c21bc25310febc88834a5e0060403501c010b2620a669e62f604998",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/msperlin/actions/runs/27617313665"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-06-16T12:30:44.000Z",
      "commit": "c25c65d03d5efe8df68609eeb40615c51d05f1de",
      "fileid": "358a683ef599cb58c02d1c6748905b6030231a5ff7c528505b5aa78d72ef82bf",
      "status": "success",
      "buildurl": "https://github.com/r-universe/msperlin/actions/runs/27617313665"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-06-16T12:30:03.000Z",
      "commit": "c25c65d03d5efe8df68609eeb40615c51d05f1de",
      "fileid": "64ba762086a9c6919b2f95ea1af40c5977018ed100b47b549f6d107d21ea3ae4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/msperlin/actions/runs/27617313665"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-06-16T12:29:54.000Z",
      "commit": "c25c65d03d5efe8df68609eeb40615c51d05f1de",
      "fileid": "a6adcc65bf63062915d39056349aeddc32fa79aaa2aedb7274f0d3af605823ba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/msperlin/actions/runs/27617313665"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-06-16T12:29:48.000Z",
      "commit": "c25c65d03d5efe8df68609eeb40615c51d05f1de",
      "fileid": "d051ab90058dc04e0181088c8ddc21af1905247e66211cda58ccc882cff459fa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/msperlin/actions/runs/27617313665"
    }
  ]
}