• About
  • Documentation

  • More Universes
  • Recent Updates
  • Leader board

  • All repositories
  • All packages
  • All articles
  • All datasets
  • All system Libraries
dbosak01
  • Builds
  • Packages
  • Articles
  • Datasets
  • Contribution
  • Badges
  • API
  • Feed

Links todbosak01

reporter - Creates Statistical Reports

Contains functions to create regulatory-style statistical reports. Originally designed to create tables, listings, and figures for the pharmaceutical, biotechnology, and medical device industries, these reports are generalized enough that they could be used in any industry. Generates text, rich-text, PDF, HTML, and Microsoft Word file formats. The package specializes in printing wide and long tables with automatic page wrapping and splitting. Reports can be produced with a minimum of function calls, and without relying on other table packages. The package supports titles, footnotes, page header, page footers, spanning headers, page by variables, and automatic page numbering.

Last updated

reportreportingreportsrptr

10.41 score 20 stars 4 dependents 232 scripts 1.3k downloads

fmtr - Easily Apply Formats to Data

Contains a set of functions that can be used to apply formats to data frames or vectors. The package aims to provide functionality similar to that of SAS® formats. Formats are assigned to the format attribute on data frame columns. Then when the fdata() function is called, a new data frame is created with the column data formatted as specified. The package also contains a value() function to create a user-defined format, similar to a SAS® user-defined format.

Last updated

fmtrformatformatsformattingcpp

9.41 score 15 stars 6 dependents 121 scripts 1.6k downloads

logr - Creates Log Files

Contains functions to help create log files. The package aims to overcome the difficulty of the base R sink() command. The log_print() function will print to both the console and the file log, without interfering in other write operations.

Last updated

loglogginglogrtidylog

9.08 score 15 stars 3 dependents 355 scripts 2.8k downloads

procs - Recreates Some 'SAS®' Procedures in 'R'

Contains functions to simulate the most commonly used 'SAS®' procedures. Specifically, the package aims to simulate the functionality of 'proc freq', 'proc means', 'proc ttest', 'proc reg', 'proc transpose', 'proc sort', and 'proc print'. The simulation will include recreating all statistics with the highest fidelity possible.

Last updated

8.98 score 10 stars 2 dependents 77 scripts 771 downloads

common - Solutions for Common Problems in Base R

Contains functions for solving commonly encountered problems while programming in R. This package is intended to provide a lightweight supplement to Base R, and will be useful for almost any R user.

Last updated

8.61 score 9 stars 13 dependents 267 scripts 2.9k downloads

libr - Libraries, Data Dictionaries, and a Data Step for R

Contains a set of functions to create data libraries, generate data dictionaries, and simulate a data step. The libname() function will load a directory of data into a library in one line of code. The dictionary() function will generate data dictionaries for individual data frames or an entire library. And the datestep() function will perform row-by-row data processing.

Last updated

cpp

8.25 score 27 stars 2 dependents 60 scripts 1.1k downloads

sassy - Makes 'R' Easier for Everyone

A meta-package that aims to make 'R' easier for everyone, especially programmers who have a background in 'SAS®' software. This set of packages brings many useful concepts to 'R', including data libraries, data dictionaries, formats and format catalogs, a data step, and a traceable log. The system also includes a package that replicates several commonly-used 'SAS®' procedures, like 'PROC FREQ', 'PROC MEANS', and 'PROC REG'.

Last updated

7.70 score 27 stars 104 scripts 1.0k downloads

macro - A Macro Language for 'R' Programs

A macro language for 'R' programs, which provides a macro facility similar to 'SAS®'. This package contains basic macro capabilities like defining macro variables, executing conditional logic, and defining macro functions.

Last updated

7.24 score 2 stars 1 dependents 48 scripts 848 downloads

pkgdiff - Identifies Package Differences

Identifies differences between versions of a package. Specifically, the functions help determine if there are breaking changes from one package version to the next. The package also includes a stability assessment, to help you determine the overall stability of a package, or even an entire repository.

Last updated

5.78 score 5 stars 523 downloads

defineR - Creates Define XML Documents

Creates 'define.xml' documents used for regulatory submissions based on spreadsheet metadata. Can also help create metadata and generate HTML data explorer.

Last updated

5.41 score 13 stars 3 scripts 447 downloads

ards - Creates Analysis Results Datasets

Contains functions to help create an Analysis Results Dataset. The dataset follows industry recommended structure. The dataset can be created in multiple passes, using different data frames as input. Analysis Results Datasets are used in the pharmaceutical and biotech industries to capture analysis in a common tabular data structure.

Last updated

5.32 score 2 stars 26 scripts 236 downloads

fetch - Fetch Data from Various Data Sources

Contains functions to fetch data from various data sources. The user first creates a catalog of objects from a data source, then fetches data from the catalog. The package provides an easy way to access data from many different types of sources.

Last updated

4.29 score 3 stars 13 scripts 230 downloads