Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
0e4e03f8
Commit
0e4e03f8
authored
9 years ago
by
Vicente Vera Parra
Committed by
Ricardo Wurmus
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
gnu: Add r-data.table.
* gnu/packages/statistics.scm (r-data.table): New variable.
parent
91312ebe
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/statistics.scm
+21
-0
21 additions, 0 deletions
gnu/packages/statistics.scm
with
21 additions
and
0 deletions
gnu/packages/statistics.scm
+
21
−
0
View file @
0e4e03f8
...
...
@@ -912,3 +912,24 @@ (define-public r-chron
"This package provides chronological R objects which can handle dates and
times."
)
(
license
license:gpl2
)))
(
define-public
r-data
.
table
(
package
(
name
"r-data.table"
)
(
version
"1.9.6"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
cran-uri
"data.table"
version
))
(
sha256
(
base32
"0vi3zplpxqbg78z9ifjfs1kl2i8qhkqxr7l9ysp2663kq54w6x3g"
))))
(
build-system
r-build-system
)
(
propagated-inputs
`
((
"r-chron"
,
r-chron
)))
(
home-page
"https://github.com/Rdatatable/data.table/wiki"
)
(
synopsis
"Enhanced version of data.frame R object"
)
(
description
"The R data.table package provides functions for fast aggregation of
large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of
columns by group, column listing and fast file reading."
)
(
license
license:gpl2+
)))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment