-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't import from two different versions of package #74
Comments
Thanks for the report. Is the implication of that discussion that this issue is fixed by the development version of |
Unfortunately not. With the development version of The gist mentioned above replicates the error. |
OK, it looks like this is interesting, but it also looks like kind of a big feature. If at all possible, it would at minimum making sure there are two libraries available, each with a different version of the package. If anyone is interested in contributing this feature (along with the required tests), and if it looked like it was robust, I think it could be included in the next release. But I'll probably not find time to implement this myself. |
A workaround is to use the changer package (on CRAN) whose purpose is to
change the name of a package.
…On Mon, Mar 13, 2023 at 5:34 AM Magnus Thor Torfason < ***@***.***> wrote:
OK, it looks like this is interesting, but it also looks like kind of a
big feature. If at all possible, it would at minimum making sure there are
two libraries available, each with a different version of the package.
If anyone is interested in contributing this feature (along with the
required tests), and if it looked like it was robust, I think it could be
included in the next release. But I'll probably not find time to implement
this myself.
—
Reply to this email directly, view it on GitHub
<#74 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB32F7QVQMMMLCLZWJVAPG3W33S3JANCNFSM6AAAAAATS62KVE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Statistics & Software Consulting
GKX Group, GKX Associates Inc.
tel: 1-877-GKX-GROUP
email: ggrothendieck at gmail.com
|
This does not work to simultaneously load the same function,
foo
, from two different releases. Instead of getting the two different versions the same version is retrieved twice.https://gist.github.com/DavZim/9b5e1705c726346f5a50cdec1f61509f
The test package containing just
foo
is herehttps://github.com/DavZim/testPkg
with releases here
https://github.com/DavZim/testPkg/releases
and discussion here
https://stackoverflow.com/questions/75017879/use-function-from-a-package-but-different-versions-simultaneously/75019428
The text was updated successfully, but these errors were encountered: