Learn R Programming

⚠️There's a newer version (1.1.9) of this package.Take me there.

track (version 1.0-15)

Track Objects

Description

Automatically stores objects in files on disk so that files are rewritten when objects are changed, and so that objects are accessible but do not occupy memory until they are accessed. Keeps track of times when objects are created and modified, and caches some basic characteristics of objects to allow for fast summaries of objects. Also provides a command history mechanism that saves the last command to a history file after each command completes.

Copy Link

Version

Install

install.packages('track')

Monthly Downloads

8

Version

1.0-15

License

GPL

Maintainer

Tony Plate

Last Published

April 13th, 2012

Functions in track (1.0-15)

track.attach

Attach a tracking database to the search path.
track.copy

Copy or move objects from one tracking db to another
show.envs

Show the environments referenced within an object.
track.preremove

Remove other resources associated with an object.
track.plugin.lru

Plugins for cache policies in the track package.
track.sync

Synchronize the tracking database stored in files on disk to reflect changed, new, or deleted objects in R
track.info

Return filenames and directories for tracked variables.
track.summary

Return a summary of the basic properties of tracked objects
track.history

Functions for incrementally writing command history to a file.
track.rebuild

Rebuild database information for tracked objects
track.future

Potential future features of the track package
track.auto

Query or set the status of automated tracking
track-package

Overview of track package
track.manage

Manage how objects are handled in a tracking session
track.performance

Performance tuning with track.
track.design

Design of a tracking environment
track.options

Set and get tracking options on a tracked environment
track.rename

Rename variables in a tracked environment
track.status

Return information about the status of tracking
track.setup

Setup and stop tracking