You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the code with the first method, 'CiteFuse', the following error occurred.
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘propr’
I confirmed the package is properly installed. I checked the website and 'propr' should be imported from the package. Has anyone met this before?
I've started a pull request where I add a function to check the user input method. Could anyone review it and merge into the main branch? Qc test #4
At the end of the readme page, maybe print out your sessionInfo() so users will know about your development environment. Make sure you clear all your R environment and loaded packages before starting the whole pipeline, so you won't import some packages elsewhere unconsciously.
I still have problems installing the package directly with the URL. This will be the first line of code that users will use. We might need to work it out to give a good first impression to users/reviewers.
One reason could be this is still a private repository. After you make it public we could try again.
> devtools::install_github("raymondlouie/ClusterMarkers")
Error: Failed to install 'unknown package' from GitHub:
HTTP error 404.
Not Found
Did you spell the repo owner (`raymondlouie`) and repo name (`ClusterMarkers`) correctly?
- If spelling is correct, check that you have the required permissions to access the repo.
We can discuss more in the meeting. Thank you!
The text was updated successfully, but these errors were encountered:
Hi guys, just a suggestion. Rather than getting the users to install the dependencies themselves separately, you can perhaps change the DESCRIPTION file to automatically install those packages as dependencies.
So add something like the following to the DESCRIPTION file:
I have summarized several points I think we can improve the user expression when installing the pre-requested packages.
I remember on the readme page we have listed all four methods included in this package. What is the reason for removing it?
When loading the library, check the required packages
I can add those functions later
Add links with the required packages in the readme pages. So users can directly go to the original websites
https://www.bioconductor.org/packages/release/bioc/html/CiteFuse.html
https://github.com/CostaLab/sc2marker
https://github.com/MarioniLab/geneBasisR
etc...
When I run the code with the first method, 'CiteFuse', the following error occurred.
I confirmed the package is properly installed. I checked the website and 'propr' should be imported from the package. Has anyone met this before?
I've started a pull request where I add a function to check the user input method. Could anyone review it and merge into the main branch?
Qc test #4
At the end of the readme page, maybe print out your sessionInfo() so users will know about your development environment. Make sure you clear all your R environment and loaded packages before starting the whole pipeline, so you won't import some packages elsewhere unconsciously.
I still have problems installing the package directly with the URL. This will be the first line of code that users will use. We might need to work it out to give a good first impression to users/reviewers.
One reason could be this is still a private repository. After you make it public we could try again.
We can discuss more in the meeting. Thank you!
The text was updated successfully, but these errors were encountered: