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
I want to use the HARP algorithm to pick apart reads from your published replication timing. After installing everything I am able to import the harp package. However, when trying to call the function
harp(f, index1prefix=/path index2prefix=/path)
I get an error saying it cannot find the function
Error: object 'harp' not found
I had a look at the NAMESPACE file and the rscript and there seem to be roxygen2 directives missing which prevent the package from exporting the contained function.
The text was updated successfully, but these errors were encountered:
I want to use the HARP algorithm to pick apart reads from your published replication timing. After installing everything I am able to import the
harp
package. However, when trying to call the functionI get an error saying it cannot find the function
I had a look at the NAMESPACE file and the rscript and there seem to be roxygen2 directives missing which prevent the package from exporting the contained function.
The text was updated successfully, but these errors were encountered: