-
Notifications
You must be signed in to change notification settings - Fork 41
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
Installation Issue #245
Comments
You need to delete the 3.0.8 jar file and instead put the version 2.0 beta 25 jar file in its place. Using |
Thank you so much for the fast response. I will try this and let you know if I come across any issues. |
Great. Please report back when successful, so I can close the issue. I am planning to implement some of the rDNA 2 functionality in rDNA 3 until the end of next month. So depending on what you are looking for and what your time horizon is, it may be possible to just wait for a bit. Do you know yet what kinds of functions you want to use? |
That sounds great. I believe I can wait a little bit for this. I am not too familiar with the functions for now since this is my first attempt at this. However, The "network object" from the manual seems to be closer to what I am trying to do. nw <- network(affil, bipartite = TRUE) |
Network objects via |
That sounds exciting. I will be waiting for the update. |
Hi, I am also very new to R in general and rDNA in particular and only follow the manual. I also have the problem that the rDNA functions cannot be found. My console-messages look just like the ones posted above by mytm1. How exactly do I install the version 2 of rDNA? and how do I put the version 2.0 beta 25 jar file in the place of the 3.0.8 one? I guess I have to substitute the "*release" part in this command from the manual: I coded my project with the DNA 2.0beta-25 version, so there should be no troubles there. Although my aim right now is just to get acquainted with the package by using the sample file. I would be really greatful for help and sorry if this is a total puppy question! |
Try this:
Can you please try this and provide feedback? I might post these instructions on the landing page if they work well. |
Yes, it works! Thank you very much! The hint that there are different directories was very helpful for me as a total beginner, because at the first attempt the version 3 jar file was still saved in the working directory, which I did not define well in the beginning. I learned a lot :) |
Excellent, glad it worked! |
Hi there,
I have an issue with initializing the DNA on R. Just to let you know I do not have much experience in R and DNA before. So, I have been following the DNA manual file to start using this. I followed everything in the manual; however, I wasn't successful to make my functions work. Again, I have minimal experience with these, so I might be making a simple mistake too. Everything before the following steps looks normal based on user's manual.
The first type of error I receive is pasted below. I went to environments menu and added java 1.8.0_333 location there.
Since this gives me an error about the java version. I also downloaded JDK 13.0.2 and changed the location of my java from the environments menu. This time I was able to make the connection to DNA. However, the system does not recognize the functions of DNA. Then the error becomes the following:
(I think I am stuck at Java since my .jinit() entry on R Studio does not give any response in both java versions.)
Thank you in advance!
The text was updated successfully, but these errors were encountered: