Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gebhardt, Albrecht
akima
Commits
026324d3
Commit
026324d3
authored
Sep 21, 2009
by
agebhard
Browse files
use getRversion() instaed of version
parent
65d0cd1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/zzz.R
View file @
026324d3
.First.lib
<-
function
(
lib
,
pkg
)
{
if
(
version
$
major
==
0
&&
version
$
minor
<
62
)
if
(
getR
version
()
<=
"0.
62
"
)
stop
(
"This version for R 0.62 or later"
)
library.dynam
(
"akima"
,
pkg
,
lib
)
}
...
...
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