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
e46e0e49
Commit
e46e0e49
authored
Jun 03, 2000
by
agebhard
Browse files
dropped old sharedlib loading
parent
55fbf1eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/zzz.R
View file @
e46e0e49
.First.lib
<-
function
(
lib
,
pkg
)
{
if
(
version
$
major
==
0
&&
version
$
minor
<
62
)
stop
(
"This version for R 0.62 or later"
)
library.dynam
(
"akima"
,
pkg
,
lib
)
}
if
(
version
$
minor
<
"62"
)
library.dynam
(
"akima"
)
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