Skip to content
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

Error in documentation #6

Closed
psterk opened this issue Nov 21, 2018 · 1 comment
Closed

Error in documentation #6

psterk opened this issue Nov 21, 2018 · 1 comment

Comments

@psterk
Copy link

psterk commented Nov 21, 2018

In the documentation, under
3.1 Regression Modeling in QSRR Study of Retention Indices

There appears to be an error in the following code:

library("Rcpi")

RI.smi = system.file(
"vignettedata/FDAMDD.smi", package = "Rcpi")
RI.csv = system.file(
"vignettedata/RI.csv", package = "Rcpi")

Shouldn't the first file to be loaded be RI.smi instead of FDAMDD.smi? The train step does not work otherwise.

Best wishes.

@nanxstats
Copy link
Owner

Hi @psterk -that's a good catch! Thanks. I don't know how FDAMDD got up there... but this has just been fixed in 79f94e0 and the docs site is updated.

You're welcome to try the GitHub version. I also push the new version to Bioconductor release/devel, and it may take a day or two for it to be available there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants