Other packages > Find by keyword >

tinycodet  

Functions to Help in your Coding Etiquette
View on CRAN: Click here


Download and install tinycodet package within the R console
Install from CRAN:
install.packages("tinycodet")

Install from Github:
library("remotes")
install_github("cran/tinycodet")

Install by package version:
library("remotes")
install_version("tinycodet", "0.5.4")



Attach the package and use:
library("tinycodet")
Maintained by
Tony Wilkes
[Scholar Profile | Author Map]
First Published: 2023-10-12
Latest Update: 2024-03-02
Description:
Adds some functions to help in your coding etiquette. 'tinycodet' primarily focuses on 4 aspects. 1) Safer decimal (in)equality testing, safer atomic typecasting, standard-evaluated alternatives to with() and aes(), and other functions for safer coding. 2) A new package import system, that attempts to combine the benefits of using a package without attaching it, with the benefits of attaching a package. 3) Extending the string manipulation capabilities of the 'stringi' R package. 4) Reducing repetitive code. Besides linking to 'Rcpp', 'tinycodet' has only one other dependency, namely 'stringi'.
How to cite:
Tony Wilkes (2023). tinycodet: Functions to Help in your Coding Etiquette. R package version 0.5.4, https://cran.r-project.org/web/packages/tinycodet. Accessed 10 Apr. 2025.
Previous versions and publish date:
0.1.0.6 (2023-10-12 20:50), 0.2.2 (2023-11-25 15:20), 0.2 (2023-11-01 19:00), 0.3.0 (2023-12-11 09:40), 0.4.0 (2024-01-11 11:40), 0.4.1 (2024-02-17 13:10), 0.4.5 (2024-03-02 11:20), 0.4.6 (2024-04-14 18:40), 0.5.0 (2024-05-07 23:20), 0.5.3 (2024-07-21 10:30), 0.5.4 (2025-01-09 19:30)
Other packages that cited tinycodet R package
View tinycodet citation profile
Other R packages that tinycodet depends, imports, suggests or enhances
Complete documentation for tinycodet
Downloads during the last 30 days
03/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/09Downloads for tinycodet01020304050607080TrendBars

Today's Hot Picks in Authors and Packages

r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
RODBC  
ODBC Database Access
webglobe  
3D Interactive Globes
Displays geospatial data on an interactive 3D globe in the web browser. ...
Download / Learn more Package Citations See dependency  
ecochange  
Integrating Ecosystem Remote Sensing Products to Derive EBV Indicators
Essential Biodiversity Variables (EBV) are state variables with dimensions on time, space, and biolo ...
Download / Learn more Package Citations See dependency  
xtermStyle  
Terminal Text Formatting Using Escape Sequences
Can be used for coloring output in terminals. It was developed for the standard Ubuntu terminal but ...
Download / Learn more Package Citations See dependency  
txtq  
A Small Message Queue for Parallel Processes
This queue is a data structure that lets parallel processes send and receive messages, and it can he ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA