priceR - Economics and Pricing Tools
Functions to aid in micro and macro economic analysis and handling of price and currency data. Includes extraction of relevant inflation and exchange rate data from World Bank API, data cleaning/parsing, and standardisation. Inflation adjustment calculations as found in Principles of Macroeconomics by Gregory Mankiw et al (2014). Current and historical end of day exchange rates for 171 currencies from the European Central Bank Statistical Data Warehouse (2020) <https://sdw.ecb.europa.eu/curConverter.do>.
Last updated 3 months ago
data-scienceeconometricseconomicsfinancemodelingr-programmingstatistics
6.93 score 59 stars 103 scripts 6.9k downloadsnetstat - Retrieve Network Statistics Including Available TCP Ports
R interface for the 'netstat' command line utility used to retrieve and parse commonly used network statistics, including available and in-use transmission control protocol (TCP) ports. Primers offering technical background information on the 'netstat' command line utility are available in the "Linux System Administrator's Manual" by Michael Kerrisk (2014) <https://man7.org/linux/man-pages/man8/netstat.8.html>, and on the Microsoft website (2017) <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/netstat>.
Last updated 2 years ago
r-programmingr-studio
5.68 score 3 stars 2 packages 223 scripts 1.2k downloadsdictionaRy - Retrieve the Dictionary Definitions of English Words
An R interface to the 'Free Dictionary API' <https://dictionaryapi.dev/>, <https://github.com/meetDeveloper/freeDictionaryAPI>. Retrieve dictionary definitions for English words, as well as additional information including phonetics, part of speech, origins, audio pronunciation, example usage, synonyms and antonyms, returned in 'tidy' format for ease of use.
Last updated 3 years ago
literaturenatural-language-processingr-language
4.84 score 6 stars 232 scripts 182 downloadsgitGPT - Automated Git Commit Messages using the 'OpenAI' 'GPT' Model
Automates the process of adding, committing, and pushing changes to a 'git' repository using commit messages generated by passing the git diff output to the 'OpenAI' 'GPT-3.5 Turbo' model (<https://platform.openai.com/docs/models/gpt-3>).
Last updated 2 years ago
3.54 score 7 stars 2 scripts 165 downloadsiteratoR - Print Loop Iterations at Exponentially Disparate Intervals
Know which loop iteration the code execution is up to by including a single, convenient function call inside the loop.
Last updated 2 years ago
2.70 score 1 stars 4 scripts 199 downloadsmmr - Matrix Multiplication on Data.frames
Simple helpers for matrix multiplication on data.frames. These allow for more concise code during low level mathematical operations, and help ensure code is more easily read, understood, and serviced.
Last updated 4 years ago
2.70 score 7 scripts 96 downloadscollidr - Check for Namespace Collisions with Other Packages and Functions on CRAN
Check for namespace collisions between a string input (your function or package name) and a quarter of a million packages and functions on CRAN.
Last updated 5 years ago
2.70 score 1 stars 2 scripts 181 downloads