Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
5f751d6d
Commit
5f751d6d
authored
Dec 21, 2016
by
lyxell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add R package
parent
34165450
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
packages/r.rb
packages/r.rb
+17
-0
No files found.
packages/r.rb
0 → 100644
View file @
5f751d6d
require
'package'
class
R
<
Package
version
'3.3.2'
source_url
'https://cran.rstudio.com/src/base/R-3/R-3.3.2.tar.gz'
source_sha1
'0e39e9c2d28fe6bab9c55ca23e08ba8727fd2fca'
def
self
.
build
system
'./configure'
,
'--with-x=no'
# X is not available
system
'make'
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment