rtrim

Reimplementation of TRIM for R

https://github.com/snstatcomp/rtrim

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.0%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Reimplementation of TRIM for R

Basic Info
  • Host: GitHub
  • Owner: SNStatComp
  • Language: R
  • Default Branch: master
  • Size: 1.97 MB
Statistics
  • Stars: 10
  • Watchers: 6
  • Forks: 1
  • Open Issues: 13
  • Releases: 0
Created about 11 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Build Status Coverage Status CRAN Downloads Mentioned in Awesome Official Statistics

rtrim

Reimplementation of TRIM for R

Installation and getting started

To install rtrim, issue the following command at the R console. r install.packages("rtrim")

To get started, we recommend users to first work through the introductory vignette.This can be opened as follows. r library(rtrim) vignette("rtrim_for_TRIM_users")

An extended introduction showing all options can be opened as follows: r library(rtrim) vignette("Skylark_example") After working through one of these vignettes, we advise users to have a look atthe help file of rtrim's main function by typing ?trim. Also, to get a feel of how the package works one can browse through the help files by following thelinks under the see also sections in each help file.

Release planning

Version 1.0.2 will be uploaded to CRAN on 31 march 2017.

See the NEWS file for a list of updates.

Install the development version

Sometimes we release a beta version for public testing.

Current Beta Version: 1.02

Beta versions can be installed as follows.

  1. If you are a Windows user, first install Rtools.
  2. Open an R session, and issue the following commands. r # we need the 'drat' package to install the review version: if(!require(drat)) install.packages('drat') # we tell R where to find the review version (on github) drat::addRepo('markvanderloo') # install as usual install.packages('rtrim',type='source') This procedure is necessary for the prerelease version. Once the package is on CRAN, installation of neither Rtools nor drat will be required.

Note

The current package has been tested at two institutes and we have compared numerical outcomes of hundreds of production jobs with outcomes of the original TRIM software. We find that most results are reproducible to about 1E-4 or better. Nevertheless, since this software has not been tried and tested for over 25 years like TRIM has, you can still expect to bump into a rare bug or difference.

We would really appreciate it if you let us know using the following instructions.

Telling us what works and what doesn't

We'd love to hear your findings. It would be great if you could do this by adding issues to our issues page. You will need to create a github account for that. If you can not or do not want to create one, send an e-mail to rtrim AT cbs dot nl.

When reporting bugs, it helps us a lot if you can create an as small as possible example that demonstrates the error. Some good general guidelines for reporting bugs are given here

Owner

  • Name: SNStatComp
  • Login: SNStatComp
  • Kind: organization
  • Location: Netherlands

Knowledge group on statistical computing, Statistics Netherlands

GitHub Events

Total
  • Issues event: 2
  • Delete event: 1
  • Push event: 2
  • Create event: 1
Last Year
  • Issues event: 2
  • Delete event: 1
  • Push event: 2
  • Create event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 391
  • Total Committers: 2
  • Avg Commits per committer: 195.5
  • Development Distribution Score (DDS): 0.448
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
pwbogaart p****t@g****m 216
mark m****o@g****m 175

Packages

  • Total packages: 1
  • Total downloads:
    • cran 712 last-month
  • Total docker downloads: 41,971
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 7
  • Total maintainers: 1
cran.r-project.org: rtrim

Trends and Indices for Monitoring Data

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 712 Last month
  • Docker Downloads: 41,971
Rankings
Docker downloads count: 0.6%
Stargazers count: 17.4%
Forks count: 21.0%
Average: 22.0%
Dependent repos count: 23.9%
Dependent packages count: 28.8%
Downloads: 40.3%
Maintainers (1)
Last synced: 12 months ago

Dependencies

pkg/DESCRIPTION cran
  • grDevices * imports
  • graphics * imports
  • methods * imports
  • stats * imports
  • utils * imports
  • R.rsp * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests