Package: hellno 0.2.0

hellno: A Solution to the 'stringsAsFactors=FALSE' Problem

Base R's default setting for 'stringsAsFactors' within 'data.frame()' and 'as.data.frame()' is supposedly the most often complained about piece of code in the R infrastructure. The 'hellno' package provides an explicit solution without changing R itself or having to mess around with options. It tries to solve this problem by providing alternative 'data.frame()' and 'as.data.frame()' functions that are in fact simple wrappers around base R's 'data.frame()', 'as.data.frame()', 'rbind()' and 'rbind.as.data.frame()' with 'stringsAsFactors' option set to 'HELLNO' (which in turn equals FALSE) by default.

Authors:Peter Meissner

hellno_0.2.0.tar.gz
hellno_0.2.0.zip(r-4.5)hellno_0.2.0.zip(r-4.4)hellno_0.2.0.zip(r-4.3)
hellno_0.2.0.tgz(r-4.4-any)hellno_0.2.0.tgz(r-4.3-any)
hellno_0.2.0.tar.gz(r-4.5-noble)hellno_0.2.0.tar.gz(r-4.4-noble)
hellno_0.2.0.tgz(r-4.4-emscripten)hellno_0.2.0.tgz(r-4.3-emscripten)
hellno.pdf |hellno.html
hellno/json (API)
NEWS

# Install 'hellno' in R:
install.packages('hellno', repos = c('https://petermeissner.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/petermeissner/hellno/issues

On CRAN:

4.18 score 2 stars 5 packages 8 scripts 208 downloads 5 exports 0 dependencies

Last updated 6 years agofrom:32c31bc6db. Checks:OK: 1 ERROR: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 21 2024
R-4.5-winERRORNov 21 2024
R-4.5-linuxERRORNov 21 2024
R-4.4-winERRORNov 21 2024
R-4.4-macERRORNov 21 2024
R-4.3-winERRORNov 21 2024
R-4.3-macERRORNov 21 2024

Exports:as.data.framedata.frameHELLNOrbindrbind.data.frame

Dependencies: