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:
hellno_0.2.0.tar.gz
hellno_0.2.0.zip(r-4.7)hellno_0.2.0.zip(r-4.6)hellno_0.2.0.zip(r-4.5)
hellno_0.2.0.tgz(r-4.6-any)hellno_0.2.0.tgz(r-4.5-any)
hellno_0.2.0.tar.gz(r-4.7-any)hellno_0.2.0.tar.gz(r-4.6-any)
hellno_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
hellno/json (API)
NEWS
| # Install 'hellno' in R: |
| install.packages('hellno', repos = c('https://petermeissner.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/petermeissner/hellno/issues
Last updated from:32c31bc6db. Checks:7 ERROR, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | ERROR | 102 | ||
| source / vignettes | OK | 194 | ||
| linux-release-x86_64 | ERROR | 125 | ||
| macos-release-arm64 | ERROR | 106 | ||
| macos-oldrel-arm64 | ERROR | 70 | ||
| windows-devel | ERROR | 61 | ||
| windows-release | ERROR | 58 | ||
| windows-oldrel | ERROR | 56 | ||
| wasm-release | OK | 86 |
Exports:as.data.framedata.frameHELLNOrbindrbind.data.frame
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| alternative as.data.frame() implementation | as.data.frame |
| alternative data.frame() implementation | data.frame |
| logical constant for FALSE | HELLNO |
| altenative rbind implementation | rbind |
| altenative rbind.data.frame() implementation | rbind.data.frame |
